Cal Bryant
Cal Bryant
The algorithm for the bit error rate calculation is relevant here, it can be applied to any program that uses chromaprints -- if you ignore the bit that converts from...
Thanks @kzyapkov ! Great to have that until support (hopefully) ends up in dmrconfig when someone has time.
No problem. I found that the problem only occurred after adding a lot of files with sync -- given it was a call to `/api/data` this makes sense though I'm...
It seems the issue can also be masked with the same behaviour. I got  For the same request, but I guess that was a result of rebuilding my container....
Oh that's great. I will certainly give it a go soon, thanks for the change.
I can get as far as koel::init, but when I run sync, the command exits with status 255:  It's a shame there's no error output to give a hint...
Turns out I was running an older image after all -- see https://github.com/Hyzual/docker-koel/issues/59#issuecomment-801411165 -- sorry for the hassle. It scans now, though it got stuck on a probably-invalid ID3 tag:...
OK I tried `2048M` by editing `php.ini` and swapping the line `image: hyzual/koel` for `build: .` and now I can log in! I think I might raise an issue in...
You'll need a server-side PHP (or whatever) RSS proxy which is apparently included; or for better speed simply run a cron job to download the RSS feed to your server...
Thanks @xxxserxxx -- I will get the user-keys-master branch merged first I think. A useful change and helps @botto 's plight of separating the cli into a lib. @botto please...