• 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 Changing Media Thumbnails

     
    • 0 Vote(s) - 0 Average

    Changing Media Thumbnails

    Thumbnails
    Efficient_Good_5784
    Offline

    Community Moderator

    Posts: 1,173
    Threads: 3
    Joined: 2023 Jun
    Reputation: 50
    #4
    2024-06-27, 10:09 AM (This post was last modified: 2024-06-27, 09:49 PM by Efficient_Good_5784. Edited 2 times in total.)
    Easiest thing would be to just delete the thumbnaila from your server. This will cause Jellyfin to show a blur since it can't find the source. Though you have to make sure to disable all episode image metadata sources so that they don't come back.

    Another thing you could do is use CSS to cover up the episode images.

    edit:
    The following CSS code will hide episode images from the episode lists and replace them with solid-black. You will still get episode images however if you click on an episode to fully open its details.

    Code:
    .listItemImage.listItemImage-large.itemAction.lazy {
      background-image: none !important;
      background-color: black;
    }
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    Changing Media Thumbnails - by icedcoffee - 2024-03-18, 04:46 AM
    RE: Changing Media Thumbnails - by TheDreadPirate - 2024-03-18, 06:14 PM
    RE: Changing Media Thumbnails - by HERIGROSIR - 2024-06-27, 07:18 AM
    RE: Changing Media Thumbnails - by Efficient_Good_5784 - 2024-06-27, 10:09 AM
    RE: Changing Media Thumbnails - by mildlyjelly - 2024-06-30, 04:13 AM
    RE: Changing Media Thumbnails - by Efficient_Good_5784 - 2024-06-30, 04:24 AM
    RE: Changing Media Thumbnails - by Flowtimes (龙之道) - 2025-05-04, 11:58 AM
    RE: Changing Media Thumbnails - by mildlyjelly - 2024-06-30, 06:42 PM
    RE: Changing Media Thumbnails - by Efficient_Good_5784 - 2024-06-30, 08:20 PM

    • 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