Skip to content

Releases: l3uddz/traktarr

1.2.5

09 Nov 19:25
Compare
Choose a tag to compare
  • Github: Added support/issue templates.
  • Notifications: Added Apprise support.
  • Radarr: Fixes to minimum availability code
  • Python: Fixed up misc python issues.
  • Notifications: Added more verbose notifications …
  • Readme: Fix genres link.
  • Logs: Misc tweaks to log output.
  • Ratings: Precisely log when no RT score is found.
  • Logs: Added single quotes around movie and show titles.
  • Config: New option for allowed countries: 'any' or 'ignore'.
  • Config: New option for genres: 'ignore'.
  • Logs: More details / cleaner look / wording
  • Systemd: Added language env variables to service file. …
  • Shows: Show correct year in log
  • Readme: Added more details for actor specific searching.
  • CLI: Add cachefile flag
  • Ratings: Reorganized code
  • TMDB: Check to see if movie exists on TMDB before adding.
  • Ratings: Display info on missing OMDb key when ratings is set
  • Readme: Added more details on rating_limit and OMDb.
  • TMDB: Improvements to TMDb ID checking function …
  • Filters: Tweaked special keyword behavior for genre and country
  • Git: Added *.json to .gitignore - users can now have multiple config files in the folder.
  • Helpers: Reorganized trakt functions
  • Filters: Now checks for allowed languages as well.
  • Schedule: Allow 0 interval to skip adding of shows or movies
  • Lists: Ignore parameters from list URLs
  • Lists: Fix for broken person search
  • CLI: New argument --include-non-acting-roles …
  • Readme: Skip tasks by setting interval to zero.
  • Config: Moved location of sample config in project folder
  • Readme: Updated with more arguments
  • Logic: Removed delay after failed/skipped items.
  • Cache: Removed caching of person lists.
  • Sonarr: Get Profile Tags only when needed
  • TVDB: Check to see if series exists on TVDB before adding it.
  • PVR: Minor tweak to variable name
  • CLI: Cleanup of genre argument code …
  • Blacklists: Added more debug log details
  • Logs: Show first air date of show if series year is unavailable
  • Sonarr: Set seriesType to 'anime' when series is of Anime genre …
  • OMDB: Renamed ratings to rotten_tomatoes.
  • Blacklists: Matches any case of allowed countries/languages in config
  • Shows: Added support for blacklisted_title_keywords
  • Sonarr: Added support for Language Profiles (Sonarr v3) …
  • Sonarr: Show tags in log only when matched to a network.
  • Radarr: Filter out Radarr exclusions from Trakt lists …
  • Logs: Set max size to 2MB
  • Readme: Clarified info on allowed_countries
  • Trakt: Added countries to API search filter
  • Tract: Improved code for genres parameter search
  • Trakt: Pass range of years to limit api results even further
  • Readme: Added clarification on add limit.
  • Radarr: No more errors with 0 movie exclusions
  • Trakt: Skip empty custom Trakt lists
  • Trakt: No more errors when there are 0 additions from lists
  • Misc: Change layout of function params
  • CLI: Pass --years as argument
  • Blacklists: Minor tweak of log output to show ignored/skipped.
  • Trakt: Pass range of runtimes to limit api results even further
  • Readme: Added new info on blacklisted_max_runtime
  • Blacklists: No longer require 'ignore' to be the only list item when using the ignore special keyword.
  • Trakt: Remove unused parameters from boxoffice lists lookup
  • Readme: Add note on URL base for in Sonarr/Radarr URL.
  • Git: Ignore vscode folder

1.2.4

01 Jun 20:54
Compare
Choose a tag to compare
  • added --no-search flag to disable automatic search when adding movies/series.
  • added ability to specify tags per network for new shows added to Sonarr.
  • added --version option.
  • added boxoffice list to movies command
  • changed schedule from minutes to hours for specified automatic interval.
  • added blacklisted_max_year to exclude movies/shows beyond this year
  • added blacklisted_tmdb_ids and blacklisted_tvdb_ids config options to blacklist specific shows/movies.
  • add show and movie command to add single show/movie to Sonarr or Radarr.
  • added allowed_countries to config
  • added recommended list type for shows and movies, and --remove-rejected-recommended
  • refactored --remove-rejected-recommended to --remove-rejected-from-recommended
  • add person list type, must be used in conjunction with --actor / -a parameter
  • Added ability for rating_threshold to be applied when automatically grabbing movies
  • Click: Renamed <movie/show>_id argument to <movie/show>-id
  • Added minimum availability option.

1.2.3

01 Jun 20:55
Compare
Choose a tag to compare
increase version

1.2.2

01 Jun 20:56
Compare
Choose a tag to compare
  • Add option to ignore blacklist
  • Add ability to specify blacklist ignore in config
  • Add priority to pushover notifications
  • added ability to sort list by votes``/rating/release date (first aired for tv)
  • add --sort/-s to run mode.
  • added watched + played list type (can use, watched_weekly/monthly/yearly/all)

1.2.1

01 Jun 20:56
Compare
Choose a tag to compare
  • Readme: Added Demo.gif
  • Added command flag to do a first run
  • send genre tag in trakt list request
  • added allowed_countries to config
  • should support < python 3.6 now

1.2.0

01 Jun 20:57
Compare
Choose a tag to compare
  • Add ability to fetch from watchlists and other private lists
  • Add api_secret to default config
  • Default to the first authenticated user if the list's user is not found
  • Fix bug where list url's weren't working in console command
  • Add ability to fetch other users' watchlists
  • Readme: adapt for new ability for fetching other users' watchlists
  • Update trakt api_key and api_secret to client_id and client_secret
  • add show and movie command to add single show/movie to sonarr or radarr.
  • help text changes
  • Readme: Embedded asciicast.

1.1.3

01 Jun 20:57
Compare
Choose a tag to compare
  • Add config and file location support
  • Dockerfile

1.1.2

01 Jun 20:57
Compare
Choose a tag to compare
  • support multiple tags per show. show tag names in log messages instead of tag id's.
  • added blacklisted_tmdb_ids and blacklisted_tvdb_ids config options to blacklist specific shows/movies.
  • add --genre / -g parameter to shows + movies CLI command
  • dont schedule automatic movies/shows if corresponding interval is <= 0
  • -g will now remove that genre from blacklisted_genres if it is blacklisted.
  • added -f to override config root_folder.

1.1.1

01 Jun 20:57
Compare
Choose a tag to compare
version change

1.0.0

01 Jun 21:09
Compare
Choose a tag to compare
Initial Release