Usage - kavinthangavel/Media-Player-Scrobbler-for-Simkl GitHub Wiki

🎮 Usage Guide

This guide explains how to use MPS for SIMKL to track your movies and sync with your SIMKL profile.

🏁 Getting Started

  1. Install the app for your platform (see guides above).
  2. Authenticate with SIMKL on first run.
  3. Configure your media players (see Media Players Guide).
  4. Play movies in your configured player. The app tracks and syncs progress automatically.

🖥️ Windows (EXE)

  • Just install and launch. The app runs in the tray —no commands needed.
  • Use the tray icon for status and controls.

🐧 Linux (pipx)

  • Install with pipx (see Linux Guide).
  • Start with simkl-mps tray or simkl-mps start.
  • Tray icon provides controls and status.

🍏 Mac (pip, untested)

  • Install with pip (see Mac Guide).
  • Start with simkl-mps tray or simkl-mps start.
  • Tray icon provides controls and status.

Note: Mac support is experimental and untested.

🔔 Tray Status Icons

MPS for SIMKL uses the system tray/notification area to show its current status across all platforms:

Icon Status Description
Running Running App is actively monitoring and ready to track media playback
Paused Paused Tracking is temporarily paused, no new media will be scrobbled
Stopped Stopped App is inactive and not tracking (but still running in tray)
Error Error There's an issue with the app (authentication, API, etc.)

Right-click the tray icon to access the app menu with options to:

  • Start/stop/pause monitoring
  • View currently detected media
  • Access settings
  • Exit the application

🛠️ Common Operations

  • Tray: Right-click for menu, status, and tools.
  • CLI:
    simkl-mps start        # Start in background
    simkl-mps tray         # Start with tray UI
    simkl-mps status       # Check status
    simkl-mps stop         # Stop the app
    simkl-mps --help       # Help
    

📝 Tips