Quick start - kavinthangavel/Media-Player-Scrobbler-for-Simkl GitHub Wiki
🚀 Quick Start Guide
This concise guide provides essential information to quickly set up and use Media Player Scrobbler for Simkl.
Important: Currently, the application supports movie tracking only. TV show support is planned for future updates.
Installation Essentials
Windows (Recommended)
- Download the installer
- Run the installer as Administrator
- Select auto-start option (recommended)
- Launch from Start menu or desktop shortcut
- Authenticate with Simkl when prompted
macOS/Linux ⚠️(Testing in Progress)
# macOS
pip install "simkl-mps[macos]"
# Linux (Ubuntu/Debian example)
sudo apt install python3-pip wmctrl xdotool python3-gi gir1.2-gtk-3.0 libnotify-bin
pip install "simkl-mps[linux]"
# Start the application
simkl-mps start
⚠️ ESSENTIAL: Media Player Configuration
For accurate tracking, configure your media player:
VLC (Recommended)
- Tools → Preferences → Show settings: All
- Interface → Main interfaces → Check "Web"
- Interface → Main interfaces → Lua → Set password
- Save and restart VLC
MPV
- Edit
mpv.conf
:- Windows:
%APPDATA%\mpv\mpv.conf
- macOS/Linux:
~/.config/mpv/mpv.conf
- Windows:
- Add:
input-ipc-server=\\.\pipe\mpvsocket
(Windows) orinput-ipc-server=/tmp/mpvsocket
(macOS/Linux) - Save and restart MPV
MPC-HC/BE (Windows)
- View → Options → Player → Web Interface
- Check "Listen on port:" (set to 13579)
- Click OK and restart MPC
🎬 Filename Best Practices
For optimal movie identification, use:
Movie Title (Year).extension
Examples:
Inception (2010).mkv
The Godfather (1972).mp4
🖥️ Basic Operations
System Tray Controls
- Right-click system tray icon for menu
- Check "Status" to verify the app is running
- Use "Tools" menu for logs and settings
Command Line (All Platforms)
# Start tracking
simkl-mps start
# Check status
simkl-mps status
# Stop tracking
simkl-mps stop
💡 Troubleshooting Quick Fixes
Issue | Solution |
---|---|
No movies detected | Configure player correctly & use clear filenames |
Movies not marked as watched | Watch at least 80% & check internet connection |
VLC not connecting | Enable web interface & set password |
System tray icon missing | Check hidden icons or restart app |