getmusicbee.com

Support => Developers' Area => MusicBee API => Topic started by: Rotom on April 09, 2025, 10:05:09 PM

Title: [Solved] Retrieving custom tag names
Post by: Rotom on April 09, 2025, 10:05:09 PM
I'm currently developing a plugin for MusicBee to send data to MusicBrainz, and I have a configuration UI that needs to be able to read the custom tag names so the user is able to select those tags to be synced (e.g. if someone has a separate "album genre" tag and uses the standard genre for track genres), however I don't see anything in the current API to allow this - only their values. Should this be requested to be added, or have I overlooked something?
Title: Re: [Question] Retrieving custom tag names
Post by: Steven on April 10, 2025, 11:30:01 AM
Setting_GetFieldName
Title: Re: [Question] Retrieving custom tag names
Post by: Rotom on April 10, 2025, 11:49:22 AM
Welp, definitely overlooked that. Thank you!