Skip to content

Releases: totaldebug/pyarr

v2.0.2

29 Jul 09:12
c09db7a
Compare
Choose a tag to compare
  • no changes

v2.0.1

28 Jul 12:51
Compare
Choose a tag to compare
  • Support for all Sonarr & Radarr endpoints
  • Bugfix all current endpoints
  • Use requests.session params argument
  • URL encode safety for all params
  • Reorganize and refactor code to better match Sonarr/Radarr API documentation
  • Add docstrings to all functions and classes
  • Improve function naming consistency
  • Use explicit args instead of generic **kwargs when possible
  • Meet black and pep8 code formatting standards
  • Handle all remaining TODOs
  • Deprecate Radarr V1 API (no longer maintained by Radarr team, and will be removed with Radarr v4)

v2.0.0

28 Jul 12:39
Compare
Choose a tag to compare

Failed to release correctly to PyPi.

See v2.0.1

v1.0.2

07 Mar 20:07
7d46609
Compare
Choose a tag to compare
  • no changes

v1.0.1

06 Mar 13:34
93465f8
Compare
Choose a tag to compare

Bug Fixes

v1.0.0

15 Dec 15:43
5ced134
Compare
Choose a tag to compare

v1.0.0

  • Moved fully to requests from urllib
  • Functions changed to snake_case
  • formatting with Black and flake8 for pep8 standards
  • Updated recommended-DockerFile to function better when developing
  • Changed PyArr to pyarr to meet pep8 standards

Radarr Changes

  • Radarr API Renamed to RadarrAPIv1
  • Added the new Radarr API v3 RadarrAPIv3

Sonarr Changes

v0.9.4

29 Sep 19:03
b742a15
Compare
Choose a tag to compare

v0.9.4

Thanks to @Archmonger for this update

Sonarr New Features

  • More robust addSeries
  • API Calls
    • setCommand
      • Options Available: RefreshSeries, RescanSeries, EpisodeSearch, SeasonSearch, SeriesSearch, DownloadedEpisodesScan, RssSync, RenameFiles, RenameSeries, Backup, missingEpisodeSearch
    • updSeries
    • updEpisode
    • del_episode_file_by_episode_id

Radarr New Features

  • More robust addMovie
  • API Calls
    • setCommand
      • Options Available: RefreshMovie, RescanMovie, MoviesSearch, DownloadedMoviesScan, RssSync, RenameFiles, RenameMovie, CutOffUnmetMoviesSearch, NetImportSync, missingMoviesSearch
    • updMovie

v0.9.3

21 Sep 19:48
Compare
Choose a tag to compare
  • Fix formatting issues

v0.9.2

21 Sep 18:22
9efab46
Compare
Choose a tag to compare

Bug Fix

  • #53 Fixes a bug with radarr getMovie