audiomuze
audiomuze
> And I haven't even got the deletion of media done atm correctly. How do you plan to handle detecting updates to underlying files - inotify or relying on changes...
> Reading [navidrome/navidrome#192](https://github.com/navidrome/navidrome/issues/192) and here [sentriz/gonic#50](https://github.com/sentriz/gonic/issues/50) it might be easier to implement some way talked about in these I'll have a read and revert. I think before you settle on...
> Under what we where talking about you had a common DB for users. Where they would have common tracks. How in say in a request of albums. Meant to...
> I am not looking to make a tag editor since there are applications out there far better than what I could do. Basically, your tags are your own to...
**Coverart** Present you're only considering image files containing ```cover``` in the filename. Ideally users should be able to specify which filenames to consider, in order of preference. ```folder.jpg``` would also...
Ingestion is superfast, (albeit handling only a subset of tags): 4,994.4 tracks / 373.7 albums per min. This over a gigabit lan with 7200rpm drives housed in a Qnap TR-002...
You're writing track to the ```disc``` field and the ```track``` field, and failing to pick up ```discnumber``` from tags.
Don't create duplicate artist entries when artist names have differing case e.g. ```Tyler Bryant & The Shakedown``` and ```Tyler Bryant & the Shakedown```. I presume the same problem will exist...
Scanner does not flag/remove deleted artists, albums or songs when imported so would point clients to non-existent content.
Need to have an artist equivalence built in - one artist, different names, all resolving to same identity e.g. ```Israel Nash Gripka``` and ```Israel Nash```. Same story with ```Johnny Cougar```,...