gboudreau / XBMCnfoMoviesImporter.bundle

687 stars 155 forks source link

Originally Available Not Updated #109

Closed joepitt91 closed 4 years ago

joepitt91 commented 4 years ago

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.

joepitt91 commented 4 years ago

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
...
joepitt91 commented 4 years ago

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....