• 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 Continue watching not working at all

    Pages (3): « Previous 1 2 3

     
    • 0 Vote(s) - 0 Average

    Continue watching not working at all

    tested with different media files but for none the continue watching works
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #21
    2024-06-28, 03:50 PM
    I don't use NFOs, but from what others have said it appears there was a significant change in how Jellyfin organizes and uses NFOs in 10.9.

    I'm not sure what the cleanest course of action is, but you could create a small test library and figure out how Jellyfin creates, organizes, and uses NFOs when it creates them vs an external app.

    Once you have that figured out, some creative uses of the find command and loops could automate elimination or reorganization of your NFOs.
    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]
    theguymadmax
    Offline

    Community Moderator

    Posts: 1,154
    Threads: 0
    Joined: 2024 Jun
    Reputation: 60
    #22
    2024-06-28, 04:18 PM (This post was last modified: 2024-06-28, 04:38 PM by theguymadmax. Edited 1 time in total.)
    In Dashboard->Libraries->NFO Settings
    There is an option to "Save user watch data to NFO files for". If there is a username selected, then change it to none. If none is already selected then try the opposite and see if that works.
    Efficient_Good_5784
    Offline

    Community Moderator

    Posts: 1,173
    Threads: 3
    Joined: 2023 Jun
    Reputation: 50
    #23
    2024-06-28, 04:33 PM (This post was last modified: 2024-06-28, 06:35 PM by Efficient_Good_5784. Edited 1 time in total.)
    I wonder if you have anything overwriting the NFO files, maybe the watched status gets reset due to that.

    All you have to do to disable them is to turn off NFO files in the library settings.

    For movies, with v10.8.13, NFO files were named "movie-filename.nfo". With v10.9, they're now named "movie.nfo". I remember that when I updated to v10.9, my movie library kept the old one and also created the new nfo file, so each movie had both. I deleted the old nfo files.

    Make a backup first before mass deleting things.

    Basically, if you want to delete them all, just search through your library folders for "movie.nfo" and "movie-filename.nfo", then delete them. Obviously the tricky ones to search for are the ones named after the filename.
    fromage9747
    Offline

    Junior Member

    Posts: 27
    Threads: 3
    Joined: 2023 Jun
    Reputation: 0
    Country:South Africa
    #24
    2024-06-30, 07:07 AM
    Lol, yes, yesterday I was searching for anything that could solve this issue and came across this setting "Save user watch data to NFO files for" which I had configured last year, and it didn't really do anything, but I guess with the 10.9 upgrade it started to do something. Changing it back to none appears to have solved the issue.

    It's weird though that Series worked, I did not have any issues with series losing their resume status or being removed from continue watching in the 10.9.x update. Only movies were affected.

    Now it's just the extremely slow search that can hopefully be fixed!

    At least one less headache in my life.
    Jellyfin 10.9.7 running in Docker
    Ubuntu 22.04 LTS 
    Intel Xeon 2696 v3
    64GB DDR3 ECC
    Nvidia Quadro P400
    Gigabyte 256gb NVME
    ThomasPGH
    Offline

    Member

    Posts: 85
    Threads: 5
    Joined: 2023 Nov
    Reputation: 0
    Country:United Kingdom
    #25
    2024-06-30, 03:07 PM (This post was last modified: 2024-06-30, 03:12 PM by ThomasPGH.)
    I just rememberd that there was an issue with the Jellyfin app for Android TV and 10.8.13. Since it hasn't been explicitely mentioned here yet, the app never updated the watched status if a film or an episode had more than one version.
    Right now it's impossible to tell if this bug still exists because the Android TV app always only plays the first version of an episode or film.

    (2024-06-28, 04:33 PM)Efficient_Good_5784 Wrote: All you have to do to disable them is to turn off NFO files in the library settings.
    If you turn the creation of .nfo files off you can't move media to different disks/folders anymore.

    (2024-06-28, 04:33 PM)Efficient_Good_5784 Wrote: For movies, with v10.8.13, NFO files were named "movie-filename.nfo". With v10.9, they're now named "movie.nfo". I remember that when I updated to v10.9, my movie library kept the old one and also created the new nfo file, so each movie had both. I deleted the old nfo files.

    Make a backup first before mass deleting things.

    Basically, if you want to delete them all, just search through your library folders for "movie.nfo" and "movie-filename.nfo", then delete them. Obviously the tricky ones to search for are the ones named after the filename.
    That's how I understood it too from what I've read somewhere but it doesn't seem to work like this. Sometimes the "film (year).nfo" file is still created after it's been deleted. I've yet to figure out how and why this happens.
    ThomasPGH
    Offline

    Member

    Posts: 85
    Threads: 5
    Joined: 2023 Nov
    Reputation: 0
    Country:United Kingdom
    #26
    2024-06-30, 06:39 PM
    According to https://github.com/jellyfin/jellyfin/issues/12080 , it seems it creates "film (year).nfo" when a film is added to a collection. This could be it for the films I noticed these files appear or were updated.
    kevinnord
    Offline

    Junior Member

    Posts: 1
    Threads: 0
    Joined: 2024 Jul
    Reputation: 0
    #27
    2024-07-01, 03:22 PM
    (2024-06-28, 04:33 PM)Efficient_Good_5784 Wrote:  Obviously the tricky ones to search for are the ones named after the filename.

    from the top level directory of where you keep your media:
    Code:
    find . -type f -name '*.nfo' -type f ! -name 'movie.nfo' -delete

    does the job Call-me-hand
    Pages (3): « Previous 1 2 3

    « 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