Skip to content

Releases: Amateur-God/EmbyArrSync

V2.2.0

26 Mar 17:02
13f5ead
Compare
Choose a tag to compare

Improved functionality of the Favourite handling, it now handles TV shows and movies separately and it now adds the series name to blacklisted TV Shows and movie Name to blacklisted movies along with the path to blacklisted paths for both, this wasn't necessary but was added as a fallback.

Added IGNORE_FAVOURITES as an env variable so people can set this to false if they want to disable the script ignoring/blacklisting favourites (Default behaviour is true)

Improved the functions to get TVDB and TMDBID which are used by sonarr/radarr functions to find the correct show/movie, it will now check the items path for tvdbid-Number and tmdbid-Number which if you are following the recommended naming guides and are using sonarr/radarr to rename them then these should be found in the path, however if these aren't found in the path it will fallback to calling the TVDB and TMDB APIs to query them for the ID.

This was done to limit the possibility of getting the wrong ID and to limit the number of API calls made to TVDB and TMDB

V2.1.0

17 Mar 11:33
62aa456
Compare
Choose a tag to compare

Added checks to the script to check if Series, Episodes or movies are marked as favourites in emby, if they are it will skip running the script on them

v2.0.0

04 Mar 23:01
dbb1fd1
Compare
Choose a tag to compare

Adds the following ENV variables

  • "HANDLE_TV" This allows users to enable or disable the TV functionality of the script
  • "HANDLE_MOVIES" This allows users to enable or disable the Movies functionality of the script
  • "TV_DELETE" This allows users to enable or disable the the deletion of TV shows so that the script only unmonitors them
  • "MOVIE_DELETE" This allows users to enable or disable the the deletion of Movies so that the script only unmonitors them

Added the Following Blacklist

  • "BLACKLISTED_PATHS" This enables user to blacklist specific paths to be ignored by the Script

Updated documentation to add details on how to get USER ID for emby

V.1.1.0

17 Feb 15:54
1cfadd8
Compare
Choose a tag to compare

What's Changed

  • Moved Blacklists to /config/blacklists.json
  • Moved env variables to /config/EmbyArrSync.env
  • Improved error handling
  • added more env variables for customisation
  • created requirements.txt
  • Lots of optimisations and improvements to the script

v1.0.2

11 Feb 10:58
8f8dfb1
Compare
Choose a tag to compare

Full Changelog:

  1. Added the option to disable deleting items directly in Emby library for those that use the Sonarr/Radarr Emby connection for library updates
  2. improved Print statements to show identifiable info in a human readable format such as episode name and series name or movie name instead of item/tmbd/tvdb ids etc
  3. specified a limit for number of history pulled from emby watch history api to grab more new limit 1000000 old limit api default

V1.0.1 Sonarr/Radarr Deletion update

10 Feb 15:44
1ab2976
Compare
Choose a tag to compare

Added a function to delete episode files from Sonarr/Radarr as occasionally emby was only deleting the file from emby library but not from filesystem , this fixes that and also makes sure the file is marked as deleted in Sonarr/Radarr

V1.0.0 initial release

10 Feb 14:02
460c9ea
Compare
Choose a tag to compare

initial release of working script