Help with last genre plugin: throwing me an error every time #4311
-
I am using my own genre tree and database here is the last genre section of my config.yaml
and here's my terminal output from a basic beet lastgenre command: ➜ music beet lastgenre /Volumes/music/CleanBeet/B
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
It looks like something strange has happened to your database that has resulted in a zero-track album, which should never be the case in normal operation. You probably want to clean up that errant database entry. With the caveat that I haven't checked these commands before recommending them, you could do something like |
Beta Was this translation helpful? Give feedback.
It looks like something strange has happened to your database that has resulted in a zero-track album, which should never be the case in normal operation. You probably want to clean up that errant database entry. With the caveat that I haven't checked these commands before recommending them, you could do something like
beet ls -a id:1
to see what album it is and thenbeet rm -a id:1
to remove it.