• 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 Troubleshooting My media

     
    • 0 Vote(s) - 0 Average

    My media

    "My Media" over two lines?
    bacman
    Offline

    Junior Member

    Posts: 7
    Threads: 2
    Joined: 2025 Feb
    Reputation: 0
    Country:United Kingdom
    #1
    2025-03-31, 11:12 AM
    I have a few sections in "My media"; films, shows, cartoons, music, etc - too many to show on one line.

    How can I show half of the sections on one line and the rest on another line so all sections show on the home page (or is there a way to display all on one page rather than having the "<>" buttons needed?

    Thanks.
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #2
    2025-03-31, 12:36 PM (This post was last modified: 2025-03-31, 12:36 PM by TheDreadPirate.)
    Only if you are using a web based client. The CSS below will wrap any list instead of scrolling.

    Code:
    @media all {
      .homePage .emby-scroller {
        margin-right: 0;
      }
      .homePage .emby-scrollbuttons {
        display: none;
      }
      .homePage .itemsContainer {
        flex-wrap: wrap;
      }
    }

    Credit goes to this thread.

    https://forum.jellyfin.org/t-small-probl...=flex-wrap
    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]
    bacman
    Offline

    Junior Member

    Posts: 7
    Threads: 2
    Joined: 2025 Feb
    Reputation: 0
    Country:United Kingdom
    #3
    2025-03-31, 01:22 PM
    Sorry, I don't understand. I use Windows 10 and have Jellyfin running in my Chrome browser.

    I would appreciate if you could please let me know what to do; thanks.
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #4
    2025-03-31, 01:33 PM
    If you only want this change to happen on your current browser go to Settings > Display. Then scroll down to "Custom CSS code" and copy and paste what I provided into that box then save.

    If you want this change to happen on all clients go to Dashboard > General. Then same as before copy and paste the code I provided into "Custom CSS code" then save.
    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]
    bacman
    Offline

    Junior Member

    Posts: 7
    Threads: 2
    Joined: 2025 Feb
    Reputation: 0
    Country:United Kingdom
    #5
    2025-03-31, 02:38 PM
    Excellent, many thanks, that seems to work nicely.

    I have 7 items, so 4 are on the top row and 3 on the next row; although the screen is wide enough for 5 items.

    Is it possible to have 5 items on the top and the 2 remaining centred on the second row, by any chance? Or have the two current rows both centred so it looks a bit smarter?

    Many thanks.
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #6
    2025-03-31, 03:12 PM
    IIRC, 4 items is the max. I don't know enough CSS or about the CSS in Jellyfin to provide a way to override that, if it is even possible.
    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]
    bacman
    Offline

    Junior Member

    Posts: 7
    Threads: 2
    Joined: 2025 Feb
    Reputation: 0
    Country:United Kingdom
    #7
    2025-03-31, 03:26 PM (This post was last modified: 2025-03-31, 03:27 PM by bacman. Edited 1 time in total.)
    That's fine, thanks.

    Is it possible therefore to have a "blank"; so you can then have "blank", "item 1", "item 2", "item 3" then on the next line, the same (blank, item 4,5,6) then next line blank, item 7?

    I know of course you could have an empty section, give it an empty box and presumably call it " " so it doesn't show anything; however the blank box would be selectable which isn't what i'm after. As there is space for 5 sections but only 4 can be used, the last space is blank so if the first section can be a blank then you an centre 3 sections. Possible?

    ...or make the 4 sections in the row large enough to fill the row?
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #8
    2025-03-31, 03:42 PM
    That is not possible.
    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)


    • 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