laker-93
laker-93
I wonder if this problem would still occur if you were to use `ProcessPoolExecutor` with 'spawn' context, rather than threads. That way each event loop would be running in a...
Thanks for the information here. I re ran the import with the library of music that initially caused this problem on a more powerful machine and have not hit the...
Is this issue for rendering Feishin for use on a mobile web browser? As it stands Feishin is pretty much unusable from a mobile web browser. Contrast this with Navidrome...
I would also love to see this feature added. Happy to help implement it if you could give me some pointers of where to start! I've checked out the code...
I've encountered this before; needing a decorator that depends on the initilisation of something within the container. The issue is to do with the order that such objects are initialised,...
> curl -H "$(cat /tmp/cookie)" localhost:8001/api/users --data-raw '{"what":"user","which":[],"data":{"scope":".","hideDotfiles":true,"username":"testUser","password":"PASSWORD"}}' This gives me a 401 unauthorized despite having a cookie that was created from an admin account. Do you have an up...
I have mstream deployed using: https://github.com/linuxserver/docker-mstream
Thank for the information @jackwilsdon. Do you know if it' possible to specify multiple keys? E.g. use `mb_trackid` and `mb_albumid` but if not set use `title` and `album`?