• 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 Enabling Text Titles in Library Folders on Homepage

    Pages (3): « Previous 1 2 3 Next »

     
    • 0 Vote(s) - 0 Average

    Enabling Text Titles in Library Folders on Homepage

    houndtt
    Offline

    Junior Member

    Posts: 12
    Threads: 1
    Joined: 2025 Feb
    Reputation: 0
    #11
    2025-02-20, 12:22 AM
    I gave this some more thought and revisited the Troubleshooting page, which includes recommendations for enabling debug logging. While researching, I also found this post suggesting that a manual Refresh Metadata with the Search for Missing Metadata option can force a library thumbnail update.

    To test this, I set up a test environment and installed the latest Jellyfin 10.10.6. I enabled debug logging and triggered a manual library thumbnail refresh for the Shows library. I recorded the entire process from startup to shutdown and uploaded the logs here: PrivateBin link. You can access it using the same password as before.

    Hopefully, this brings us closer to a resolution.
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #12
    2025-02-20, 04:40 PM (This post was last modified: 2025-02-20, 04:40 PM by TheDreadPirate. Edited 1 time in total.)
    Do you have an image called "folder.jpg" (or whatever extension) in the root of each library?  I copied a rando image from Jellyfin's metadata directory, copied it to the library root of a test library, called it folder.jpg, and it picked THAT image up for the library without the text.

       
    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]
    houndtt
    Offline

    Junior Member

    Posts: 12
    Threads: 1
    Joined: 2025 Feb
    Reputation: 0
    #13
    2025-02-21, 12:21 PM (This post was last modified: 2025-02-21, 03:04 PM by TheDreadPirate. Edited 2 times in total.)
    Thanks for checking this out. Each library contains only folders at the root level. Inside each folder, there’s a fanart.jpg and poster.jpg for movies, while TV shows may have additional files like banner.jpg, clearlogo.png, and others. These are managed by {app we don't talk about - TDP} and {app we don't talk about - TDP}, respectively. Did the debug logs provide any insights into the issue?
    houndtt
    Offline

    Junior Member

    Posts: 12
    Threads: 1
    Joined: 2025 Feb
    Reputation: 0
    #14
    2025-02-21, 12:41 PM (This post was last modified: 2025-02-21, 03:04 PM by TheDreadPirate. Edited 1 time in total.)
    Your theory about Jellyfin using an existing image file was interesting. I reviewed the previous library image I provided, which appeared to be from The Hunger Games collection. Upon further investigation, I found the exact image saved as fanart.jpg, as shown below:

       

    I then checked for any similar images related to the Superman & Lois TV series, which appeared in the previous library image. However, I couldn’t find a matching image file in the folder. It’s unclear where that image originated, as it looks more like artwork than a frame from the video.

    For completeness, I’ve included the metadata settings for both {app we don't talk about - TDP} and {app we don't talk about - TDP} below, in case you’d like to try replicating the issue:

           
    houndtt
    Offline

    Junior Member

    Posts: 12
    Threads: 1
    Joined: 2025 Feb
    Reputation: 0
    #15
    2025-02-25, 09:58 AM
    Any further update or other information you may need to help diagnose the issue?
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #16
    2025-02-25, 01:52 PM
    The only way I was able to replicate the problem was having a folder.jpg file in the library root.

    As in Jellyfin was pointed at /media/library/testMovies and the jpg was /media/library/testMovies/folder.jpg.

    Nothing in your logs indicates some other issue.
    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]
    houndtt
    Offline

    Junior Member

    Posts: 12
    Threads: 1
    Joined: 2025 Feb
    Reputation: 0
    #17
    2025-02-28, 04:26 PM
    Thanks for following up on this. I noticed you’re running the Docker version of 10.10.6, while I’ve been using a build from source. To compare, I spun up a Docker instance in my test environment and triggered a library thumbnail update — it worked as expected.

    This leads me to believe that:

    1. The source-built version behaves differently from the Docker version, or
    2. The build environment or compilation options might be affecting the library thumbnail generation.

    Do you have any insights or suggestions on this?
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #18
    2025-02-28, 05:41 PM
    Are you building from the master branch or release branch?
    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]
    houndtt
    Offline

    Junior Member

    Posts: 12
    Threads: 1
    Joined: 2025 Feb
    Reputation: 0
    #19
    2025-02-28, 08:12 PM
    It is built from the source code released on GitHub for a specific version. For example, the archives attached to https://github.com/jellyfin/jellyfin/rel...g/v10.10.6.
    houndtt
    Offline

    Junior Member

    Posts: 12
    Threads: 1
    Joined: 2025 Feb
    Reputation: 0
    #20
    2025-03-02, 07:55 AM (This post was last modified: 2025-03-09, 01:56 PM by houndtt. Edited 1 time in total.)
    I've fixed it! After comparing my build with the Docker version, I noticed a key difference in the logs — my build included the following error, which was absent in the Docker version:

    Fontconfig error: Cannot load default config file

    Further investigation revealed that this was due to an OS configuration issue, which required setting specific environment variables. Once corrected, the library thumbnails displayed text correctly, as shown below.

       

    Thanks again for your help in diagnosing this issue!
    Pages (3): « Previous 1 2 3 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