Results 1018 comments of advplyr

Can you share more information on how you are running Abs? I'm assuming you are using Docker but since it seems you are not sure my first guess is this...

The socket disconnected is an indication that the server is crashing. I'm assuming you have it setup to automatically restart on a crash? I recommend disabling the auto-restart and when...

What docker image are you using? Can you share more information about your NAS setup? Maybe a screenshot of the config page or something like that.

Can you share the docker run command? I'm trying to see the docker image and the volumes being mapped.

BookPlayer is a mobile app though and you are using the web client. The Abs mobile app also allows opening a full screen player. I think a full screen player...

Is there an actual crash happening or is it getting hung up? Can you check /metadata/logs/crash_logs.txt to see if there are any crashes in there? I can see that the...

You can try increasing the max memory size. To do this you pass an environment variable in your docker command. The environment variables is: `NODE_OPTIONS=--max-old-space-size=8192` Where 8192 is size in...

Thanks for testing with a large library. We still have a ways to go in fully migrating to the new data models on sqlite (we previously used JSON files to...

Yeah you can send it via Discord or email [email protected]. The reason I chose Sequelize ORM is so that users could eventually supply their own db. There is still a...

I also don't think the bottleneck we are hitting has to do with sqlite. Sqlite can handle much more data than that.