djl
djl
Oops. Not sure how I missed that info :/ This happens on both 0.14.0 and in the nightly builds (both from Docker Hub). I noticed the problem a couple of...
> so just to be clear, it was a nightly build from a few weeks ago, fresh database, did a scan, and you were left with album records with `left_path=''...
Back with a fresh scan and with another 107 albums: ``` $ sqlite3 gonic.db "select count(*) from albums where left_path='' and tag_artist_id is not null" 107 ``` These seem to...
Oh lord, I figured out why it was those 107 albums over and over again. All of those albums have titles which match other _artist names_ elsewhere in my collection....
I might be running into this, too. ``` [... a few hundred folders here...] 2022/03/13 15:18:49 processing folder `/media/music/Alex Cameron/Oxy Music` 2022/03/13 15:18:49 finished scan in 4.91389s, +0/5376 tracks (0...
I was under the impression that sway was considered feature complete. If not, should I open an issue over there?
I can see scenarios where removing the top-level directory could be surprising for users e.g. a directory where you dump new files into for importing later. That directory would need...
Added the field to `item_keys` and added a test to ensure `album.mb_albumartistids` matches the album's first item's `mb_albumartistids`. There's probably a more sensible or robust way to test it, though.
So at the point where I added the test, it seems not all the metadata has been applied. `item.mb_albumartistids` is an empty list. It's been like two years since I...
> I've found that I run into the same issue when copying with `y`, but using `Enter` instead works all the time. Does that work for you? I'm running into...