Skip to content

TautulliPython2Trakt v1.1.0

Latest
Compare
Choose a tag to compare
@TheGeeKing TheGeeKing released this 06 Aug 23:48

Added

  • A CHANGELOG.md file.
  • GitHub Templates for Bug Reports and Feature Requests.
  • Syncing behavior section in the README.md file.
  • More info for the -PlexUser argument in the README.md file and when using the -h argument.

Fixed

  • Sync collections now correctly works.
  • Sentences in README.md file now go correctly to the next line and grammar mistakes.
  • Syncing collections now correctly works.
  • Now correctly log the arguments passed before calling subprocess.check_output().
  • Fixed some puctuation mistakes.

Changed

  • Argument for the recently added in the README.md file.
  • Syncing collection can now either find the owner username, sync all users found in the env, or sync a list of users.
  • Sorted imports.
  • Now gets HEADERS from a function in utilities.py for less redundancy.

Removed

  • Unused import os in scrobble.py.
  • Unused arguments_string variable in the TautulliPython2Trakt.py file.

Full Changelog: v1.0.0...v1.1.0