• 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): 1 2 Next »

     
    • 0 Vote(s) - 0 Average

    In need of a collection library thumbnail

    Collection library thumbnail
    Avatar3379
    Offline

    Junior Member

    Posts: 7
    Threads: 3
    Joined: 2024 Mar
    Reputation: 0
    Country:Sweden
    #1
    2024-12-13, 08:05 PM
    Preferably in the style of the first 4 of these: https://imgur.com/a/jellyfin-gradient-li...rs-VFCzPXc
    1
    phaelax
    Offline

    Junior Member

    Posts: 9
    Threads: 2
    Joined: 2024 Dec
    Reputation: 0
    Country:United States
    #2
    2024-12-29, 02:49 AM
    Would something like this work for ya?

    https://imgur.com/a/media-collection-ico...in-kJjixxj
    1
    NanoNano
    Offline

    Junior Member

    Posts: 6
    Threads: 0
    Joined: 2024 Jun
    Reputation: 0
    Country:Indonesia
    #3
    2025-01-26, 06:39 AM
    [Image: L2EH7Gk.gif]

    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.
    Druidblack
    Offline

    Junior Member

    Posts: 42
    Threads: 13
    Joined: 2023 Sep
    Reputation: 0
    #4
    2025-01-26, 06:35 PM
    Your design looks amazing.
    NanoNano
    Offline

    Junior Member

    Posts: 6
    Threads: 0
    Joined: 2024 Jun
    Reputation: 0
    Country:Indonesia
    #5
    2025-01-27, 03:47 AM
    (2025-01-26, 06:35 PM)Druidblack Wrote: Your design looks amazing.

    Thanks, here some animated poster u can use in jellyfin, just rename the image according to poster and put inside the directory.

    Poster
    [Image: okmhsl.jpg]
    [Image: 6r5rda.jpg]
    [Image: d0vhkt.jpg]
    [Image: zpdkzz.jpg]
    [Image: zgrsjt.jpg]
    [Image: vjlxna.jpg]
    [Image: gtrmnk.jpg]
    [Image: xo01ps.avif]
    [Image: tljbvh.jpg]
    [Image: ct58mc.jpg]
    NanoNano
    Offline

    Junior Member

    Posts: 6
    Threads: 0
    Joined: 2024 Jun
    Reputation: 0
    Country:Indonesia
    #6
    2025-01-27, 03:49 AM
    Poster
    [Image: k3m0o1.jpg]
    [Image: bej6vm.jpg]
    [Image: pg60u0.jpg]
    [Image: xgrr2v.jpg]
    [Image: sucory.jpg]

    Layout
    [Image: nlo096.avif]
    [Image: gpqtn9.jpg]
    [Image: ak4vaa.jpg]
    [Image: opm2le.jpg]

    Thumb
    [Image: whrdc0.jpg]
    1
    Skytbest
    Offline

    Junior Member

    Posts: 7
    Threads: 3
    Joined: 2025 May
    Reputation: 0
    #7
    2025-05-20, 08:26 PM
    (2025-01-26, 06:39 AM)NanoNano Wrote: [Image: L2EH7Gk.gif]

    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?
    Hectik
    Offline

    Junior Member

    Posts: 19
    Threads: 2
    Joined: 2024 Jun
    Reputation: 0
    #8
    2025-05-27, 11:15 AM
    (2025-01-27, 03:49 AM)NanoNano Wrote: Layout
    [Image: nlo096.avif]
    [Image: gpqtn9.jpg]
    [Image: ak4vaa.jpg]
    [Image: opm2le.jpg]

    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?
    Jellyfin 10.10.7 [LSIO Docker] | Ubuntu 24.04 LTS | i7-12700T | 16 GB RAM | 94TB Storage
    NanoNano
    Offline

    Junior Member

    Posts: 6
    Threads: 0
    Joined: 2024 Jun
    Reputation: 0
    Country:Indonesia
    #9
    2025-05-29, 10:36 AM
    (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]
    NanoNano
    Offline

    Junior Member

    Posts: 6
    Threads: 0
    Joined: 2024 Jun
    Reputation: 0
    Country:Indonesia
    #10
    2025-05-29, 10:37 AM
    more:
    Show Content
    Spoiler
    [Image: po5o8y.jpg]

    [Image: 0esljq.jpg]

    [Image: 7p4h8p.jpg]

    [Image: v7uygd.jpg]

    [Image: ux6xzi.jpg]

    [Image: jwjpgj.jpg]
    Pages (2): 1 2 Next »

    « 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