Allow setting/Detect track number during tagging #4318
Replies: 3 comments 7 replies
-
Another example of a match so close, yet so far: |
Beta Was this translation helpful? Give feedback.
-
Hi, I am often facing similar issues. Usually it happens with badly or entirely untagged tracks. Here is an example:
These mp3's are entirely untagged, so original track number shows `#0'. What I am always wondering in this case is: Would in such a case, let's call it "untagged, beets has no idea of track ordering from reading tags alone" a possible solution be to at least try to use the order the files are named? In this case (and in most cases of my badly tagged files) there is a proper numbering lying in the files, either Vinyl-typical or digital file typical. E.g:
So my specific question to @sampsyo would be: Do you think it's difficult/doable to code a "fallback sorting" mechanism "as on-disk", in case no track numbering can be found in the tags at all? |
Beta Was this translation helpful? Give feedback.
-
And yes, certainly this is also what I am thinking each time the track ordering is messed up. How could a "reording" mechanism work during the import or is there one already I am not aware of? What I tried:
|
Beta Was this translation helpful? Give feedback.
-
When an album is incomplete or has shuffled tracks, I'm forced to
abort
the tagging so I don't mess up my tags (something that would be really difficult to detect later, specially when dealing with mixes of the same song):In the example above you can clearly see that the correct track is
#2
, but it would be overwritten it as the "Space Remix".I understand that beets already tries to match track names based on similarity, so I'm curious about why it is failing here. Is it because of
length
? An optionReorder tracks
would allow working around this though, maybe printing each existing track and asking which index it corresponds to in the selected suggestion? I think theedit
plugin works along these lines, but unfortunately I haven't been able to use it (I suspect it has to do with my Google Drive music collection being mounted viarclone mount
).Beta Was this translation helpful? Give feedback.
All reactions