• 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: 11
    Threads: 3
    Joined: 2023 Jun
    Reputation: 1
    #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
    « Next Oldest | Next Newest »

    Users browsing this thread:


    • 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