• 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 Jellyfin only showing a single movie

     
    • 0 Vote(s) - 0 Average

    Jellyfin only showing a single movie

    The library only shows me a single movie on every screen and metadata apparently doesnt get scraped either
    MissingNo
    Offline

    Junior Member

    Posts: 1
    Threads: 1
    Joined: 2023 Aug
    Reputation: 0
    #1
    2023-08-02, 10:38 PM
    Hi, Ive been trying to setup Jellyfin from the docker container, but I can't get it to work. Whenever access it it only shows me a single movie on the frontpage. If I enter the library it also shows me only one movie. When I click on one of the characters in the library it shows me a single movie starting with that character. When I try to search for a movie it only ever shows me a single match (like only showing a single Batman movie despite multiple ones being in the library).
    [Image: 255408199-db35f79e-f194-4c7d-bfe2-c395b3a4a63f.png]
    [Image: 255408194-19c78659-b6f6-48ea-865e-feedd7a1c4dd.png]

    And according to the metadata it has found all the movies, though all fields apart from title and year are empty (though the year in brackets is also added to the name)
    [Image: 255408201-760e9647-f8e5-420c-abb0-755e12bad3b7.png]

    I have had Radarr organize the movie files according to the recommended setup
    Code:
    /data/Filme
    ├── 2001 A Space Odyssey (1968)
    │   ├── 2001 A Space Odyssey (1968) - Bluray-1080p.de.srt
    │   ├── 2001 A Space Odyssey (1968) - Bluray-1080p.fr.srt
    │   ├── 2001 A Space Odyssey (1968) - Bluray-1080p.mkv
    │   ├── 2001 A Space Odyssey (1968) - Bluray-1080p.zh.srt
    │   ├── fanart.jpg
    │   ├── logo.png
    │   └── poster.jpg
    ├── 23 (1998)
    │   └── 23 (1998) - Bluray-480p.mkv
    ├── 300 (2006)
    │   ├── 300 (2006) - Bluray-1080p.de.srt
    │   ├── 300 (2006) - Bluray-1080p.en.srt
    │   ├── 300 (2006) - Bluray-1080p.fr.srt
    │   ├── 300 (2006) - Bluray-1080p.mkv
    │   ├── 300 (2006) - Bluray-1080p.zh.srt
    │   ├── fanart.jpg
    │   └── poster.jpg
    ├── 3 Idiots (2009)
    │   ├── 3 Idiots (2009) - Bluray-1080p.de.srt
    │   ├── 3 Idiots (2009) - Bluray-1080p.mkv
    │   ├── 3 Idiots (2009) - Bluray-1080p.sub
    │   ├── 3 Idiots (2009) - Bluray-1080p.zh.srt
    │   ├── fanart.jpg
    │   └── poster.jpg
    ├── Absolutely Anything (2015)
    │   └── Absolutely Anything (2015) - Bluray-1080p.mkv

    And the owner of the movies is the user which is set in the docker-compose file and I even did a
    Code:
    chmod -R 777 *
    just to make sure.
    The same problem appears when I access from behind my traefik reverse proxy or when I access it directly. It also happens with both the official docker image and the one from linuxserver.io.

    This here is the relevant part of the docker-compose.yml:
    Code:
      jellyfin:
        image: jellyfin/jellyfin
        container_name: jellyfin
        user: 1000:1000
        volumes:
          - ./jellyfin-config:/config
          - ./jellyfin-cache:/cache
          - /data:/media
        ports:
          - 8096:8096
          - 7359:7359/udp #optional
          - 1900:1900/udp #optional
        restart: 'unless-stopped'
        # Optional - alternative address used for autodiscovery
        environment:
          - JELLYFIN_PublishedServerUrl=example.com
        labels:
          - "traefik.enable=true"
          - "traefik.http.routers.jelly.rule=Host(`example.com`)"
          - "traefik.http.routers.jelly.entrypoints=https"
          - "traefik.http.services.jelly.loadbalancer.server.port=8096"
          - "traefik.http.routers.jelly.service=jelly"
          - "traefik.http.routers.jelly.tls.certresolver=letsencrypt"

    Here's the logs that I get while running a library scan: https://gist.github.com/MissingNoIOI/ebb...724e4c6320

    I orginally wanted to switch over from Plex, but I just cant get Jellyfin to work and Im out of ideas at this point. Any help would be greatly appreciated
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    Jellyfin only showing a single movie - by MissingNo - 2023-08-02, 10:38 PM
    RE: Jellyfin only showing a single movie - by Spectrum - 2023-10-06, 03:15 PM
    RE: Jellyfin only showing a single movie - by TheDreadPirate - 2023-10-06, 03:47 PM
    RE: Jellyfin only showing a single movie - by skm94 - 2023-11-22, 02:23 AM
    RE: Jellyfin only showing a single movie - by TheDreadPirate - 2023-11-22, 02:32 AM
    RE: Jellyfin only showing a single movie - by skm94 - 2023-11-22, 04:53 PM
    RE: Jellyfin only showing a single movie - by skm94 - 2023-11-22, 07:03 PM
    RE: Jellyfin only showing a single movie - by TheDreadPirate - 2023-11-22, 07:06 PM
    RE: Jellyfin only showing a single movie - by skm94 - 2023-11-22, 09:14 PM
    RE: Jellyfin only showing a single movie - by Vladislav Kuleykin - 2024-08-17, 10:06 PM
    RE: Jellyfin only showing a single movie - by TheDreadPirate - 2024-08-18, 03:01 PM
    RE: Jellyfin only showing a single movie - by mohit kumar - 2024-10-30, 08:42 PM
    RE: Jellyfin only showing a single movie - by TheDreadPirate - 2024-10-30, 10:06 PM
    RE: Jellyfin only showing a single movie - by keithf - 2024-11-10, 12:52 PM
    RE: Jellyfin only showing a single movie - by Rory235 - 2024-11-23, 12:07 AM
    RE: Jellyfin only showing a single movie - by TheDreadPirate - 2024-11-23, 12:55 AM
    RE: Jellyfin only showing a single movie - by Tedus - 2024-11-23, 02:55 AM
    RE: Jellyfin only showing a single movie - by TheDreadPirate - 2024-11-23, 04:08 PM
    RE: Jellyfin only showing a single movie - by Rudra Patel - 2024-12-31, 09:31 AM
    RE: Jellyfin only showing a single movie - by Rory235 - 2024-11-23, 12:28 PM
    RE: Jellyfin only showing a single movie - by TheDreadPirate - 2024-12-31, 06:46 PM
    RE: Jellyfin only showing a single movie - by Rudra Patel - 2025-01-01, 06:27 PM
    RE: Jellyfin only showing a single movie - by Joel Varghese - 2025-01-14, 04:09 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