• 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 Anyone managed to anonymize streaming?

     
    • 0 Vote(s) - 0 Average

    Anyone managed to anonymize streaming?

    megabuffalo
    Offline

    Junior Member

    Posts: 1
    Threads: 1
    Joined: 2024 May
    Reputation: 0
    #1
    2024-05-13, 12:53 PM
    Has anyone managed to anonymize the "Who is Streaming" in the Admin Panel?
    The feature is great, but I don't really want to know who exactly is watching something so looking for a way to hide the usernames viewing?
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #2
    2024-05-13, 01:25 PM
    AFAIK, there is no way to do this without modifying Jellyfin. I don't think a plugin can do something like this.
    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]
    TeaTotaled
    Offline

    Junior Member

    Posts: 2
    Threads: 0
    Joined: 2024 May
    Reputation: 0
    Country:Switzerland
    #3
    2024-05-13, 06:19 PM
    Good question. I have been using CSS selectors to hide things that I dont want. Go to your Dashboard -> General -> "Custom CSS code" and add this:

    Code:
    .sessionCardFooter.cardFooter > div > div.sessionUserName  {display: none; width:0  !important }
    .sessionCardFooter.cardFooter > div > div.activitylogUserPhoto {display: none; width:0  !important}

    This hides both the User Name, and Photo. The data is still there in the HTML, but you dont see it.
    « 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