Replies: 2 comments
-
Not 100% a fix, as I don't really know what caused my library to end in that state...but I wrote a quick plugin that just sets the problem tags to For completeness, this is what I used (overkill, but it was just easier to fit into the structure of some of my other custom plugins): https://gist.github.com/CrossR/cd25a3f6591cb14d2b8ffc6f061a4f8c. Stick both files in a folder that is in your I'm still slightly confused as to why the tags were wrong though...maybe they were set before I turned the |
Beta Was this translation helpful? Give feedback.
-
Okay, final update from me, though I can raise an issue if I'm correct in my understanding here...
I guess I must have had the files in question in my library before setting |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey, I've recently started using beets again and it is doing 99% what I want....but certain tags are seemingly not being applied to a tiny subset of my files.
My process is as follows:
I basically just get a subset of my files reporting:
or similar and nothing I do seems to fix it. I've tried
scrub
,zero
,import -L
andrm
->import
so far, and every other tag is fine, these ones just refuse to change.From #5382 (and the linked #4715) it seems like it is somewhat fixed, though the actual issue focuses on other tags that aren't an issue for me, and the discussion mentions disabling
id3v23
which isn't an option for me (I do have it enabled though).I should also note that if I do
beet list -f '$artist_sort - $original_month - $original_day'
I get a whole lot of" - 00 - 00"
(i.e. nothing) for basically everything, except the troubled files where the values are set.Is there an easy way for me to fix this? Or if not, is it something I can fix externally to beet for now?
Version info:
I'm using commit
dd2f203090af6f570b0c5158661d718607758c96
with a local poetry venv, config linked here: https://gist.github.com/CrossR/9a8df17567b8d6d570aa9294525365e9.Beta Was this translation helpful? Give feedback.
All reactions