Jump to content

Recommended Posts

Posted

Is Emby now using nfo instead of xml? I just added a new movie and noticed it is no longer an option in the metadata settings - unless something borked?

 

568c447824891_meta.png

FrostByte
Posted (edited)

I believe the default was changed to be more compatible with other systems such as kodi.  There is a plugin called emby xml if you wish to use that

Edited by FrostByte
Posted

The system.xml shows that it's not disabled.

 

<MetadataOptions>
      <ItemType>Movie</ItemType>
      <ImageOptions>
        <ImageOption>
          <Type>Backdrop</Type>
          <Limit>1</Limit>
          <MinWidth>1280</MinWidth>
        </ImageOption>
        <ImageOption>
          <Type>Screenshot</Type>
          <Limit>1</Limit>
          <MinWidth>0</MinWidth>
        </ImageOption>
      </ImageOptions>
      <DisabledMetadataSavers />
      <LocalMetadataReaderOrder>
        <string>Emby Xml</string>
        <string>Nfo</string>
      </LocalMetadataReaderOrder>
      <DisabledMetadataFetchers />
      <MetadataFetcherOrder>
        <string>The Open Movie Database</string>
        <string>TheMovieDb</string>
      </MetadataFetcherOrder>
      <DisabledImageFetchers />
      <ImageFetcherOrder>
        <string>TheMovieDb</string>
        <string>FanArt</string>
        <string>The Open Movie Database</string>
        <string>Screen Grabber</string>
      </ImageFetcherOrder>
    </MetadataOptions>
Posted

Correct.  I believe the default was changed to be more compatible with other systems such as kodi.  There is a plugin called emby xml if you wish to use that

 

Oh ok. It's not an issue if that's the way Emby is going. I had just rebuilt my system.xml earlier today and wasn't sure if something else had caused it.

FrostByte
Posted

It will still read your old metadata files, it just won't create them in the old format without the plug-in.  I just went with the flow :)

  • Like 1
Posted

Yep. I only use Emby/MBT so compatibility isn't an issue for me, so whatevers! Cheers :)

  • Like 1
Happy2Play
Posted (edited)

Not that is should matter, but what versions?

 

I have a system that still using the core xml settings without the any issues.  New installations/Rebuilds have to figure out all these changes on there own.

 

Setting near the bottom of system.xml

<DisableXmlSavers>false</DisableXmlSavers>

Edited by Happy2Play
Posted (edited)

Version 3.0.5801.0

 

My DisableXmlSavers was set to true but setting it to false still doesn't enable it. To be honest now that I've noticed nfo's in my TV shows in with the video files I do find it a bit messy compared to xml being stored in a metadata folder.

 

Is there a reason we have to dump xml saving when it's going to be kept for reading?

 

Edit: Emby had just reset the xmlsaver to true. Shutting down the server and changing it resolved it.

Edited by Steven
  • Like 1
Happy2Play
Posted

 

Is there a reason we have to dump xml saving when it's going to be kept for reading?

 Probably to stay compatible with other media fetchers like Media Center Master that use xml for primary metadata.

Posted

So why not leave xml saving alone as an option then? Does nfo offer anything xml doesn't?

  • Like 1
Deathsquirrel
Posted

So why not leave xml saving alone as an option then? Does nfo offer anything xml doesn't?

 

NFO files are just XML files with a different extension and, one presumes, a standard internal format.  They changed the default format some time ago just to be more widely compatible.  If I had to guess I'd say the influx of Kodi users with the release of the Kodi plugin/client played a part.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...