- Notifications
You must be signed in to change notification settings - Fork2
▶ Manage playback progress items stored on Trakt.tv
License
sharkykh/tppm
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation

This is a web application that allows aTrakt.tv user manage the playback progress items stored in their account.
To use the application, visit:
Reddit Post (for the original Python application)
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.
Note: Due to CORS & OAuth Redirect URI limitations, can only be used on port 8080 oflocalhost
.
(Unless making a separate API application and modifying the values insrc/api.js
)
Requirements:
yarn installyarn start
Server will be available athttp://localhost:8080
About
▶ Manage playback progress items stored on Trakt.tv