• 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 Recently added from homepage for all users.

     
    • 0 Vote(s) - 0 Average

    Remove Recently added from homepage for all users.

    Remove Recently added from homepage for all users.
    eprst
    Offline

    Junior Member

    Posts: 3
    Threads: 1
    Joined: 2025 Jan
    Reputation: 0
    #1
    2025-01-29, 01:05 PM
    Please tell me how to remove recently added from homepage for all users ?

    Is it possible from admin panel ?
    kandykarter
    Offline

    Member

    Posts: 145
    Threads: 21
    Joined: 2023 Jun
    Reputation: 3
    #2
    2025-01-29, 03:39 PM
    You have to do it on a user-by-user basis, unfortunately.
    Specifics:
    Jellyfin 10.10.7 (docker) on Debian 12.6 // N100 16GB
    Storage: Synology DS220+ CIFS mounts
    Clients: Jellyfin4Kodi (Addon Mode), Android, Android TV, Roku, Symfonium

    eprst
    Offline

    Junior Member

    Posts: 3
    Threads: 1
    Joined: 2025 Jan
    Reputation: 0
    #3
    2025-01-30, 06:42 AM
    I have a lot of users by LDAP authentication.
    No another way?
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #4
    2025-01-30, 02:57 PM
    LDAP doesn't make a difference. Each user would still need to be modified individually as this is a user level setting.

    The admin can control all the users access and permissions, but there is no functionality to allow the admin to force UI changes.
    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]
    eprst
    Offline

    Junior Member

    Posts: 3
    Threads: 1
    Joined: 2025 Jan
    Reputation: 0
    #5
    2025-01-31, 08:15 AM
    Maybe it can fix by another theme or code or css?
    Efficient_Good_5784
    Offline

    Community Moderator

    Posts: 1,167
    Threads: 3
    Joined: 2023 Jun
    Reputation: 50
    #6
    2025-01-31, 08:36 AM
    The default section for "Next Up" on the webUI is section 3.

    The following code hides that section:
    Code:
    .section3 {
        display: none;
    }

    Just add that to the CSS section in the dashboard to make it apply to everyone on the server.

    This is not a proper solution though as your users can always change the order of what appears in each section, resulting in the CSS code hiding whatever they moved to section 3.
    If they know the CSS for it, they can simply bring it back into view too.
    1
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #7
    2025-01-31, 01:55 PM
    There is also a per-user setting to ignore server provided CSS. Though I don't think your average user would know to do that or care.
    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