Adam Melkus adam
  • Joined on 2025-12-28
adam commented on issue starred/audiobookshelf#2791 2026-04-25 00:10:44 +02:00
[Bug]: [podcastUtils] getPodcastFeed Error TypeError

@advplyr commented on GitHub (May 25, 2025):

This podcast has a few episodes with an empty GUID

Image

adam commented on issue starred/audiobookshelf#2792 2026-04-25 00:10:44 +02:00
[Bug]: Timestamp field in manual Chapter Edit does not open keyboard on Android

@nichwall commented on GitHub (May 22, 2025):

Duplicate of https://github.com/advplyr/audiobookshelf/issues/1776

adam commented on issue starred/audiobookshelf#2791 2026-04-25 00:10:44 +02:00
[Bug]: [podcastUtils] getPodcastFeed Error TypeError

@github-actions[bot] commented on GitHub (Jun 1, 2025):

Fixed in v2.24.0.

adam commented on issue starred/audiobookshelf#2793 2026-04-25 00:10:44 +02:00
[Bug]: Issues after re-installing Audiobookshelf

@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…

adam commented on issue starred/audiobookshelf#2793 2026-04-25 00:10:44 +02:00
[Bug]: Issues after re-installing Audiobookshelf

@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…

adam commented on issue starred/audiobookshelf#2793 2026-04-25 00:10:44 +02:00
[Bug]: Issues after re-installing Audiobookshelf

@oboe45 commented on GitHub (May 31, 2025):

Thanks, but does this mean a complete reinstall including the input of the 2000 audiobooks?

adam commented on issue starred/audiobookshelf#2793 2026-04-25 00:10:44 +02:00
[Bug]: Issues after re-installing Audiobookshelf

@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…

adam commented on issue starred/audiobookshelf#2793 2026-04-25 00:10:44 +02:00
[Bug]: Issues after re-installing Audiobookshelf

@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…

adam commented on issue starred/audiobookshelf#2793 2026-04-25 00:10:44 +02:00
[Bug]: Issues after re-installing Audiobookshelf

@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…

adam commented on issue starred/audiobookshelf#2790 2026-04-25 00:10:43 +02:00
[Bug]: scan issue

@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…

adam commented on issue starred/audiobookshelf#2790 2026-04-25 00:10:43 +02:00
[Bug]: scan issue

@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…

adam opened issue starred/audiobookshelf#2791 2026-04-25 00:10:43 +02:00
[Bug]: [podcastUtils] getPodcastFeed Error TypeError
adam closed issue starred/audiobookshelf#2791 2026-04-25 00:10:43 +02:00
[Bug]: [podcastUtils] getPodcastFeed Error TypeError
adam opened issue starred/audiobookshelf#2792 2026-04-25 00:10:43 +02:00
[Bug]: Timestamp field in manual Chapter Edit does not open keyboard on Android
adam opened issue starred/audiobookshelf#2793 2026-04-25 00:10:43 +02:00
[Bug]: Issues after re-installing Audiobookshelf
adam closed issue starred/audiobookshelf#2792 2026-04-25 00:10:43 +02:00
[Bug]: Timestamp field in manual Chapter Edit does not open keyboard on Android
adam closed issue starred/audiobookshelf#2793 2026-04-25 00:10:43 +02:00
[Bug]: Issues after re-installing Audiobookshelf
adam commented on issue starred/audiobookshelf#2790 2026-04-25 00:10:42 +02:00
[Bug]: scan issue

@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…

adam commented on issue starred/audiobookshelf#2790 2026-04-25 00:10:42 +02:00
[Bug]: scan issue

@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.

adam commented on issue starred/audiobookshelf#2790 2026-04-25 00:10:42 +02:00
[Bug]: scan 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…