- Only Plex Media Server 1.3.2.3112 or higher is supported now.
- Improve accuracy in TV shows. If Plex doesn't provide a IMDb ID, it will now search for the IMDb ID on OMDb. Previously it searched with the Netflix Roulette API, but this was very inaccurate.
--show-imdb
argument, this will help debug if a match is incorrect. It will show the IMDb ID next to each meda item. If a media item has the correct IMDb ID and the match is incorrect, it is probably the fault of the API, not plex2netflix.
- Improve accuracy somewhat for media without IMDb ID; if the year is in the title. e.g.
The Americans (2013)
, it will filter out the year (The Americans
). - Improvacy accuracy by using
originalTitle
from the Plex API (only for movies); this means that always the original title of the movie is used (not e.g. a translated one). - Preparations for custom output reports.
- If no
--section
parameter is given, it will auto detect libraries that have movies or TV shows. --section
can handle multiple libraries, comma-separated.--version
argument.
- Huge changes in the build process. ES6 is used with Babel now.
- Support for TV shows.
- Try to use the IMDb ID if found.