• 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 Themes & Styles In need of a collection library thumbnail

    Pages (2): « Previous 1 2

     
    • 0 Vote(s) - 0 Average

    In need of a collection library thumbnail

    Collection library thumbnail
    Skytbest
    Offline

    Junior Member

    Posts: 7
    Threads: 3
    Joined: 2025 May
    Reputation: 0
    #11
    Yesterday, 09:24 PM (This post was last modified: Yesterday, 09:24 PM by Skytbest.)
    (Yesterday, 10:36 AM)NanoNano Wrote:
    (2025-05-20, 08:26 PM)Skytbest Wrote:
    (2025-01-26, 06:39 AM)NanoNano Wrote: The CSS:
    Code:
    /* ANIME */
    .card[data-id='0c31907140d8021217e2cd79e123']:hover .cardImageContainer, .card.show-animation[data-id='0c31907140d8021217e2cd79e123 ']:focus .cardImageContainer { background-image: url("/Items/0c31907140d8021217e2cd79e123 /Images/Logo?maxWidth=480&tag=0c31907140d8021217e2cd79e123 &quality=90") !important;
    }
    Change the ID to your own library ID using inspect element in web browser.
    Upload the transparent (PNG / GIF) for the label as "Primary Image" if u wish a label.
    Upload the Animated image (GIF, WEBP, AVIF) as "LOGO" for the animation.
    in my case i use AVIF because is smaller in size, just rename the file to jpg.
    This is very cool. I'm wondering if you know whether it is possible to do something similar but with the video thumbnails themselves and not the library thumbnails.
    Basically I want the video thumbnails in my library to "come alive" similar to how you have it when you mouse over the Library. I want it to start playing a preview of the video in the thumbnail before selecting the video. Similar to youtube or other video sites.
    It's fine if this is just a slideshow of stills from the video too. I'm thinking since Trickplay is already a thing that compiles stills from your video can you utilize those images to play on the thumbnail at the video selection screen instead of in the video scrubber?

    If i understand correctly what u wanted then, Just put the image into the each folder, in your case thumb.jpg (avif), for example u can try the demon slayer image i posted above and save is as thumb.jpg put it into your one of your movie/series folder.


    (2025-05-20, 08:26 PM)Skytbest Wrote:
    (2025-01-26, 06:39 AM)NanoNano Wrote: The CSS:
    Code:
    /* ANIME */
    .card[data-id='0c31907140d8021217e2cd79e123']:hover .cardImageContainer, .card.show-animation[data-id='0c31907140d8021217e2cd79e123 ']:focus .cardImageContainer { background-image: url("/Items/0c31907140d8021217e2cd79e123 /Images/Logo?maxWidth=480&tag=0c31907140d8021217e2cd79e123 &quality=90") !important;

    }


    Change the ID to your own library ID using inspect element in web browser.

    Upload the transparent (PNG / GIF) for the label as "Primary Image" if u wish a label.
    Upload the Animated image (GIF, WEBP, AVIF) as "LOGO" for the animation.

    in my case i use AVIF because is smaller in size, just rename the file to jpg.

    This is very cool. I'm wondering if you know whether it is possible to do something similar but with the video thumbnails themselves and not the library thumbnails.

    Basically I want the video thumbnails in my library to "come alive" similar to how you have it when you mouse over the Library. I want it to start playing a preview of the video in the thumbnail before selecting the video. Similar to youtube or other video sites.

    It's fine if this is just a slideshow of stills from the video too. I'm thinking since Trickplay is already a thing that compiles stills from your video can you utilize those images to play on the thumbnail at the video selection screen instead of in the video scrubber?

    (2025-05-27, 11:15 AM)Hectik Wrote:
    (2025-01-27, 03:49 AM)NanoNano Wrote: Layout

    I'm very interested on how you generated these! I would love to apply it to all my libraries. Would you mind sharing more or how?

    U can easily create those from any video files save it as .avif to reduce the size then just rename it as .jpg to be recognized by jellyfin.
    in my case i use photoshop to edit the video.

    more posters:
    Show Content
    Spoiler
    [Image: x9c99h.jpg]

    [Image: ktccky.jpg]

    [Image: qtujqo.jpg]

    [Image: utja4f.jpg]

    [Image: bdqfz2.jpg]

    [Image: h1khoe.jpg]

    [Image: rllwyc.jpg]

    [Image: xq4n6y.jpg]

    [Image: eh45l5.jpg]

    [Image: cwj9u6.jpg]

    I want a moving thumbnail for each video and I have several video files per folder so how could that work if I just name it "thumb.jpg"? I need a jpg for each video in the folder.
    NanoNano
    Offline

    Junior Member

    Posts: 6
    Threads: 0
    Joined: 2024 Jun
    Reputation: 0
    Country:Indonesia
    #12
    Today, 05:25 AM
    (Yesterday, 09:24 PM)Skytbest Wrote:
    (Yesterday, 10:36 AM)NanoNano Wrote:
    (2025-05-20, 08:26 PM)Skytbest Wrote:
    (2025-01-26, 06:39 AM)NanoNano Wrote: The CSS:
    Code:
    /* ANIME */
    .card[data-id='0c31907140d8021217e2cd79e123']:hover .cardImageContainer, .card.show-animation[data-id='0c31907140d8021217e2cd79e123 ']:focus .cardImageContainer { background-image: url("/Items/0c31907140d8021217e2cd79e123 /Images/Logo?maxWidth=480&tag=0c31907140d8021217e2cd79e123 &quality=90") !important;
    }
    Change the ID to your own library ID using inspect element in web browser.
    Upload the transparent (PNG / GIF) for the label as "Primary Image" if u wish a label.
    Upload the Animated image (GIF, WEBP, AVIF) as "LOGO" for the animation.
    in my case i use AVIF because is smaller in size, just rename the file to jpg.
    This is very cool. I'm wondering if you know whether it is possible to do something similar but with the video thumbnails themselves and not the library thumbnails.
    Basically I want the video thumbnails in my library to "come alive" similar to how you have it when you mouse over the Library. I want it to start playing a preview of the video in the thumbnail before selecting the video. Similar to youtube or other video sites.
    It's fine if this is just a slideshow of stills from the video too. I'm thinking since Trickplay is already a thing that compiles stills from your video can you utilize those images to play on the thumbnail at the video selection screen instead of in the video scrubber?
    If i understand correctly what u wanted then, Just put the image into the each folder, in your case thumb.jpg (avif), for example u can try the demon slayer image i posted above and save is as thumb.jpg put it into your one of your movie/series folder.
    (2025-05-20, 08:26 PM)Skytbest Wrote:
    (2025-01-26, 06:39 AM)NanoNano Wrote: The CSS:
    Code:
    /* ANIME */
    .card[data-id='0c31907140d8021217e2cd79e123']:hover .cardImageContainer, .card.show-animation[data-id='0c31907140d8021217e2cd79e123 ']:focus .cardImageContainer { background-image: url("/Items/0c31907140d8021217e2cd79e123 /Images/Logo?maxWidth=480&tag=0c31907140d8021217e2cd79e123 &quality=90") !important;
    }
    Change the ID to your own library ID using inspect element in web browser.
    Upload the transparent (PNG / GIF) for the label as "Primary Image" if u wish a label.
    Upload the Animated image (GIF, WEBP, AVIF) as "LOGO" for the animation.
    in my case i use AVIF because is smaller in size, just rename the file to jpg.
    This is very cool. I'm wondering if you know whether it is possible to do something similar but with the video thumbnails themselves and not the library thumbnails.
    Basically I want the video thumbnails in my library to "come alive" similar to how you have it when you mouse over the Library. I want it to start playing a preview of the video in the thumbnail before selecting the video. Similar to youtube or other video sites.
    It's fine if this is just a slideshow of stills from the video too. I'm thinking since Trickplay is already a thing that compiles stills from your video can you utilize those images to play on the thumbnail at the video selection screen instead of in the video scrubber?
    (2025-05-27, 11:15 AM)Hectik Wrote:
    (2025-01-27, 03:49 AM)NanoNano Wrote: Layout
    I'm very interested on how you generated these! I would love to apply it to all my libraries. Would you mind sharing more or how?
    U can easily create those from any video files save it as .avif to reduce the size then just rename it as .jpg to be recognized by jellyfin.
    in my case i use photoshop to edit the video.
    more posters:
    Show Content
    Spoiler
    I want a moving thumbnail for each video and I have several video files per folder so how could that work if I just name it "thumb.jpg"? I need a jpg for each video in the folder.
    Sorry, english is not my native language. so i try my best to explain it:
    First u just need to put the thumbnail (animated) into the destination directory like this
    [Image: 8hshvi.PNG]

    then the result after your jellyfin library scan:
    [Image: whq3na.jpg]
    Pages (2): « Previous 1 2

    « Next Oldest | Next Newest »

    Users browsing this thread: 2 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