You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ beet ls -a -f '$albumartist - $album%aunique{}'
Weezer - Make Believe<no such field 'album_id'>
Weezer - Maladroit<no such field 'album_id'>
Weezer - Pinkerton<no such field 'album_id'>
Weezer - Raditude<no such field 'album_id'>
Weezer - Weezer<no such field 'album_id'>
Weezer - Weezer<no such field 'album_id'>
Weezer - Weezer<no such field 'album_id'>
Looks like aunique assumes that it'll only ever handle Items (albums don't have an album_id field).
This seems like a simple fix. I should have a pull request ready today or tomorrow.
The text was updated successfully, but these errors were encountered:
Problem
Looks like
aunique
assumes that it'll only ever handleItem
s (albums don't have analbum_id
field).This seems like a simple fix. I should have a pull request ready today or tomorrow.
The text was updated successfully, but these errors were encountered: