Yesterday, 06:34 PM
(2025-07-14, 10:59 AM)Brian Wilson Wrote:(2025-07-09, 08:56 PM)macrodensity Wrote: I just implemented a workaround for this using .lrc (lyric) files. I have .cue files from my audiobooks and I converted those into .lrc files and it works great! I have the audiobooks in a "Book" library. @pocketdrummer do you only have the audio file or are there any other files associated with each audiobook?
Jellyfin 10.10.7
Finamp 0.9.18
Android 16, Pixel 6 Pro
Would you mind elaborating on what you did to get cue files and how to convert them to lrc files? I would love to host audiobooks on my server but right now all I have are the audio files split by chapter.
.cue files were extracted as part of the download of the audiobooks. It looks like there's a repo on extracting cue files from the .m4b file https://github.com/ranslot/Generate-Cue-from-M4B (based on ffmpeg).
Once you have those cue files (helpful for other audiobook apps, like audiobookshelf), I have a script I can share that converts cue files into .lrc files using the os and re py libraries.
I have it on my list to experiment with audiobookshelf, but I'm happy with how this is working in Jellyfin, for now.