-
-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Kavin T edited this page Feb 13, 2026
·
20 revisions
MPS for SIMKL (Media Player Scrobbler) is a cross-platform app that tracks what you watch in supported media players and syncs progress to SIMKL. It supports movies, TV shows, and anime. It runs in the background/tray and works on Windows, Linux, and macOS (experimental).
- Windows: Use the Windows Guide (EXE installer, tray app, no commands needed).
- Linux: Use the Linux Guide (pipx recommended, tray app, setup command needed).
- macOS: Use the macOS Guide (pip install, tray app, setup command needed, experimental).
After installation, authenticate with SIMKL and configure your media players using the Media Players Guide (this step is critical for accurate tracking).
- Windows Guide
- Linux Guide
- macOS Guide
- Supported Media Players
- Usage Guide
- Local Watch History
- Advanced & Developer Guide
- Troubleshooting Guide
- Todo List
graph TD
A[Media Player] -->|Playback Info| B[MPS for SIMKL]
B -->|Extract & Parse| C[Identify Media Title]
C -->|Search| D[SIMKL API]
D -->|Metadata| E[Track Progress]
E -->|>80% Complete| F[Mark as Watched]
F -->|Update| G[SIMKL Profile]
style A fill:#d5f5e3,stroke:#333,stroke-width:2px
style G fill:#d5f5e3,stroke:#333,stroke-width:2px
- Detection: Monitors media players via window titles or player APIs.
- Identification: Extracts and matches media titles against SIMKL.
- Tracking: Monitors playback position (requires player configuration via Media Players Guide).
- Completion: Marks as watched when the configured threshold (default 80%) is reached.
- Sync: Updates your SIMKL profile automatically.
MPS for SIMKL is licensed under the GNU GPL v3 License. See the LICENSE file for details.
Made with β€οΈ by kavin
β Star us on GitHub β’ π Report Bug β’ β¨ Request Feature