Hi!
I want to list all non-CD albums in my library.
With beet list ^media:cd
I get the list of all non-CD tracks. But this doesn’t work with option -a
, so beet list -a ^media:cd
gives me all the albums in my library (as I understand, media
is not an album field?).
How can I get the corresponding albums?
Thanks and regards!