@nichwall commented on GitHub (May 22, 2025):
Duplicate of https://github.com/advplyr/audiobookshelf/issues/1776
@github-actions[bot] commented on GitHub (Jun 1, 2025):
Fixed in v2.24.0.
@nichwall commented on GitHub (May 23, 2025):
Duplicate of https://github.com/advplyr/audiobookshelf/issues/4292
The audiobookshelf container no longer includes curl because it is not (and has…
@aHawtPotato commented on GitHub (May 31, 2025):
I was encountering the same issue. This issue is the compose script, and a coincidence that it happened after your power outage. It seems the…
@oboe45 commented on GitHub (May 31, 2025):
Thanks, but does this mean a complete reinstall including the input of the 2000 audiobooks?
@aHawtPotato commented on GitHub (May 31, 2025):
Thanks, but does this mean a complete reinstall including the input of the 2000 audiobooks?
Oof, that's a scary thought, but you're in…
@DaBear78 commented on GitHub (Jun 4, 2025):
Can you please explain how to make the changes? I used the mariushosting guide to install it (the old one), but I don't know how to change the config…
@aHawtPotato commented on GitHub (Jun 26, 2025):
Can you please explain how to make the changes? I used the mariushosting guide to install it (the old one), but I don't know how to change the…
@iliasch-dev commented on GitHub (May 22, 2025):
How are you embedding the image? You said it was a script, what command are you running?
using eyed3 python lib
When you say "a previously…
@iliasch-dev commented on GitHub (May 22, 2025):
you may close it , I found the issue, forgot to change the path in the config file of my script to the /tmp directory (server side) so the mp3…
@advplyr commented on GitHub (May 21, 2025):
Abs must be scanning in the audio file before you change the image. You can look through the logs to see when that happens. Check the libraries that…
@iliasch-dev commented on GitHub (May 21, 2025):
I create the mp3 and assign the image to it in directory A (/tmp) then I copy it to directory B (audiobook lib path) in order to avoid this issue.
@nichwall commented on GitHub (May 21, 2025):
I have a script that creates mp3 files and attaches an embedded image to each one. It then copies the mp3 file to the library path of audiobookshelf…