• 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 Media Scanning & Identification Missing collections

     
    • 0 Vote(s) - 0 Average

    Missing collections

    Rebuilt server - Number of collections shrunk massively.
    Andyroo
    Offline

    Junior Member

    Posts: 21
    Threads: 4
    Joined: 2023 Sep
    Reputation: 0
    #1
    2024-12-07, 06:15 PM (This post was last modified: 2024-12-07, 06:16 PM by Andyroo. Edited 1 time in total.)
    For some reason my boot disk decided not to boot anymore (Debian 12 on Intel using an mSATA drive) - no idea as it has been happy for months and all the data was still valid but it just refused to boot at all (not even the grub selection screen showed).

    So after a reset of the BIOS (to make sure) and reinstall of Debian everything on the PC was back up and running so I decided to install Jellyfin under Docker rather than on bare metal as there are a couple of other things I want this box to do and they are Docker containers.

    The container is set to run as a user (Jellyfin) with no home folder and this use owns the media files.

    The compose file is:
    Code:
    services:
      jellyfin:
        image: jellyfin/jellyfin
        container_name: jellyfin
        user: 1001:1001
        network_mode: 'host'
        volumes:
          - /srv/docker/jellyfin/data/config:/config
          - /srv/docker/jellyfin/data/cache:/cache
          - type: bind
            source: /mnt/middle/Media/
            target: /media
            read_only: true
          - type: bind
            source: /mnt/lower/Media/
            target: /media2
            read_only: true
        restart: 'unless-stopped'
        # Optional - alternative address used for autodiscovery
        environment:
          - JELLYFIN_PublishedServerUrl=http://shuttle.local
        # Optional - may be necessary for docker healthcheck to pass if running in host network mode
        extra_hosts:
          - 'host.docker.internal:host-gateway'

    Set up went fine and it found the DVD directories with no issues and seems to have indexed the movies fine except:

    1) Some movies do not have the correct picture - this seems to be random even though the director (and file name) has a tmdb identifier in the form of [tmdbid-xyz] - I had changed some of them but I am 100% convinced others are now wrong
    2) The odd film is duplicated despite them being in different directories with different names (and tmdbid's) - Alien vs Predator and AVP Requiem come to mind
    3) The majority of collections have not been created. Such movies as James Bond, Harry Potter, Sherlock Holmes etc are just missing.

    I do have a backup of the old system but loathe to restore that as the index files etc are in the wrong location on-going but will do if I cannot find a quick fix...
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    Missing collections - by Andyroo - 2024-12-07, 06:15 PM
    RE: Missing collections - by Andyroo - 2024-12-07, 06:50 PM
    RE: Missing collections - by TheDreadPirate - 2024-12-07, 10:01 PM
    RE: Missing collections - by Andyroo - 2025-01-03, 04:33 PM
    RE: Missing collections - by TheDreadPirate - 2025-01-03, 05:44 PM
    RE: Missing collections - by Andyroo - 2025-01-09, 12:59 PM
    RE: Missing collections - by TheDreadPirate - 2025-01-09, 05:38 PM
    RE: Missing collections - by Andyroo - 2025-01-16, 04:56 PM
    RE: Missing collections - by Andyroo - 2025-01-24, 01:15 AM
    RE: Missing collections - by TheDreadPirate - 2025-01-24, 03:33 PM
    RE: Missing collections - by Andyroo - 2025-01-25, 10:28 PM
    RE: Missing collections - by TheDreadPirate - 2025-01-26, 05:44 PM
    RE: Missing collections - by Andyroo - 2025-01-27, 02:28 AM
    RE: Missing collections - by TheDreadPirate - 2025-01-27, 04:06 AM
    RE: Missing collections - by Andyroo - 2025-01-27, 08:16 PM
    RE: Missing collections - by TheDreadPirate - 2025-01-27, 08:40 PM
    RE: Missing collections - by Andyroo - 2025-01-27, 08:41 PM
    RE: Missing collections - by Andyroo - 2025-01-28, 12:31 AM
    RE: Missing collections - by Andyroo - 2025-01-28, 12:43 AM
    RE: Missing collections - by TheDreadPirate - 2025-01-28, 03:59 PM
    RE: Missing collections - by Andyroo - 2025-01-30, 05:52 PM
    RE: Missing collections - by theguymadmax - 2025-01-30, 06:39 PM
    RE: Missing collections - by Andyroo - 2025-01-31, 12:07 AM
    RE: Missing collections - by Andyroo - 2025-02-03, 11:44 PM
    RE: Missing collections - by Andyroo - 2025-02-04, 12:35 AM

    • 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