getmusicbee.com

Support => Developers' Area => Topic started by: JonThysell on September 30, 2022, 09:17:26 PM

Title: Intercept tagging when syncing to a device?
Post by: JonThysell on September 30, 2022, 09:17:26 PM
When syncing files to a device, there is built-in functionality to replace the Artist tag with Sort/Display Artist, and Genre with Genre Category.

Is there any way for a plugin to intercept the tagging during the sync and do other replacements?

I use my AsciiTools Plugin (https://getmusicbee.com/forum/index.php?topic=37276.0) to ensure filenames are ASCII-only for devices which don't support Unicode. I like to be able to do the same with with tags, but in a way I can limit to only happen during device syncing. I.e., I want my source files to remain in Unicode, but have the device files use ASCII.

I can almost get there by forcing MP3s to be tagged with 2.3 ASCII, but then I have two problems:

1. I have to change the setting before every sync, then change it back before I edit any source files so I don't mess them up.
2. The IDS2.3 ASCII-only option leaves ? in my tags, so I'd prefer to use the ASCII Tools conversion which doesn't.

Thanks,

/jon