sentriz/gonic

Empty "Unknown Album"

Closed this issue · 8 comments

gonic version: v0.16.2

if from docker, docker tag: latest

I recently changed one of my genre name of my library using beets. After doing that, my symfonium as well as dsub left me with one album under the old genre with zero song in it. Could there be one kind of purge job be done to remove this kind of empty album?
图片

Thank you.

PS: I tried to "slow scan". It is still there.

i tried to reproduce this, but could not. is there anything relevant in the logs? it's likely a client-side issue, try clearing the cache.

@J4gQBqqR could you email me a copy of your gonic database? my email is on profile

if you like you can delete personal info from it first (make sure you do it on a copy!)

eg
$ cp gonic.db backup.db
$ sqlite3 backup.db 'delete from users'

and email me the backup db

Thanks for reminding me. I was so busy recently and forgot about this ticket. Let me get it done when I got free tonight.

Sent

thanks for db 👍

it seems you have a path /music/japanese/Various Artists on your filesystem without any tracks according to gonic. did it have tracks in it at some time? how does that folder look now?

The folder currently has 38 subfolders and all of them are not empty, i.e. with some opus audio files in them.
And when I do this under this folder:
beet info */*.opus | grep JK

The result returns me no opus file with that problematic Genre name.

i have deployed a fix, i'm trying to test it better, but the build is currently broken for alpine docker due to #467