Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Issue]: Book library where author contains single book displays incorrectly #11278

Open
1 task done
SethFalco opened this issue Apr 1, 2024 · 1 comment
Open
1 task done
Labels
bug Something isn't working

Comments

@SethFalco
Copy link

SethFalco commented Apr 1, 2024

Please describe your bug

I'm creating a book library in my Jellyfin instance, as recommended in the Jellyfin documentation.

Books
…
└── Books
    └── Author
        ├── Book1.epub
…

https://jellyfin.org/docs/general/server/media/books/

However, for authors where I only have one of their books, Jellyfin seems to treat the book as if it has the name of the author.

So instead of either seeing a directory with the name of the author, or just seeing the book, it shows a book titled with the name of the author instead.

This shows how my library looks like:

image

This shows the metadata of the first book in the screenshot, where it uses the directory name (the author) instead of the file name (the book name):

image

Reproduction Steps

  1. Launch Jellyfin
  2. Create a directory for the Book library
  3. In the directory, create a directory called Books
  4. In the Books directory, create a directory for an author
  5. In the author directory, add a book
  6. Either wait or manually refresh the Book library
  7. Observe that the library contains a book with the name of the author

Jellyfin Version

10.8.13

if other:

No response

Environment

- OS: Ubuntu 22.04.4 LTS x86_64
- Linux Kernel: 5.15.0-100-generic
- Virtualization: Docker
- Clients: Jellyfin Media Player
- Browser: Firefox
- FFmpeg Version: 
- Playback Method: 
- Hardware Acceleration:
- GPU Model: NVIDIA GeForce RTX 3070
- Plugins: AudioDB, Bookshelf, MusicBrainz, OMDb, Studio Images, TMDb
- Reverse Proxy: nginx
- Base URL: none
- Networking: 
- Storage: local

Jellyfin logs

N/A

FFmpeg logs

No response

Please attach any browser or client logs here

No response

Please attach any screenshots here

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct
@SethFalco SethFalco added the bug Something isn't working label Apr 1, 2024
@jellyfin-bot
Copy link
Contributor

Hi, it seems like your issue report has the following item(s) that need to be addressed:

  • You have not filled in the environment completely.
  • You have not provided a sufficient amount of logs. Please provide every line during the time of the event plus 10 lines before and after.
  • You have not provided any ffmpeg logs. They should be included if transcoding or remuxing.

This is an automated message, currently under testing. Please file an issue here if you encounter any problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Needs Testing
Development

No branches or pull requests

2 participants