Every time I run beet update
, I get the same list of changes. I’ve copied and diffed the output to verify–it’s the same every time. I have over 2200 lines of changes like the following:
Bruce Springsteen - Greatest Hits - Glory Days
albumartist: Al Green -> Bruce Springsteen
genre: R&B/Soul -> Rock
year: 1973 -> 1984
month: 04 -> 06
day: 01 -> 04
It appears that beets originally imported the files incorrectly, and is trying to fix the problem. Am I correct in assuming that beets is having trouble saving the changes to the DB? Any suggestions to fix it?
When I run update with triple verbose output, I don’t see any messages regarding trouble saving:
Bruce Springsteen - Greatest Hits - Glory Days
albumartist: Al Green -> Bruce Springsteen
genre: R&B/Soul -> Rock
year: 1973 -> 1984
month: 04 -> 06
day: 01 -> 04
Sending event: before_item_moved
Sending event: item_moved
Sending event: database_change
Sending event: database_change
Sending event: database_change
Other info:
- I’m running beets in a FreeBSD jail on a FreeNAS server
- The database file itself is writable, and is getting updated:
-rwxrwxrwx+ 1 beets beets 7208960 Jan 19 12:33 beetslib.db
Thanks!