jellyfin / jellyfin-web

Web Client for Jellyfin
https://jellyfin.org
GNU General Public License v2.0
2.17k stars 1.15k forks source link

eBooks title wrong location #3782

Open Demian98 opened 1 year ago

Demian98 commented 1 year ago

Describe The Bug Jellyfin displays the cover of eBooks and below the title, like it is supposed to be. But if the eBook is part of a series (field in the metadata), the series name is displayed instead of the eBook title. The title is then displayed in the smaller line below. This looks quite wrong.

Expected Behavior I would expect Jellyfin to always display the title in row one and optional the series in row two, if available.

Screenshots With series: grafik Without series: grafik

System (please complete the following information):

jellyfin-bot commented 1 year ago

This issue has gone 120 days without comment. To avoid abandoned issues, it will be closed in 21 days if there are no new comments.

If you're the original submitter of this issue, please comment confirming if this issue still affects you in the latest release or master branch, or close the issue if it has been fixed. If you're another user also affected by this bug, please comment confirming so. Either action will remove the stale label.

This bot exists to prevent issues from becoming stale and forgotten. Jellyfin is always moving forward, and bugs are often fixed as side effects of other changes. We therefore ask that bug report authors remain vigilant about their issues to ensure they are closed if fixed, or re-confirmed - perhaps with fresh logs or reproduction examples - regularly. If you have any questions you can reach us on Matrix or Social Media.

Demian98 commented 1 year ago

Issue still exists in current version.

jellyfin-bot commented 1 year ago

This issue has gone 120 days without comment. To avoid abandoned issues, it will be closed in 21 days if there are no new comments.

If you're the original submitter of this issue, please comment confirming if this issue still affects you in the latest release or master branch, or close the issue if it has been fixed. If you're another user also affected by this bug, please comment confirming so. Either action will remove the stale label.

This bot exists to prevent issues from becoming stale and forgotten. Jellyfin is always moving forward, and bugs are often fixed as side effects of other changes. We therefore ask that bug report authors remain vigilant about their issues to ensure they are closed if fixed, or re-confirmed - perhaps with fresh logs or reproduction examples - regularly. If you have any questions you can reach us on Matrix or Social Media.

Demian98 commented 1 year ago

This the same issue.

Am 29. März 2023 04:00:04 schrieb jellyfin-bot @.***>:

This issue has gone 120 days without comment. To avoid abandoned issues, it will be closed in 21 days if there are no new comments. If you're the original submitter of this issue, please comment confirming if this issue still affects you in the latest release or master branch, or close the issue if it has been fixed. If you're another user also affected by this bug, please comment confirming so. Either action will remove the stale label. This bot exists to prevent issues from becoming stale and forgotten. Jellyfin is always moving forward, and bugs are often fixed as side effects of other changes. We therefore ask that bug report authors remain vigilant about their issues to ensure they are closed if fixed, or re-confirmed - perhaps with fresh logs or reproduction examples - regularly. If you have any questions you can reach us on Matrix or Social Media. — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

thornbill commented 1 year ago

Could you share a screenshot of the "edit metadata" screen? I am not seeing that option for some reason. Thanks!

jellyfin-bot commented 9 months ago

This issue has gone 120 days without comment. To avoid abandoned issues, it will be closed in 21 days if there are no new comments.

If you're the original submitter of this issue, please comment confirming if this issue still affects you in the latest release or master branch, or close the issue if it has been fixed. If you're another user also affected by this bug, please comment confirming so. Either action will remove the stale label.

This bot exists to prevent issues from becoming stale and forgotten. Jellyfin is always moving forward, and bugs are often fixed as side effects of other changes. We therefore ask that bug report authors remain vigilant about their issues to ensure they are closed if fixed, or re-confirmed - perhaps with fresh logs or reproduction examples - regularly. If you have any questions you can reach us on Matrix or Social Media.

vincent commented 8 months ago

@thornbill I thought that was caused by this line

image

This patch seems to do the trick at least.

About the metadata, strangely the book series name does not show up in my case: image Despite being shown in the card image

thornbill commented 8 months ago

Is that a folder name then? I'm just trying to figure out where the collection name is coming from in general. 😅

vincent commented 8 months ago

I'm not sure @thornbill, if it helps here the matching items json

image

carif commented 7 months ago

Is that a folder name then? I'm just trying to figure out where the collection name is coming from in general. 😅

To answer that question, the bookshelf plugin reads in all the metadata Jellyfin supports. For ePubs, the series name is coming from this location in the bookshelf plugin. The index, e.g. it's the first book in the series is also read in (2 lines above).

For ComicInfo.xml files, you can look here in the bookshelf plugin. And for ComicBookInfo, here.

jellyfin-bot commented 3 months ago

This issue has gone 120 days without comment. To avoid abandoned issues, it will be closed in 21 days if there are no new comments.

If you're the original submitter of this issue, please comment confirming if this issue still affects you in the latest release or master branch, or close the issue if it has been fixed. If you're another user also affected by this bug, please comment confirming so. Either action will remove the stale label.

This bot exists to prevent issues from becoming stale and forgotten. Jellyfin is always moving forward, and bugs are often fixed as side effects of other changes. We therefore ask that bug report authors remain vigilant about their issues to ensure they are closed if fixed, or re-confirmed - perhaps with fresh logs or reproduction examples - regularly. If you have any questions you can reach us on Matrix or Social Media.