• 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 Remove/merge certain "Latest" rows

     
    • 0 Vote(s) - 0 Average

    Remove/merge certain "Latest" rows

    How can I remove or merge certain rows of "Latest" on the main page?
    knoppid
    Offline

    Junior Member

    Posts: 6
    Threads: 2
    Joined: 2024 Jan
    Reputation: 0
    #1
    2024-01-10, 09:48 PM (This post was last modified: 2024-01-10, 10:05 PM by knoppid. Edited 1 time in total.)
    Howdy,

    as I only use Jellyfin for movies, I am using the libraries to sort my movie collecions.
    But I only want to see the latest films from my main collection - it would be even better if the latest films from all or selected libraries were displayed.

    Does annybody know some CSS?
    Thanks in advance!
    tmsrxzar
    Offline

    Senior Member

    Posts: 755
    Threads: 6
    Joined: 2023 Nov
    Reputation: 20
    #2
    2024-01-10, 09:57 PM
    you've added multiple library entries for movies and now you want jellyfin to merge them back together in the ui; correct?
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #3
    2024-01-10, 10:00 PM
    (2024-01-10, 09:57 PM)tmsrxzar Wrote: you've added multiple library entries for movies and now you want jellyfin to merge them back together in the ui; correct?

    I think he wants there to be a single "latest" row instead of the current behavior where each library has its own row.
    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]
    knoppid
    Offline

    Junior Member

    Posts: 6
    Threads: 2
    Joined: 2024 Jan
    Reputation: 0
    #4
    2024-01-10, 10:01 PM (This post was last modified: 2024-01-10, 10:03 PM by knoppid. Edited 1 time in total.)

    (2024-01-10, 10:00 PM)TheDreadPirate Wrote:
    (2024-01-10, 09:57 PM)tmsrxzar Wrote: you've added multiple library entries for movies and now you want jellyfin to merge them back together in the ui; correct?

    I think he wants there to be a single "latest" row instead of the current behavior where each library has its own row.

    Exactly
    tmsrxzar
    Offline

    Senior Member

    Posts: 755
    Threads: 6
    Joined: 2023 Nov
    Reputation: 20
    #5
    2024-01-10, 10:06 PM
    i see, well, it's kind of either or

    if you click the user icon in the top right -> Home -> "Automatically Group", select all that apply; this will merge everything into a single "Latest" row but also merge all movies into a single "Movies" entry

    instead of separate libraries i recommend looking into custom Collections then you can have different sub groups of movies
    i use this for Marvel Cinematic Universe and DC Universe sub groups
    knoppid
    Offline

    Junior Member

    Posts: 6
    Threads: 2
    Joined: 2024 Jan
    Reputation: 0
    #6
    2024-01-10, 10:09 PM (This post was last modified: 2024-01-10, 10:11 PM by knoppid. Edited 1 time in total.)
    (2024-01-10, 10:06 PM)tmsrxzar Wrote: i see, well, it's kind of either or

    if you click the user icon in the top right -> Home -> "Automatically Group", select all that apply; this will merge everything into a single "Latest" row but also merge all movies into a single "Movies" entry

    instead of separate libraries i recommend looking into custom Collections then you can have different sub groups of movies
    i use this for Marvel Cinematic Universe and DC Universe sub groups

    I have tried that before, but i really like the design with libraries: https://ibb.co/7tKbT3H
    As I only know how to copy+paste CSS code, I thought it would be possible to do with custom css.
    knoppid
    Offline

    Junior Member

    Posts: 6
    Threads: 2
    Joined: 2024 Jan
    Reputation: 0
    #7
    2024-01-11, 10:24 AM
    Can't i use sth. like that for the rows?
    Certainly! To remove specific rows using CSS, you typically hide them using the display: none; property. If your "Latest" rows have a common class, you can do something like:

    .latest-row {
    display: none;
    }

    but what do I have to insert for .latest-row ??
    « 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