• 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 Not all movies are shown

    Pages (2): 1 2 Next »

     
    • 0 Vote(s) - 0 Average

    Not all movies are shown

    pegu
    Offline

    Junior Member

    Posts: 11
    Threads: 2
    Joined: 2024 Oct
    Reputation: 0
    Country:Germany
    #1
    2024-10-20, 01:18 PM
    Hello togther!

    The last days I started with Jellyfin as a media server.

    I use it as a docker container via docker-compose.yml.

    The server is running fine. Music works very well.

    Just with the movies I have troubles ...

    ... not all of our movis will be shown in the section movies.

    Als movies are in the same location, use *.ts file system, are using the same convention in the file name.

    Do you have an idea what will cause this issue?

    Many thanks for your kind support!

    pegu
    CleverId10t
    Offline

    Junior Member

    Posts: 22
    Threads: 4
    Joined: 2023 Jun
    Reputation: 0
    #2
    2024-10-20, 01:30 PM
    are you using a media layout as per https://jellyfin.org/docs/general/server/media/movies ?

    could it be a file permission issue?

    do you see any scanning issues in the jellyfin logs?
    pegu
    Offline

    Junior Member

    Posts: 11
    Threads: 2
    Joined: 2024 Oct
    Reputation: 0
    Country:Germany
    #3
    2024-10-20, 02:41 PM
    a. I have seen this doc. All files are a *.ts file. The convention is NAMEOFMOVI_(YEAR)_ptNUMBER.ts -> e.g. Black Hawk Down (2001) pt1.ts or Black Hawk Down (2001) pt2.ts

    b. I can access all files (they are stored on a NAS) from all our devices. So I guess it is NO isuee. Also the OS where Docker is running has 100% access to all files

    c. I found two types of logs (FFmepg and log). In the log file named with todays date I found three times "Scann". This was in context with scanning the libaries and there was stated that it ends completed ...
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #4
    2024-10-20, 03:30 PM
    Share both the log and ffmpeg log via pastebin.
    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]
    pegu
    Offline

    Junior Member

    Posts: 11
    Threads: 2
    Joined: 2024 Oct
    Reputation: 0
    Country:Germany
    #5
    2024-10-20, 03:36 PM
    Are there any senstive stuff inside of this files?

    Can everybody see what is posted on this web site?

    I have a little privacy concern ...
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #6
    2024-10-20, 03:43 PM
    Only if your public IP is in your log. LAN IPs are not sensitive. You can also sensor usernames, if that is a concern.

    By default, anyone with the pastebin link can read it. You can set a password or a expiration time.
    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]
    pegu
    Offline

    Junior Member

    Posts: 11
    Threads: 2
    Joined: 2024 Oct
    Reputation: 0
    Country:Germany
    #7
    2024-10-20, 03:56 PM
    Here are the requested logs:

    https://pastebin.com/gAmVj9ja

    https://pastebin.com/6iu1c2tg
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #8
    2024-10-20, 04:17 PM
    Honestly.....your media is a mess. The part naming is not quite correctly. You should be using "-pt1" instead of "_pt1". It is very picky.

    The contents of the TS containers is also a mess. ffprobe isn't able to figure out what all the tracks are in the files and when it is trying to transcode it is failing because of that.
    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]
    pegu
    Offline

    Junior Member

    Posts: 11
    Threads: 2
    Joined: 2024 Oct
    Reputation: 0
    Country:Germany
    #9
    2024-10-20, 04:21 PM
    Thanks for your replay!

    The naming I can change. The content in the container not ...

    ... the files are recorded TV streams via SAT receiver and external HDD.

    Anyway: Thanks again for your time!
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #10
    2024-10-20, 04:35 PM (This post was last modified: 2024-10-20, 04:35 PM by TheDreadPirate.)
    You could use ffmpeg to merge the files together. My recordings aren't in multiple parts, but I do use a postprocessing script to move the recordings from TS containers to MP4.

    You could do something similar to merge the parts into one file.

    https://trac.ffmpeg.org/wiki/Concatenate
    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]
    Pages (2): 1 2 Next »

    « Next Oldest | Next Newest »

    Users browsing this thread: 3 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