Closed mathiasfoster closed 3 years ago
This is due to a database bug in a previous release.
You can either restore a backup from v2.1.2 or earlier and run refresh
with the time machine option set to the last refresh or downgrade and export artist IDs which you can then import on 2.4.3:
# Downgrade to v2.1.2
pip install --force-reinstall deemon==2.1.2
# Export Artist IDs to CSV
deemon show artists -cHf id -e artists.csv
# Delete database
rm ~/.config/deemon/deemon.db
# Upgrade deemon
pip install --upgrade deemon
# Import artists setting time machine date to last refresh
deemon monitor -I artists.csv -T 2021-10-20
I'll do my best to get a patch out tomorrow for this since it seems to be affecting multiple users.
Resolved in 2.4.4
As below!