Skip to main content

Mopidy extension for remote control via MQTT broker

Project description

Based on magcode's work.

Build Status

Installation

Features

  • Sends information about Mopidy state on any change
    • Playback status
    • Volume
    • Track description
  • Reacts to control commands
    • Playback control
    • Tracklist control
    • Volume control
    • Track search [WIP]
  • Responds to specific information inquiries

MQTT protocol

Topics

Default top level topic: mopidy.

Control topic: mopidy/c.

Information topic mopidy/i.

Publishing

Kind Subtopic Values
State /sta paused / stop / playing
Volume /vol <level:int>
Current track /trk <artist:str>;<title:str>;<album> or

Subscribing

Kind Subtopic Values
Playback control /plb play / stop / pause / resume / toggle / prev / next
Volume control /vol =<int> or -<int> or +<int>
Add to queue /add <uri:str>
Load playlist /loa <uri:str>
Clear queue /clr
Search tracks /src <str>
Request info /inf state / volume / queue

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Mopidy-MQTT-NG-0.3.0.tar.gz (11.1 kB view hashes)

Uploaded Source

Built Distribution

Mopidy_MQTT_NG-0.3.0-py2.py3-none-any.whl (11.0 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page