2025-04-12, 05:30 PM
(This post was last modified: 2025-04-12, 08:48 PM by whisper.sunrise1043. Edited 3 times in total.)
I put these files in the music library because the metadata wasn't working either in books.
I had already experimented with Jellyfin to generate them, but in most cases, it didn’t create anything - and when it did, the files were incomplete.
I wrote a Python script to organize everything the way I wanted, since I didn’t want to use Jellyfin’s NFO files (my script is based on NFO generated from Jellyfin so).
Jellyfin NFO: pastebin.com/raw/UZJMdmWD
My NFO: pastebin.com/raw/Vtadn6qL
Edit 1
I have look through the Jellyfin source code and don't even see an NFO parser for audiobooks
Edit 2
I think the problem is the text encoding of file names, folders etc.
I had already experimented with Jellyfin to generate them, but in most cases, it didn’t create anything - and when it did, the files were incomplete.
I wrote a Python script to organize everything the way I wanted, since I didn’t want to use Jellyfin’s NFO files (my script is based on NFO generated from Jellyfin so).
Jellyfin NFO: pastebin.com/raw/UZJMdmWD
My NFO: pastebin.com/raw/Vtadn6qL
Edit 1
I have look through the Jellyfin source code and don't even see an NFO parser for audiobooks
Edit 2
I think the problem is the text encoding of file names, folders etc.