Put singletons from artists without album into special directory #4421
Replies: 1 comment 1 reply
-
That's a tricky one! As you mention, it's made a little harder by the fact that "has no albums" is a property that could change in the future. I wonder if some manner of shell scripting might be the route to success here. That is, you could do Does that make any sense? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I am currently importing, cleaning and sanitizing my library with beets. For most artists, I have albums. However, I have a single folder for singleton tracks, in which I store the songs of artists for which I only have a few songs (imagine something like "one hit wonders" or artists of which I only like certain songs). I'd like to keep that folder in that way. I also have singleton tracks for some artists that I do have albums for, e.g. for unreleased live tracks etc. that I want to store in the artist's existing folder.
I'd expect to be able to achieve this by querying beets when importing a singleton, and checking whether the singleton's artist has some imported albums already, but I couldn't find a way to do it yet. How can I configure beets to import singletons that way (or any other way that achieves the same goal)?
(I know that, depending on the order of the import, an artist might not have an album in beets at the time of importing a singleton, but might have later. That could be handled by re-checking the whole library after importing a new file, and I think I'll be able to handle that myself)
Beta Was this translation helpful? Give feedback.
All reactions