Skip to content

Releases: iamkroot/trakt-scrobbler

v1.6.3

06 Jan 02:16
v1.6.3
2c8dac7
Compare
Choose a tag to compare

Hotfix for #237

v1.6.2

31 Dec 03:55
v1.6.2
853ee8e
Compare
Choose a tag to compare
  • 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

30 Dec 06:56
v1.6.1
c6b608f
Compare
Choose a tag to compare
  • windows: Roll back the "actions" feature for notifications (#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

16 Nov 16:21
v1.6.1-beta1
8cd46d9
Compare
Choose a tag to compare
Tag v1.6.1-beta1

v1.6.0

12 Nov 14:14
7ad3867
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.5.0...v1.6.0

v1.5.0

01 Aug 14:15
v1.5.0
37ff599
Compare
Choose a tag to compare

What's Changed

  • New trakts test command to help troubleshoot connection issues (#107)
  • Use UTF-8 as default decode for mpv.conf by @dyphire (#184)
  • cli: Use gwmi in powershell for listing trakts processes on Windows (#193)

Full Changelog: v1.4.2...v1.5.0

Even mo' bugfixes

01 Mar 12:34
v1.4.2
7ec27e5
Compare
Choose a tag to compare

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

Bugfixes

27 Feb 06:26
v1.4.1
d0722c9
Compare
Choose a tag to compare

Fixes

Full Changelog: v1.4.0...v1.4.1

Installation

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

Maintenance Update

18 Feb 16:15
v1.4.0
fd476d1
Compare
Choose a tag to compare

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 #174

Full Changelog: v1.3.2...v1.4.0

Installation

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

Bugfixes

28 Sep 17:06
v1.3.2
339bddb
Compare
Choose a tag to compare

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