Releases: iamkroot/trakt-scrobbler
Releases · iamkroot/trakt-scrobbler
v1.7.2 Minor update
What's Changed
- Update the
desktop-notifierdependency (fixes #324) - monitor: Improve jump detection for short videos - we now interpret
skip_intervalconfig parameter as a percentage (as designed) instead of seconds. Shouldn't make any drastic difference for most videos. - Show notif on invalid remap rules file
Full Changelog: v1.7.0...v1.7.2
Installation
- Stop the scrobbler with
trakts stop pipx uninstall trakt-scrobbler- Run
pipx install trakt-scrobbler - Start scrobbler with
trakts start
Long time, no release
This is a routine version bump, with the following major changes
What's Changed
- Fix
WPARAMerror on windows by moving to desktop-notifier (#259) - Support Python 3.12 and 3.13 (minimum required python version is bumped to 3.9 due to previous fix)
- Character encoding & windows fixes by @Sp3EdeR in #208
- Handle
intdeclared asstrformatch.episodeon remaps by @BrutuZ in #295
New Contributors
Full Changelog: v1.6.3...v1.7.0
Installation
- Stop the scrobbler with
trakts stop pipx uninstall trakt-scrobbler- Run
pipx install trakt-scrobbler - Start scrobbler with
trakts start
v1.7.0-beta2
- Stop the scrobbler with
trakts stop pipx uninstall trakt-scrobbler- Run
pipx install trakt-scrobbler==1.7.0b2 - Start scrobbler with
trakts start
v1.7.0-beta1
Tag v1.7.0-beta1
v1.6.3
v1.6.2
v1.6.1
- 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
Afterkey for our systemd service. Without this, the scrobbler could be initialized even before the GUI is ready, causingwebbrowserto not find any browsers.
Internal changes
- deps: Use
tomlifor parsing TOML in Python <3.11 #223 - deps: Add explicit dependency on setuptools
Installation
trakts stoppipx uninstall trakt-scrobblerpipx install trakt-scrobblertrakts start
v1.6.1-beta1
Tag v1.6.1-beta1
v1.6.0
What's Changed
- Fixed Windows autostart when the startup folder is moved by @Sp3EdeR in #207
- Allow specifying remap rules for media info by @iamkroot in #214 See Metadata Remap for more details on how to use this.
- Release to both github and pypi via workflow by @ahmubashshir in #188
- notifier: Show actions on a notification by @iamkroot in #217
New Contributors
Full Changelog: v1.5.0...v1.6.0