• Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below
  • Forum
  • Website
  • GitHub
  • Status
  • Translation
  • Features
  • Team
  • Rules
  • Help
  • Feeds
User Links
  • Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below

    Useful Links Forum Website GitHub Status Translation Features Team Rules Help Feeds
    Jellyfin Forum Support General Questions Show all rows on the homepage completely

     
    • 0 Vote(s) - 0 Average

    Show all rows on the homepage completely

    lukass2000
    Offline

    Junior Member

    Posts: 17
    Threads: 6
    Joined: 2024 Sep
    Reputation: 0
    Country:Germany
    #1
    2024-10-17, 05:47 AM
    Hello,

    On the homepage, a different number of "pictures" are always displayed.
    Sometimes two pictures, or three, often only one.

    According to which criteria is this displayed?
    Can perhaps be set so that the entire row is always displayed completely?

       

    Thank you Smiling-face
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #2
    2024-10-17, 03:08 PM (This post was last modified: 2024-10-17, 03:09 PM by TheDreadPirate.)
    This looks like the demo server. Considering there is only one TV show on there, there is only 1 item to display in the "Recently added TV Shows" row.

    But on an actual Jellyfin server the limit on the number of items varies by type.

    https://github.com/jellyfin/jellyfin-web...ded.ts#L23

    Code:
    return function () {
            const apiClient = ServerConnections.getApiClient(serverId);
            let limit = 16;

            if (enableOverflow) {
                if (collectionType === CollectionType.Music) {
                    limit = 30;
                }
            } else if (collectionType === CollectionType.Tvshows) {
                limit = 5;
            } else if (collectionType === CollectionType.Music) {
                limit = 9;
            } else {
                limit = 8;
            }
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    lukass2000
    Offline

    Junior Member

    Posts: 17
    Threads: 6
    Joined: 2024 Sep
    Reputation: 0
    Country:Germany
    #3
    2024-10-17, 05:43 PM
    Hello,
    yes, the screenshot is from the Jellyfin demo server.

    I didn't know if I was allowed to take a direct screenshot of my server.
    I didn't know if the covers were protected by copyright in any way.

    An example directly from my server:
    The day before yesterday I added 4 series to the "Series" library.
    However, only 3 are listed as newly added on the home screen?

    Today I added 2 more series.
    On the home screen, only one series is now displayed as newly added?

    Shouldn't there actually be 5 displayed now?

    Thanks Smiling-face
    theguymadmax
    Offline

    Community Moderator

    Posts: 1,032
    Threads: 0
    Joined: 2024 Jun
    Reputation: 58
    #4
    2024-10-17, 05:52 PM
    That's a know bug. The number of shows may vary slightly due to this issue.
    lukass2000
    Offline

    Junior Member

    Posts: 17
    Threads: 6
    Joined: 2024 Sep
    Reputation: 0
    Country:Germany
    #5
    2024-10-17, 06:08 PM
    Okay, thanks Smiling-face

    Then maybe it will be fixed in the future.

    Thanks
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    • View a Printable Version
    • Subscribe to this thread
    Forum Jump:

    Home · Team · Help · Contact
    © Designed by D&D - Powered by MyBB
    L


    Jellyfin

    The Free Software Media System

    Linear Mode
    Threaded Mode