Trakt Scrobbler Versions Save

Scrobbler for trakt.tv that supports VLC, Plex, MPC-HC, and MPV.

v1.6.3

1 year ago

Hotfix for #237

v1.6.2

1 year ago
  • Hotfix for crash introduced in v1.6.1 on Windows #236

Installation

  1. trakts stop
  2. pipx uninstall trakt-scrobbler
  3. pipx install trakt-scrobbler
  4. trakts start

v1.6.1

1 year ago
  • windows: Roll back the "actions" feature for notifications (https://github.com/iamkroot/trakt-scrobbler/pull/217). This removes the dependency on desktop-notifier for Windows that was causing crashes #224
  • linux: Specify the After key for our systemd service. Without this, the scrobbler could be initialized even before the GUI is ready, causing webbrowser to not find any browsers.

Internal changes

  • deps: Use tomli for parsing TOML in Python <3.11 #223
  • deps: Add explicit dependency on setuptools

Installation

  1. trakts stop
  2. pipx uninstall trakt-scrobbler
  3. pipx install trakt-scrobbler
  4. trakts start

v1.6.1-beta1

1 year ago

v1.6.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/iamkroot/trakt-scrobbler/compare/v1.5.0...v1.6.0

v1.5.0

1 year ago

What's Changed

Full Changelog: https://github.com/iamkroot/trakt-scrobbler/compare/v1.4.2...v1.5.0

v1.4.2

2 years ago

What's Changed

  • poetry: Use include[] instead of package[] by @ahmubashshir (#180)
  • cli: Fix trakts start not working on newer versions of Windows 11 (#175)

Installation

  1. trakts stop
  2. pipx uninstall trakt-scrobbler
  3. pipx install trakt-scrobbler
  4. trakts start

v1.4.1

2 years ago

Fixes

Full Changelog: https://github.com/iamkroot/trakt-scrobbler/compare/v1.4.0...v1.4.1

Installation

  1. trakts stop
  2. pipx uninstall trakt-scrobbler
  3. pipx install trakt-scrobbler
  4. trakts start

v1.4.0

2 years ago

Fixes

  • plex: Proper migration path from old token file to new
  • trakt: Use UTC times for checking token expiry
  • syncplay: Add roaming dir to config search path
  • vlc: Add snap dir to config search path

Improvements

  • scrobbler: Log trakt's scrobble action on success
  • plex: Notify when we couldn't get plex token for some reason
  • cli: Allow specifying plex token as cli arg
  • web_monitor: Notify when connection error occurs
  • Add zsh completion by @ahmubashshir in https://github.com/iamkroot/trakt-scrobbler/pull/174

Full Changelog: https://github.com/iamkroot/trakt-scrobbler/compare/v1.3.2...v1.4.0

Installation

  1. trakts stop
  2. pipx uninstall trakt-scrobbler
  3. pipx install trakt-scrobbler
  4. trakts start

v1.3.2

2 years ago

Fixes

  • Remove some dead references to Notifier class in config command (#149)
  • Fix incorrect paths for HTTP URLs when played in VLC (#151 - Thanks @sharkykh!)
  • Properly handle RetryError for failed requests
  • Fix start/stop command errors on macOS (#154 - Thanks @riccoyu). Fun fact: the corresponding bug #83 was reported exactly one year before this PR was merged

Improvements

  • Allow specifying the plex token manually via cli (#131)

Installation

  1. trakts stop
  2. pipx uninstall trakt-scrobbler
  3. pipx install trakt-scrobbler
  4. trakts start