Can Beets script the process of adding track number metadata? #5852
Unanswered
TwonkyHardware
asked this question in
Q&A
Replies: 1 comment
-
You can provide id's on the cli with
Another chance to get better matches is following the directions that are given in the documentation linked in the output that you got about nomatch. I.e. use the from_filename plugin for example. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a large sample of music files that I ripped without metadata. I'm looking for a way to script adding track number metadata to them so that I can play them as albums.
The files are organized in directories by artist and album, like so
with each folder containing the
.mp3
files for that album.Since the tracks don't have metadata, Beets has a hard time identifying these as albums, but I can use the import function's "Enter search" option successfully by searching for the artist and album title manually:
This fills in the indicated tracks with track number metadata.
I'd like to script this. I have the names of folders whose tracks don't have metadata, and I can easily loop through them in a script to feed each one into Beets. The problem is that, using the procedure shown above, I have to enter information manually: the artist, the album name, and the
A
option to apply the result. Is there a way for Beets to automate this from the command line or from a script (Bash or Python, whichever's easiest)?Beta Was this translation helpful? Give feedback.
All reactions