Skip to the content.

Trakt.tv Playback Progress Manager

Update: A web version is now available at sharkykh.github.io/tppm!

This is a small Tkinter GUI application that allows a Trakt.tv user manage the playback progress items stored in their account.

Reddit Post

If you use the scrobbling feature provided by Trakt.tv with your favorite media player (Kodi, for example), and stop in the middle of a movie or episode, it will send the current playback progress (or, how much of the media you watched) to Trakt.tv and store it there.

It can cause some annoyances when syncing the progress back to devices, as currently there’s no way (to my knowledge) to remove the playback progress items from Trakt.

I created this small Python application for myself […] to help me manage those.

Supported Python versions

Python requirements

Installation

Install requirements:

pip install -r requirements.txt

Usage

Run main.pyw.

python main.pyw

Note: If you’re using Windows, just double click the file.

Troubleshooting

Screenshot

Screenshot