gboudreau/XBMCnfoMoviesImporter.bundle

Originally Available Not Updated

joepitt91 opened this issue · 2 comments

I cannot get this agent to update the Originally Available field in Plex 1.18.2.2058. I've tried refresh all metadata to force the update.

Even with the below example Originally Available stays as the date Plex first saw the file ex. 2019-11-25.

...
    <dateadded>2000-01-02</dateadded>
    <releasedate>2000-01-02</releasedate>
    <premiered>2000-01-02</premiered>
    <aired>2000-01-02</aired>
    <year>2000</year>
...

#22 suggests that either dateadded or releasedate should work with this plugin, and Kodi/NFO Files/Movies says that premiered and aired and year are valid; does anyone know what field to use to get Plex to update the Originally Available value?

I know this could be set manually but my main reason for using this plugin is for metadata portability between libraries, for when Plex undoubtedly gets in a bind and needs to be rebuilt.

In the debug log it is finding the value, but Plex is not applying it

...
2019-11-25 20:22:54,093 (7f15f7fff700) :  INFO (__init__:841) - Year: 2000
...
2019-11-25 20:22:54,093 (7f15f7fff700) :  INFO (__init__:861) - Premiere: 2000-01-02
...

I know this could be set manually but my main reason for using this plugin is for metadata portability between libraries, for when Plex undoubtedly gets in a bind and needs to be rebuilt.

So, it appears the file I was testing with is being temperamental as I've just done 5 files and 4 got the correct date. It would appear Plex has got itself in a bind and needs to be rebuilt....