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
I'm trying to get beet duplicates tiebreak on behalf of a flexible attribute that is not present on all items. I'd like to keep the files that do have this attribute and let beet duplicate decide to delete the other version.
I'm getting this:
$ beet duplicates -k artist -k title amadou
Traceback (most recent call last):
File "/Users/jojo/git/beets/beets/library.py", line 701, in __getitem__
return super().__getitem__(key)
File "/Users/jojo/git/beets/beets/dbcore/db.py", line 452, in __getitem__
return self._get(key, raise_=True)
File "/Users/jojo/git/beets/beets/dbcore/db.py", line 442, in _get
raise KeyError(key)
KeyError: 'mood_acoustic'
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to get beet duplicates tiebreak on behalf of a flexible attribute that is not present on all items. I'd like to keep the files that do have this attribute and let
beet duplicate
decide to delete the other version.I'm getting this:
having this configured:
Beta Was this translation helpful? Give feedback.
All reactions