• 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 Missing video files

    Pages (2): 1 2 Next »

     
    • 0 Vote(s) - 0 Average

    Missing video files

    Videos not being displayed in library
    jamesyk
    Offline

    Junior Member

    Posts: 6
    Threads: 1
    Joined: 2025 Mar
    Reputation: 0
    Country:United Kingdom
    #1
    2025-03-30, 02:58 PM (This post was last modified: 2025-03-31, 12:37 PM by TheDreadPirate. Edited 2 times in total.)
    Totally baffled with this.  I have a samba share folder mounted as /mnt/{app we don't talk about - TDP}.  All of the content is downloaded into this folder.  I then move it to a folders called /mnt/{app we don't talk about - TDP}/Music for the music and /mnt/{apps we don't talk about - TDP}/TV Shows for the tv episodes.  I can view all of the music via jellyfin perfectly.  With the TV Shows library, I can only view the folder structure in the TV Shows but none of the files are displayed.  The permissions were 755 but just changed temporarily to 777 to see if it was a permissions issue but this didn't help.  I have followed the folder structure as shown in the FAQ.  There is no errors in the logs either, so not sure what else I can try ?
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 461
    Country:United States
    #2
    2025-03-31, 12:41 AM
    Changing permissions from the client does nothing useful. You need to add "noperm" to the fstab mount options.
    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]
    jamesyk
    Offline

    Junior Member

    Posts: 6
    Threads: 1
    Joined: 2025 Mar
    Reputation: 0
    Country:United Kingdom
    #3
    2025-03-31, 09:53 AM (This post was last modified: 2025-03-31, 12:37 PM by TheDreadPirate. Edited 4 times in total.)
    (2025-03-31, 12:41 AM)TheDreadPirate Wrote: Changing permissions from the client does nothing useful.  You need to add "noperm" to the fstab mount options.

    Its not the permissions as its set to 777, this was done in the linux container itself?  My music folder is /mnt/{apps we don't talk about - TDP}/music and tv shows is /mnt/{apps we don't talk about - TDP}/tvshows Both have the same permissions and I can read, write and add files to the folders.
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 461
    Country:United States
    #4
    2025-03-31, 12:38 PM
    Which folder did you add to the TV Shows library root? The "tvshows" folder? How are your shows organized within?
    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]
    jamesyk
    Offline

    Junior Member

    Posts: 6
    Threads: 1
    Joined: 2025 Mar
    Reputation: 0
    Country:United Kingdom
    #5
    2025-03-31, 12:44 PM (This post was last modified: 2025-03-31, 01:13 PM by TheDreadPirate. Edited 1 time in total.)
    (2025-03-31, 12:38 PM)TheDreadPirate Wrote: Which folder did you add to the TV Shows library root?  The "tvshows" folder?  How are your shows organized within?

    Yes I added the /mnt/{apps we don't talk about - TDP}/tvshows folder as the library root.

    I have the folders setup as tvshows -> Series Name (Year) -> SeasonXX

    I have also renamed the files within the season to be Series Name - SXXEXX 

    Have tried several variations on this and doesn't seem to matter what format I put them in. I can traverse the folder structure in jellyfin but there are no video files showing.
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 461
    Country:United States
    #6
    2025-03-31, 01:13 PM
    Can you share your full Jellyfin log via privatebin.net?
    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]
    jamesyk
    Offline

    Junior Member

    Posts: 6
    Threads: 1
    Joined: 2025 Mar
    Reputation: 0
    Country:United Kingdom
    #7
    2025-03-31, 02:10 PM
    (2025-03-31, 01:13 PM)TheDreadPirate Wrote: Can you share your full Jellyfin log via privatebin.net?

    Rebooted the jellyfin lxc twice today.  The only 2 lines in the log are 

    Code:
    [2025-03-31 14:52:40.262 +01:00] [WRN] The WebRootPath was not found: "/var/lib/jellyfin/wwwroot". Static files may be unavailable.

    [2025-03-31 15:06:50.683 +01:00] [WRN] The WebRootPath was not found: "/var/lib/jellyfin/wwwroot". Static files may be unavailable.
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 461
    Country:United States
    #8
    2025-03-31, 02:55 PM
    Did your LXC run out of disk space recently? Another user had a similar issue, including the lack of logging, after their LXC ran out of disk space.
    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]
    jamesyk
    Offline

    Junior Member

    Posts: 6
    Threads: 1
    Joined: 2025 Mar
    Reputation: 0
    Country:United Kingdom
    #9
    2025-03-31, 04:19 PM
    (2025-03-31, 02:55 PM)TheDreadPirate Wrote: Did your LXC run out of disk space recently?  Another user had a similar issue, including the lack of logging, after their LXC ran out of disk space.

    No it was only created a few days ago.  Currently sitting at disk usage of 2Gb out of a possible 8Gb.  I might try and setup another container to see if I can get the videos to show
    jamesyk
    Offline

    Junior Member

    Posts: 6
    Threads: 1
    Joined: 2025 Mar
    Reputation: 0
    Country:United Kingdom
    #10
    2025-03-31, 04:38 PM
    Very strange. Created a new jellyfin lxc and set the video libary exactly the same as the other container and it is working perfectly. No idea what is up with the older one !!
    Pages (2): 1 2 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