• 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 General Questions How can I get Jellyfin to read my NFO files?

     
    • 0 Vote(s) - 0 Average

    How can I get Jellyfin to read my NFO files?

    xre
    Offline

    Junior Member

    Posts: 4
    Threads: 1
    Joined: 2024 Dec
    Reputation: 0
    Country:United Kingdom
    #1
    2024-12-09, 05:01 PM (This post was last modified: 2024-12-09, 05:47 PM by xre. Edited 2 times in total.)
    I've created some custom nfo files as jellyfin's metadata has some gaps I wanted filled in (mostly cast and crew information). However, I'm rather new to using both Jellyfin and NFOs in general so thus far my efforts have not been working. Jellyfin seems to just return the default metadata. 

    When I created a new library (I just have 2 videos in there as a test) I unticked everything other than the box that said NFO. I presume that would be disabling the scrapers?
    I created the NFO with Text Editor and ChatGPT since (literally asked it for a template for an NFO compatible with Jellyfin). I tried TinyMediaManager but most of the metadata was from IMDB and it wouldn't do IMDB. The CAPITALISED words are intended to be deleted and replaced with whatever the specific metadata is to be clear.

    This is what it gave me:
    <?xml version="1.0" encoding="UTF-8" standalone="yes"?>

    <episodedetails>
    <showtitle>TV SHOW NAME</showtitle>
    <title>EPISODE NAME</title>
    <epbookmark>OVERALL EPISODE NUMBER</epbookmark>
    <season>SEASON NUMBER OR NAME</season>
    <episode>EPISODE NUMBER</episode>
    <aired>AIR DATE (YYYY-MM-DD)</aired>
    <runtime>RUNTIME IN MINUTES</runtime>
    <mpaa>RATING (e.g., TV-PG)</mpaa>
    <rating>IMDB RATING (e.g., 7.5)</rating>
    <plot>EPISODE SUMMARY</plot>
    <actor>
    <name>ACTOR NAME 1</name>
    <role>CHARACTER NAME 1</role>
    </actor>
    <actor>
    <name>ACTOR NAME 2</name>
    <role>CHARACTER NAME 2</role>
    </actor>
    <crew>
    <member>
    <name>CREW MEMBER NAME 1</name>
    <role>ROLE 1</role>
    </member>
    <member>
    <name>CREW MEMBER NAME 2</name>
    <role>ROLE 2</role>
    </member>
    </crew>
    </episodedetails>



    After I filled in the details I was told to just manually change the extension from txt to nfo.
    What went wrong/Where do I go from here?
    zelpi
    Offline

    Member

    Posts: 59
    Threads: 19
    Joined: 2024 Oct
    Reputation: 0
    Country:Germany
    #2
    2024-12-09, 05:36 PM
    Having all scrapers like tmdb deactivated, jellyfin will read the available nfos after updating to new data. To use valid nfos it is recommended to create them with apps like tiny media manager or media elch.
    xre
    Offline

    Junior Member

    Posts: 4
    Threads: 1
    Joined: 2024 Dec
    Reputation: 0
    Country:United Kingdom
    #3
    2024-12-09, 05:45 PM
    (2024-12-09, 05:36 PM)zelpi Wrote: Having all scrapers like tmdb deactivated, jellyfin will read the available nfos after updating to new data. To use valid nfos it is recommended to create them with apps like tiny media manager or media elch.

    When I created a new library (I just have 2 videos in there as a test) I unticked everything other than the box that said NFO. I presume that would be disabling the scrapers?

    I created the NFO with Text Editor and ChatGPT since (literally asked it for a template for an NFO compatible with Jellyfin). I tried TinyMediaManager but most of the metadata was from IMDB and it wouldn't do IMDB. The CAPITALISED words are intended to be deleted and replaced with whatever the specific metadata is to be clear.

    This is what it gave me:
    <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
    <episodedetails>
    <showtitle>TV SHOW NAME</showtitle>
    <title>EPISODE NAME</title>
    <epbookmark>OVERALL EPISODE NUMBER</epbookmark>
    <season>SEASON NUMBER OR NAME</season>
    <episode>EPISODE NUMBER</episode>
    <aired>AIR DATE (YYYY-MM-DD)</aired>
    <runtime>RUNTIME IN MINUTES</runtime>
    <mpaa>RATING (e.g., TV-PG)</mpaa>
    <rating>IMDB RATING (e.g., 7.5)</rating>
    <plot>EPISODE SUMMARY</plot>
    <actor>
    <name>ACTOR NAME 1</name>
    <role>CHARACTER NAME 1</role>
    </actor>
    <actor>
    <name>ACTOR NAME 2</name>
    <role>CHARACTER NAME 2</role>
    </actor>
    <crew>
    <member>
    <name>CREW MEMBER NAME 1</name>
    <role>ROLE 1</role>
    </member>
    <member>
    <name>CREW MEMBER NAME 2</name>
    <role>ROLE 2</role>
    </member>
    </crew>
    </episodedetails>

    After I filled in the details I was told to just manually change the extension from txt to nfo.

    What went wrong/Where do I go from here?
    zelpi
    Offline

    Member

    Posts: 59
    Threads: 19
    Joined: 2024 Oct
    Reputation: 0
    Country:Germany
    #4
    2024-12-09, 06:48 PM
    You have to untick the NFO box, too. If it‘s active, Jellyfin rewrites the file with its own metadata. The nfo file, which indeed is a text file with extension nfo, has to be placed in the associated movie directory. Than load the new data from Jellyfin menu and JF will use the nfo file.
    xre
    Offline

    Junior Member

    Posts: 4
    Threads: 1
    Joined: 2024 Dec
    Reputation: 0
    Country:United Kingdom
    #5
    2024-12-09, 07:28 PM
    (2024-12-09, 06:48 PM)zelpi Wrote: You have to untick the NFO box, too. If it‘s active, Jellyfin rewrites the file with its own metadata. The nfo file, which indeed is a text file with extension nfo, has to be placed in the associated movie directory. Than load the new data from Jellyfin menu and JF will use the nfo file.

    So I unticked the NFO box along with all the other metadata egents boxes. Even created a new text document and re-entered the metadata info before manually changing the extension. Now I don't have any metadata displaying at all.
    « 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