Replies: 9 comments 18 replies
-
If I understand correctly, beets tries to write the fields as If that doesn't work, you need to provide more info, like the output of
With |
Beta Was this translation helpful? Give feedback.
-
I had already applied the As commented, I run beets from git, updated daily.
The assumption that this only applies to musicbrainz is incorrect, during my sql inspections I found it applied to nearly every data source. I eventually fixed by making SQL changes: update items set albumtype=''
update items set albumtypes='' then a Now when I run the I'll try running a |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
OK commented out medifile.py#L1951 Now I have the following output
Off to edit mb.py in beets itself |
Beta Was this translation helpful? Give feedback.
-
The edited version of mediafile I forked and modified locally, so yes. |
Beta Was this translation helpful? Give feedback.
-
Can you try a I have just done the same steps and added a
|
Beta Was this translation helpful? Give feedback.
-
Can you try the I have found that the i hope that makes sense. |
Beta Was this translation helpful? Give feedback.
-
Sorry, so many things happening. I did still have the How we solve the |
Beta Was this translation helpful? Give feedback.
-
I still believe we have issues where users' database are still having the |
Beta Was this translation helpful? Give feedback.
-
Is there a way for beets to ignore these fields in any of the commands?
I have looked in the the
beets.db
file and these fields do not contain any of the troublesome[]
characters, I have the run abeet write
, which goes through and changes all of the tags to ensure none of those characters exist, but when I run abeet write -p
it wants to update all of those tags again.I have used Mp3Tag, ExifTool, and MediaInfo to list all the tags of the file, but they do not display the above tags.
I have started to look at how I can use mutagen to list the tags, but have not put too much effort into that as yet.
This is not just for MusicBrainz sources either.
This is for both
mp3
andm4a
files.I am running the latest git version.
Any help or suggestions?
Beta Was this translation helpful? Give feedback.
All reactions