• 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 Troubleshooting Librarie only show a single movie

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

     
    • 0 Vote(s) - 0 Average

    Librarie only show a single movie

    Librarie only show up a single movie.
    ZoThyx
    Offline

    Junior Member

    Posts: 11
    Threads: 1
    Joined: 2024 Jul
    Reputation: 0
    Country:France
    #11
    2024-07-11, 06:33 PM
    (2024-07-11, 06:28 PM)theguymadmax Wrote: Do you have the movies folder cross-listed in any other library?

    No Movies is the only library that I got !
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #12
    2024-07-11, 06:34 PM (This post was last modified: 2024-07-11, 06:35 PM by TheDreadPirate.)
    Can you show me screenshots of how the library is configured?

    Also, enable debug logging, restart jellyfin and rescan with "replace all".

    In the container, /config/config/logging.default.json set the 3 logs levels at the top to "Debug".

    Code:
    {
        "Serilog": {
            "MinimumLevel": {
                "Default": "Debug",
                "Override": {
                    "Microsoft": "Debug",
                    "System": "Debug"
                }
            },

    The log will be MUCH larger. If it doesn't fit into pastebin, zip the log file and attach it to a forum post.
    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]
    ZoThyx
    Offline

    Junior Member

    Posts: 11
    Threads: 1
    Joined: 2024 Jul
    Reputation: 0
    Country:France
    #13
    2024-07-11, 07:11 PM
    (2024-07-11, 06:34 PM)TheDreadPirate Wrote: Can you show me screenshots of how the library is configured?

    Also, enable debug logging, restart jellyfin and rescan with "replace all".

    In the container, /config/config/logging.default.json set the 3 logs levels at the top to "Debug".

    Code:
    {
        "Serilog": {
            "MinimumLevel": {
                "Default": "Debug",
                "Override": {
                    "Microsoft": "Debug",
                    "System": "Debug"
                }
            },

    The log will be MUCH larger.  If it doesn't fit into pastebin, zip the log file and attach it to a forum post.

    Here are the logs:
    https://pastebin.com/0FxWhHz9
    And the screenshot of library config :
    https://cloud.chapp.dev/s/QzKCeqKreCg3pSn
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #14
    2024-07-11, 07:27 PM (This post was last modified: 2024-07-11, 07:27 PM by TheDreadPirate.)
    I compared your output with mine when DEBUG was enabled and I'm not seeing any of the TMDB responses for images and metadata. Can you turn off IPv6 in Dashboard > Networking? Also, for testing, can you switch the library's country/region to the United States and rescan?
    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]
    ZoThyx
    Offline

    Junior Member

    Posts: 11
    Threads: 1
    Joined: 2024 Jul
    Reputation: 0
    Country:France
    #15
    2024-07-11, 07:37 PM
    (2024-07-11, 07:27 PM)TheDreadPirate Wrote: I compared your output with mine when DEBUG was enabled and I'm not seeing any of the TMDB responses for images and metadata.  Can you turn off IPv6 in Dashboard > Networking?  Also, for testing, can you switch the library's country/region to the United States and rescan?

    It's already disable...
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #16
    2024-07-11, 07:49 PM
    Interesting. I keep seeing this in the log.

    Code:
    [INF] [156] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "2001:cafe:42::1" closed

    Normally if the container wasn't able to reach TMDB due to some networking issue, Jellyfin would log that TMDB is unreachable. But I don't see that here.

    From within the container, are you able to ping api.tmdb.org?
    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]
    ZoThyx
    Offline

    Junior Member

    Posts: 11
    Threads: 1
    Joined: 2024 Jul
    Reputation: 0
    Country:France
    #17
    2024-07-11, 09:49 PM (This post was last modified: 2024-07-11, 10:03 PM by ZoThyx. Edited 1 time in total.)
    (2024-07-11, 07:49 PM)TheDreadPirate Wrote: Interesting.  I keep seeing this in the log.

    Code:
    [INF] [156] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "2001:cafe:42::1" closed

    Normally if the container wasn't able to reach TMDB due to some networking issue, Jellyfin would log that TMDB is unreachable.  But I don't see that here.

    From within the container, are you able to ping api.tmdb.org?

    Indeed, my k3s cluster uses DualStack for IP which means that the Jellyfin container has an IPv4 and an IPv6, although I restrict communication with it... I tried enabling IPv6 in the Jellyfin dashboard and scanning to see if it would work like this, but no luck. So I've disabled IPv6, but I've got the impression that there are still IPv6 requests...
    The ping command is not installed in the jellyfin image, but with Curl, I get this result:
    Code:
    I have no name!@dep-jellyfin-595d87557-27zsp:/$ curl api.tmdb.org
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>openresty</center>
    </body>
    </html>
    Maybe I've figured out why the metadata doesn't load. It has to do with IPv6, because when I curl with IPv4, I get a response from the server, but if I curl with IPv6, nothing, the request tries but can't find the way to go...
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #18
    2024-07-11, 10:45 PM
    Is there any way to turn off IPv6 entirely for just the Jellyfin container?
    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]
    ZoThyx
    Offline

    Junior Member

    Posts: 11
    Threads: 1
    Joined: 2024 Jul
    Reputation: 0
    Country:France
    #19
    2024-07-11, 10:47 PM
    (2024-07-11, 10:45 PM)TheDreadPirate Wrote: Is there any way to turn off IPv6 entirely for just the Jellyfin container?

    I'm looking into it, but I'm not sure...
    But what's the point of the IPv6 option in settings if it doesn't change the queries made?
    ZoThyx
    Offline

    Junior Member

    Posts: 11
    Threads: 1
    Joined: 2024 Jul
    Reputation: 0
    Country:France
    #20
    2024-07-12, 08:29 AM
    (2024-07-11, 10:45 PM)TheDreadPirate Wrote: Is there any way to turn off IPv6 entirely for just the Jellyfin container?

    Thank you very much for your help. Indeed, IPv6 was blocking metadata loading, so I found a solution to stop it in the container. The problem is now solved!
    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