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

Audiobook Library appears empty #1782

Open
vincentscode opened this issue Aug 11, 2022 · 2 comments
Open

Audiobook Library appears empty #1782

vincentscode opened this issue Aug 11, 2022 · 2 comments
Labels
confirmed This bug was reproduced successfully by multiple people discussion needed This PR or issue needs discussion before going further not implemented yet Features that are not yet implemented in the client

Comments

@vincentscode
Copy link

vincentscode commented Aug 11, 2022

Description of the bug

A library with the content type Book does not show Audiobooks in the vue client, while it does in the regular old web client.

The query to https://jellyfin/Items specifies includeItemTypes=Book and by that does not include media of content type AudioBook.
Combining Books & Audiobooks into a single library is the way recommended by the docs (https://jellyfin.org/docs/general/server/media/books.html). Also no Audiobook-only Library Type can be created using either web client.

I see no reason to specify the includeItemTypes at all, as the media is already filtered by the parentId which in turn specifies the itemType of the children.

Just adding the audiobook type here

includeItemTypes: ['Book'],
might already solve the issue.

Steps to reproduce

Create a Library with content type book in the jellyfin web ui.
Add an Audiobook to the directory.
Open the Library with the jellyfin-vue web ui.
Observe an empty library.

Expected behavior

AudioBooks should be shown in the Book Library Tab.

Logs

No response

Screenshots

image
image

Platform

Windows

Browser

Chrome

Jellyfin server version

10.8.1

Additional context

No response

@vincentscode vincentscode added the bug Something isn't working label Aug 11, 2022
@ThibaultNocchi ThibaultNocchi added confirmed This bug was reproduced successfully by multiple people discussion needed This PR or issue needs discussion before going further not implemented yet Features that are not yet implemented in the client and removed bug Something isn't working labels Aug 12, 2022
@ThibaultNocchi
Copy link
Member

Hello, thanks for your issue. This is normal (for now) as we haven't yet implemented this.

@vincentscode
Copy link
Author

@ThibaultNocchi, I am willing to contribute on this as I would love to use this frontend but need audiobooks. Is there any open discussion? What needs to be discussed before implementing it & what needs to be implemented?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
confirmed This bug was reproduced successfully by multiple people discussion needed This PR or issue needs discussion before going further not implemented yet Features that are not yet implemented in the client
Projects
None yet
Development

No branches or pull requests

2 participants