beet convert -a does not convert singles #5969
Replies: 1 comment
|
So there is no single switch that makes # Albums (and their sidecar/embedded album art).
beet convert -ya 'singleton:false'
# Only non-album items.
beet convert -y 'singleton:true'The second query will export the singletons, but beets cannot copy album art for them because they do not have an associated album/artpath. If you need one image per |
Uh oh!
There was an error while loading. Please reload this page.
There are some songs in my library that does not belong to any album of an artist and I put them in "/artist/Non-Album/" and I use
beet convertto move them to my phone. The problem is without "-a" beets doesn't copy album arts and with "-a" it doesn't copy "Non-Album" folders. I dobeet convert -ya && beet convert -yto hack around it, but I wanna know if there is a better way.All reactions