gboudreau / XBMCnfoTVImporter.bundle

360 stars 69 forks source link

[Feature Request] Static nfo name and thumbnail for multi-version video #95

Open joshuaavalon opened 7 years ago

joshuaavalon commented 7 years ago

In current version, the agent will always search for <video name>.nfo. However, it does not work well with mutli-version video. Plex only show the metadata from the best quality version. For example,

Hello
  ∟  Hello - s01e01.mp4         //480p
  ∟  Hello - s01e01 - DVD.mp4   //720p

The agent will look for Hello - s01e01 - 720p.nfo instead of Hello - s01e01.nfo which mean whenever new version is added, a lot of old versions have to rename. I suggest the agent should always look for Hello - s01e01.nfo then fallback to Hello - s01e01 - 720p.nfo. Same for the thumbnails.

SlrG commented 7 years ago

Looks like a valid request. I'll try to implement it this way.