Is there an API call that can access ‘config’ settings stored in the DB? Specifically I’m looking to pull ‘ArtistGroups’.
Not to worry if not, I have a workaround
Is there an API call that can access ‘config’ settings stored in the DB? Specifically I’m looking to pull ‘ArtistGroups’.
Not to worry if not, I have a workaround
From a script or through DBServer/HTTP?
DBServer/HTTP preferably! (Use case - We have a ‘portal’ that shows many things including music library and need to color tracks that shouldn’t be dropped in by a presenter due to artist repeat policy, thus needing to confirm what artist groups are setup aswell)
GET /api/v1/config - JSON object with all settings
GET /api/v1/config/key - just a single setting