(Feature Request) Plex Editions
purevertigo opened this issue · 5 comments
Please add support for Plex Editions, https://support.plex.tv/articles/multiple-editions/
-
By first reading the name of the file, eg.
{edition-Extended Cut} -
If the file is not named like 1 then look for the eg.
edition>IMAX Version</edition
tag/field in the NFO.
thanks
I'm looking into implementing this myself
But for now, I haven't been able to figure out where to add the information in order to make Plex process it
If anyone know what attribute Plex uses, I should be able to implement this rather quickly
As far as I can see, the following attributes are what we can modify in the metadata object:
'rating', 'content_rating', 'art', 'chapters', 'themes', 'quotes', 'year', 'duration', 'rating_count', 'genres', 'title', 'tagline', 'content_rating_age', 'writers', 'collections', 'trivia', 'tags', 'audience_rating_image', 'rating_image', 'producers', 'audience_rating', 'studio', 'posters', 'countries', 'roles', 'originally_available_at', 'title_sort', 'original_title', 'summary', 'reviews', 'directors', 'extras', 'banners', 'similar'
And here we don't have anything about editions, unfortunately
According to plexopedia, editionTitle
would be available for the Plex API. I'm not sure if this would be useful for you: https://www.plexopedia.com/plex-media-server/api/library/movie-update/
I ended up just using the default agent, so I'm not looking into this anymore.
Also, the project is dead. gboudreau doesn't handle PRs, and neither does anyone else. Just see here: https://github.com/gboudreau/XBMCnfoMoviesImporter.bundle/pulls
I guess my own forked version of this repo is the most up-to-date version. But I'm not maintaining that anymore either, as I'm not daily driving it
Thanks for the heads-up. I will have a look at your fork.
Switching to the new Plex agent won't really be an option, I guess. It has too many downsides and is not worth the hassle, in my opinion.
Any luck getting this working? If not, I might give it a go.
LMK.
Thanks
Scott