Skip to content

Release: 1.3.6

Compare
Choose a tag to compare
@mynttt mynttt released this 23 Mar 22:03
· 218 commits to master since this release
71fed60

1.3.6

  • Asynchronous resolvement => faster HTTP processing with APIs
  • If TMDB capability exists (TMDB API key set) the tool will also go after movie libraries with the TMDB agent (com.plexapp.agents.themoviedb)
  • Previously only libraries with the com.plexapp.agents.imdb were processed, although orphans with the TMDB agents were also resolved.
  • This led to confusion and has wno been changed to prevent users wondering why a library is being ignored
  • Ability to ignore TV and Movie libraries by setting capabilities in the new CAPABILITIES environment variable
  • Currently the following CAPABILITIES exist: NO_TV, NO_MOVIE. Both ignore the corresponding libraries.
  • CAPABILITIES are configured as a semicolon separated list i.e: CAPABILITIES=NO_TV;NO_MOVIE would render this tool useless.
  • This is to allow user configuration for future features.