April 16, 20242 yr 19 minutes ago, theasset said: I figured it might be caching through "Previous Apps" so I cleared the template before reinstalling, I get the same "Unauthorized" error ... not sure this means the credentials are wrong or if I don't have the correct permissions.. Edit: Ok, so it looks like the audiobookshelf folders are still in both my cache drive where I run all my containers, and also in my appdata folder.. can I delete from both location safely using Krusader? Or should best practice be deleting from the cache and this change being automatically reflected in appdata due to the cache -> array configuration? Just get "Cleanup appdata" from the appstore.. Works well for what you need.
April 17, 20242 yr 6 hours ago, Froberg said: Just get "Cleanup appdata" from the appstore.. Works well for what you need. Thanks - I found this listed in another comment, but in the appstore in Unraid it essentially says its deprecated and users should use Krusader instead. That's how I found that the app was in bot the docker cache and appdata folders
April 17, 20242 yr 3 hours ago, theasset said: Thanks - I found this listed in another comment, but in the appstore in Unraid it essentially says its deprecated and users should use Krusader instead. That's how I found that the app was in bot the docker cache and appdata folders Eh it's not depreciated.. but I get your point from the description. It helps if you're unsure of what to delete. I usually just do terminal to remove appdata folders. But yes, remove your old appdata directories or install in to a new one and you should be good.
April 18, 20242 yr 15 hours ago, Froberg said: Eh it's not depreciated.. but I get your point from the description. It helps if you're unsure of what to delete. I usually just do terminal to remove appdata folders. But yes, remove your old appdata directories or install in to a new one and you should be good. Thanks. I ended up manually deleting the folder using Krusader - I was able to delete the folder (containing the sqlite database) on my cache drive, but I was unable to move the audiobookshelf folder from appdata to the trash, it didn't give me any any errors, but it also didn't seem to do anything, despite refreshing and trying a few times. Reinstalling did seem to work and let me create a user and pass, so mission success!
May 14, 20242 yr On 2/25/2024 at 10:29 AM, spacebender said: Let me start by saying Audiobookshelf is absolutely fantastic. I look forward to the ios app non-beta release. Question, is anyone else having permission issues with Unraid? I am running the full suite of "*arr" apps and cant seem to get Audiobookshelf to play well with Readarr. All my other indexers and download clients work perfectly. When Readarr grabs a selection it does not show up in Audiobookshelf. When I use Audiobookshelf to manually put books away, it sets file permissions to root. That throws an error in Readarr. I have verified my my Unmask, PUID and GUID settings. They are the same as other indexers. Thanks in advance. I'm having similar issues with permissions but for different reasons (which are irrelevant so I'll spare you the screen space). I started looking at the docker docs for this app and it appears that there is no mechanism for specifying the user and group to store the files as, so it defaults to root/root. It'd be really marvelous if this could be added (or, if it's there somewhere, I could be pointed to the info documenting it). Thanks again!
May 14, 20242 yr Author 20 minutes ago, kcgodwins said: I'm having similar issues with permissions but for different reasons (which are irrelevant so I'll spare you the screen space). I started looking at the docker docs for this app and it appears that there is no mechanism for specifying the user and group to store the files as, so it defaults to root/root. It'd be really marvelous if this could be added (or, if it's there somewhere, I could be pointed to the info documenting it). Thanks again! Docker has a built-in way to specify the user/group when running a container. https://docs.docker.com/engine/reference/run/#user I'm not sure how to set that using the GUI in Unraid
May 14, 20242 yr 23 minutes ago, kcgodwins said: I'm having similar issues with permissions but for different reasons (which are irrelevant so I'll spare you the screen space). I started looking at the docker docs for this app and it appears that there is no mechanism for specifying the user and group to store the files as, so it defaults to root/root. It'd be really marvelous if this could be added (or, if it's there somewhere, I could be pointed to the info documenting it). Thanks again! Just edit the template add two new variables like this:
May 14, 20242 yr Author 2 minutes ago, strike said: Just edit the template add two new variables like this: Those environment variables were removed a long time ago because the preferred way to set the UID/GID is using the built-in docker options.
May 14, 20242 yr Oh, didn't know that. I still have it in my template and I haven't had any permissions problems.
May 18, 20242 yr I imported an audio book that had all the tracks named "Lesson 001" "Lesson 002" etc as ID3 tags and also the filenames "Lesson 001.mp3". I then manually changed the names of the first two chapters from within audiobookshelf. I then changed every track title with MediaMonkey: I deleted the book from audiobookshelf and re-scanned it, hoping that it would update the track titles, but it retains the original tracks. It even keeps the first two tracks that I renamed from within audiobookshelf, which leads me to believe that audiobookshelf is somehow keeping the metadata somewhere. How can I force audiobookshelf to force update the chapter titles using the ID3 tags?
May 18, 20242 yr Author 1 hour ago, fonzie said: I imported an audio book that had all the tracks named "Lesson 001" "Lesson 002" etc as ID3 tags and also the filenames "Lesson 001.mp3". I then manually changed the names of the first two chapters from within audiobookshelf. I then changed every track title with MediaMonkey: I deleted the book from audiobookshelf and re-scanned it, hoping that it would update the track titles, but it retains the original tracks. It even keeps the first two tracks that I renamed from within audiobookshelf, which leads me to believe that audiobookshelf is somehow keeping the metadata somewhere. How can I force audiobookshelf to force update the chapter titles using the ID3 tags? You are conflating chapters and tracks. Chapters are stored separately and can be edited separately. If you want to scan the chapters in as new again then press "Edit Chapters" button. Then "Remove All" chapters. Then press edit on the book again and "Re-Scan". Scanning isn't going to overwrite your existing chapters incase you made manual edits. If you want them scanned in fresh then remove the chapters and re-scan. Edited May 18, 20242 yr by advplyr
July 13, 20241 yr Audiobookshelf crashes every time I try to play anything. It's extra strange because it was working a few hours ago and I didn't change anything. I've tried this on multiple devices and restart the docker container many time. I also tried to downgrade to advplyr/audiobookshelf:2.11.0 Each time I get the same result. When I try to play any file the GUI says Socket failed to connect Then the docker container crashes. My log file pulled with "docker logs audiobookshelf" from the unraid terminal is attached. I can't really make heads or tails of this log file. Maybe it's a database error? errorLogs.txt
July 23, 20241 yr Anyone have a guess for when the testflight beta will either expand or go to full production? I'd love to give this a try!
July 23, 20241 yr 4 hours ago, dexxy said: Anyone have a guess for when the testflight beta will either expand or go to full production? I'd love to give this a try! me too....:)
July 24, 20241 yr On 7/23/2024 at 3:39 AM, dexxy said: Anyone have a guess for when the testflight beta will either expand or go to full production? I'd love to give this a try! Ditto, for my wife 😉
August 7, 20241 yr Hi, i found a reproduceable issue: i use a i5-13500 with 6 P and 8 E-cores Every "conversion" of MP3-Based Audiobook into a M4A-Based-Audiobook (using the Web-GUI) occupies a single P-Core. Once the CPU runs out of P Cores and i add a further conversion-task the docker-container crashes. 6 Parallel MP3 Audiobook to M4a Aduiobook = OK 7 Parallel MP3 Audiobook to M4a Aduiobook = Container-crash No "Cpu-Pinning" is used. all default. DB-Corruptions happened in 2 out 4 Tests after the container-crash.
August 8, 20241 yr i am having an issue which seems to be daily, ( new user day 4 ) where i will try to connect to the server with my phone and it does not connect, so i try the web and also get no response. reboot the docker and things are good again. does anyone else have a daily reboot stability problem?
August 9, 20241 yr 8 hours ago, cturnbull802 said: i am having an issue which seems to be daily, ( new user day 4 ) where i will try to connect to the server with my phone and it does not connect, so i try the web and also get no response. reboot the docker and things are good again. does anyone else have a daily reboot stability problem? I dont have it every day, but ocasionaly the bookshelv-server just "hangs", also cant use the webgui anymore. maybe 3 times in ten days. It never happens in times of use. only when its idle. Edited August 9, 20241 yr by beebob
August 9, 20241 yr I frequently see the red warning "Socket failed to connect" - but it's yet to cause any actual usage or access problems.. so I've elected to ignore it. I use the app maybe ten hours a week on average. Sometimes much more.
August 9, 20241 yr @beebob i too also see the problem only when the server is idle. @Froberg i had the sockets failed to connect as well, i solved it in my nginx proxy manager settings by enabling "websockets support"
August 10, 20241 yr On 8/8/2024 at 7:38 PM, cturnbull802 said: i am having an issue which seems to be daily, ( new user day 4 ) where i will try to connect to the server with my phone and it does not connect, so i try the web and also get no response. reboot the docker and things are good again. does anyone else have a daily reboot stability problem? I am experiencing this as well, it only popped up as an issue in the last week or so.
August 11, 20241 yr On 8/9/2024 at 4:25 PM, cturnbull802 said: @beebob i too also see the problem only when the server is idle. @Froberg i had the sockets failed to connect as well, i solved it in my nginx proxy manager settings by enabling "websockets support" Seems obvious now.. that did indeed fix it.
August 11, 20241 yr Maybe you guys could try to use the extra parameters I'm using on the container.. might be helpful. --memory=2G --restart=always --log-opt max-size=50m --log-opt max-file=1
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.