-
Notifications
You must be signed in to change notification settings - Fork 2
Using ISRC
Ryan edited this page Oct 31, 2021
·
1 revision
ISRC or International Standard Recording Code is an amazing and underrated way to get song metadata. The Bunker lookup API is fine-tuned for support of ISRC.
In AzuraCast, if the ISRC value is valid in your libraries metadata, you can add a custom field inside the administrator menu for ISRC. Make sure you choose ISRC from the "Set from ID3v2 Value" dropdown menu. Once you add the custom field, re-process all your tracks and you should see your ISRC show up in your song APIs under custom_fields
.
From here you can query the Bunker API lookup to get 100% correct metadata by doing:
https://bunker.dance/api/treble/lookup?search=isrc:GBUM72006904
I hope this guide helped you to get to the goal of 100% correct metadata.