• 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 How do I change the order of My Media

     
    • 0 Vote(s) - 0 Average

    How do I change the order of My Media

    GavGaddis
    Offline

    Junior Member

    Posts: 9
    Threads: 5
    Joined: 2023 Jun
    Reputation: 0
    Country:United States
    #1
    2024-06-07, 03:30 PM
    Pretty self-explanatory. For how customizable Jellyfin is, I feel like there's GOT to be a way to re-order the initial My Media bar to not follow alphabetical order. It's not super user-friendly to have TV content off the side of the screen because I happen to also have Collections, Playlists, Music, etc. taking up space. All I can dig out of the old subreddit is someone confidently saying it's in User Profile settings but damned if I see anything.
    west
    Offline

    Junior Member

    Posts: 18
    Threads: 4
    Joined: 2023 Jun
    Reputation: 2
    #2
    2024-06-07, 03:39 PM (This post was last modified: 2024-06-07, 03:39 PM by west.)
    Click on top corner user profile avatar icon.
    Click "Home"
    Scroll down to "Library Order"
    Make changes there.

    Also if you want to eliminate the horizontal scrolling layout, you can try this bit of CSS code
    Copy and paste the following then restart:


    @media all and (min-width: 50em) {
    .homePage .emby-scroller {
    margin-right: 0;
    }
    .homePage .emby-scrollbuttons {
    display: none;
    }
    .homePage .itemsContainer {
    flex-wrap: wrap;
    }
    }
    1
    onemorejeff
    Offline

    Junior Member

    Posts: 6
    Threads: 0
    Joined: 2025 Jan
    Reputation: 0
    Country:United States
    #3
    2025-02-06, 09:28 PM (This post was last modified: 2025-02-07, 12:07 AM by onemorejeff. Edited 2 times in total.)
    Hey thanks for a great simple answer.
    Efficient_Good_5784
    Offline

    Community Moderator

    Posts: 1,167
    Threads: 3
    Joined: 2023 Jun
    Reputation: 50
    #4
    2025-02-06, 11:49 PM
    (2025-02-06, 09:28 PM)onemorejeff Wrote: Hey thanks for a great simple answer. But I would like to know where to place the code snippet above please
    Dashboard > General > "Custom CSS code"
    PPRJack
    Offline

    Junior Member

    Posts: 1
    Threads: 0
    Joined: 2025 Feb
    Reputation: 0
    Country:United States
    #5
    2025-02-12, 08:09 PM (This post was last modified: 2025-02-12, 08:51 PM by PPRJack. Edited 1 time in total.)
    (2024-06-07, 03:39 PM)west Wrote: Click on top corner user profile avatar icon.
    Click "Home"
    Scroll down to "Library Order"
    Make changes there.

    Also if you want to eliminate the horizontal scrolling layout, you can try this bit of CSS code
    Copy and paste the following then restart:


    @media all and (min-width: 50em) {
      .homePage .emby-scroller {
        margin-right: 0;
      }
      .homePage .emby-scrollbuttons {
        display: none;
      }
      .homePage .itemsContainer {
        flex-wrap: wrap;
      }
    }

    OMG! Thank You! 
    I have been searching for a way to do this (eliminate the horizontal scrolling layout) Forever! 
    This works on my Jellyfin Server Web View, Why is this NOT the Default behavior?! 
    How can we make this information more visible / make the feature more readily available to more users?
    Now, if only we can get the SAME thing on the Android TV Jellyfin Client Home Screen?
    somechap
    Offline

    Junior Member

    Posts: 8
    Threads: 2
    Joined: 2025 Apr
    Reputation: 0
    Country:United Kingdom
    #6
    2025-04-17, 12:24 PM
    OMG this is brilliant thank you! If only it were a front-end feature / option (or even the default layout!).
    vcdwelt
    Offline

    Junior Member

    Posts: 4
    Threads: 1
    Joined: 2024 May
    Reputation: 0
    Country:Germany
    #7
    2025-05-03, 10:23 AM
    Live Saver Smiling-face Searched for this a long time!
    « 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