-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Picard settings migrator #1352
Comments
There's no current automatic migrator. If you describe exactly how these could be mapped, though, maybe someone could be enticed to work on one! |
At first, it seems Beets needs to have the ability to replace text and symbols in tags (also when using the autotagger). Like in the style of the 'replace' config option. Here's a great post about how this could be possible. #488 (comment) I’m not sure if that’s already clear, but it’s important that you can use those replace-patterns just for one (or some) tag fields. In my picard config e.g. I’m replacing 'remix' with 'Remix' in ONLY album- and title-tags:
But not just titlecasing it, also:
Also, I’m able to set how much characters the date should have (I want four characters to be displayed):
Furthermore, Beets needs to support unsetting/ignoring/deleting of tags, as I don't want all those MusicBrainz tags in my audio files:
PS: Sorry but I don't know any Python and I also don't know what you mean with mapped … |
Thanks for the extra background. I'll mark this a feature request in case anyone would like to implement a Picard-compatible parser. |
Anyone knows an automatic and easy way for migrating MusicBrainz Picard settings (especially file naming, tagging and scripting) to Beets?
The settings I talk about above are named: file_naming_format, tagger_script, ignore_tags, windows_compatible_filenames, ascii_filenames, clear_existing_tags, id3v2_encoding.
I think(!) most other settings aren’t that important.
Here’s an example configuration of Picard: http://lpaste.net/124392
The text was updated successfully, but these errors were encountered: