Hey All
I've been looking at adding a visual representation of the song's first genre in my app and therefor was wondering if there's a list available somewhere of all the Genre's available in MusicKit and their IDs
e.g. Genre(id: "21", name: "Rock", parent: Genre(id: "34", name: "Music"))
So my questions:
- Is there a list of all IDs?
- Are these IDs the same in every country?
The reason why I would want this is to have my visuals be safe for localization. For example: If I'd call my asset icon-electronic
and then localize my app in dutch it would ask for icon-electronisch
. I hope this makes sense and I hope I don't have to browse and save a list of all Genre's by hand haha