• 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

    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    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]
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    Show all rows on the homepage completely - by lukass2000 - 2024-10-17, 05:47 AM
    RE: Show all rows on the homepage completely - by TheDreadPirate - 2024-10-17, 03:08 PM
    RE: Show all rows on the homepage completely - by lukass2000 - 2024-10-17, 05:43 PM
    RE: Show all rows on the homepage completely - by theguymadmax - 2024-10-17, 05:52 PM
    RE: Show all rows on the homepage completely - by lukass2000 - 2024-10-17, 06:08 PM

    • 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