• 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 SOLVED: Seemingly Random Folders Disappear

    Pages (3): 1 2 3 Next »

     
    • 0 Vote(s) - 0 Average

    SOLVED: Seemingly Random Folders Disappear

    Data remains untouched. But single seasons disappear, despite having "worked" before.
    grunwalski
    Offline

    Junior Member

    Posts: 9
    Threads: 2
    Joined: 2023 Dec
    Reputation: 0
    #1
    2024-08-01, 06:20 PM
    I guess this happened after the last update.
    I recognized some stuff missing from jellyfin. No data got deleted. its just not in jellyfin anymore. log has got much of:

    Code:
    Emby.Server.Implementations.Library.LibraryManager: Removing item
    • Jellyfin Version 10.9.8
    • lscr.io/linuxserver/jellyfin:latest (via Docker on Synology 923+)

    There seems to be "removed single episodes" a lot of specials i never had. but also some complete season folders. Seasons I watched episodes from.

    https://pastecode.io/s/41o3h1uu

    I found users with deleted files and completely empty libraries, but havent found anything on "missing some stuff, thats there and that worked before". 

    I am thankful for any suggestion on what to do.
    Go to solution
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #2
    2024-08-01, 06:42 PM (This post was last modified: 2024-08-01, 06:47 PM by TheDreadPirate. Edited 1 time in total.)
    When items are removed from a library at this scale it usually means one of a few things: the media path changed, a path became inaccessible for some reason (unmounted, permission change), a misconfiguration, or Jellyfin started before a drive/network share was mounted.

    Can you share your full log via pastebin? The raw view in pastebin is a lot easier to read.
    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]
    grunwalski
    Offline

    Junior Member

    Posts: 9
    Threads: 2
    Joined: 2023 Dec
    Reputation: 0
    #3
    2024-08-01, 06:47 PM
    thanks for replying so fast Smiling-face

    I dont know what should have changed or have clue while all these episodes i never had are in the log.
    paths didnt change nor did i change the config.

    but while i check again for permissions:
    i forgot to mention, the removing part happens over and over again. i only pasted one cycle. but it keeps happening. does that help?
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #4
    2024-08-01, 06:48 PM
    Does it only happen when you restart Jellyfin? How are the libraries accessed by Jellyfin? Are you mounting volumes directly from the NAS into the container? Or as SMB shares?
    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]
    grunwalski
    Offline

    Junior Member

    Posts: 9
    Threads: 2
    Joined: 2023 Dec
    Reputation: 0
    #5
    2024-08-01, 07:02 PM (This post was last modified: 2024-08-01, 07:03 PM by grunwalski. Edited 1 time in total.)
    here an unformatted log.
    https://pastecode.io/s/1q96jrxx

    the folders are mounted in the image. everything running on the same machine.
    it happens on every library scan i think.
    setup did work for a few month until recently i noticed the disappearing of stuff.
    theguymadmax
    Offline

    Community Moderator

    Posts: 1,111
    Threads: 0
    Joined: 2024 Jun
    Reputation: 59
    #6
    2024-08-01, 07:06 PM
    Do you have missing episode fetcher enabled in your library? The last updated "fixed" an issue where virtual seasons where being created, relating to that setting. Also, what is the structure for your TV library.
    theguymadmax
    Offline

    Community Moderator

    Posts: 1,111
    Threads: 0
    Joined: 2024 Jun
    Reputation: 59
    #7
    2024-08-01, 07:16 PM (This post was last modified: 2024-08-01, 07:18 PM by theguymadmax. Edited 3 times in total.)
    From your logs, I see that you have a particular naming structure:
    Series Name Year [tvdbid-id]
    ---Show Name Season xx
    ------filename

    Without testing, i would guess that might be an issue. You should follow Jellyfin's naming scheme.

    Series Name (Year)
    --Season xx
    -----Series Name A S00E01.mkv
    grunwalski
    Offline

    Junior Member

    Posts: 9
    Threads: 2
    Joined: 2023 Dec
    Reputation: 0
    #8
    2024-08-01, 07:23 PM
    That's it! NEVER would have found it. Thanks.

    Just unchecked "Missing Episode Fetcher" in the "Metadata Services" of my TV show library.


    btw: what is a virtual seasons?
    theguymadmax
    Offline

    Community Moderator

    Posts: 1,111
    Threads: 0
    Joined: 2024 Jun
    Reputation: 59
    #9
    2024-08-01, 07:33 PM
    (2024-08-01, 07:23 PM)grunwalski Wrote: btw: what is a virtual seasons?

    In the manner I wrote, it was related to this bug, where seasons were created in your library for items you did not have.
    Karmalakas
    Offline

    Junior Member

    Posts: 13
    Threads: 1
    Joined: 2024 Aug
    Reputation: 0
    Country:Lithuania
    #10
    2024-08-12, 08:35 AM (This post was last modified: 2024-08-12, 09:11 AM by Karmalakas. Edited 8 times in total.)
    I think I might have a very similar (if not the same) issue.

    One abstract example - there are two folders added to library with exact same structure. Each folder contains some subfolders and then media items. One folder is fully scanned and all is shown in Jellyfin, but the other is missing some subfolders. If I edit a file name of some items and rescan library, these items appear. But that requires going through each folder and touching files.

    Another very concrete example - I have a Lithuanian movie with Lithuanian file name. Automatically it gets identified as some Polish movie with slightly similar name when translated to English. When I try to identify manually and search for the Lithuanian name, this Polish movie is suggested first and the correct one is second (both showing English titles). I select the second one, click OK, and movie completely disappears from Jellyfin. The only way I found to get it back - go to filesystem to the movie folder and delete the movie.nfo file and rescan the library. Then again it gets wrong ID, but at least it shows up...

    I started playing with Jellyfin just a few days ago, so don't know if this was the same before
    Compared to Plex, Jellyfin is missing almost 200 items out of ~1k

    Currently on v10.9.9 on TrueNAS SCALE Dragonfish-24.04.2
    Pages (3): 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