Skip to content

Latest commit

 

History

History
executable file
·
67 lines (45 loc) · 1.87 KB

File metadata and controls

executable file
·
67 lines (45 loc) · 1.87 KB

Mopidy-BTSource

Latest PyPI version Number of PyPI downloads Travis CI build status Test coverage

Mopidy extension to control music received via bluetooth from another device.

Current features include:
  • Remote Playback Control (play/pause/stop)
  • Remote Playback Monitor: Display Artist/Track/Album Info
Current feautures do not include:
  • scanning or pairing with the BT device
  • actual reproduction of the audio (it is delivered via PulseAudio)

Currently is on very alpha state, more of a proof of concept. No unit test or alike have been run. Tested with Mopidy 1.1.1

Installation

Install by running:

git clone git@github.com:ismailof/mopidy-btsource sudo python setup.py install

Configuration

No current configuration needed

Project resources

Changelog

v0.3.0 (UNRELEASED)

  • Using stream_title instead of full tracks. Less nice but also less invasive

v0.2.5 (UNRELEASED)

  • Initial release on Git.
  • First more or less usable version