mopidy-choosmoos

Mopidy extension to support the ChoosMoos NFC Spotify Music Player


License
Apache-2.0
Install
pip install mopidy-choosmoos==1.0.0

Documentation

Mopidy-ChoosMoos

Latest PyPI version CircleCI build status Test coverage

Mopidy extension to support the ChoosMoos NFC Raspberry PI Spotify Music Player

Installation

  1. Install mopidy as per the mopidy docs

  2. Install dependencies:

    sudo apt-get install libasound2-dev
    
  3. Install Mopidy-ChoosMoos:

    pip install Mopidy-ChoosMoos
    

Configuration

Before starting Mopidy, you must add configuration for Mopidy-ChoosMoos to your Mopidy configuration file:

[choosmoos]
enabled = true
nfc_demo_app_location =
next_pin_number = 3
previous_pin_number = 4
volume_up_pin_number = 1
volume_down_pin_number = 2
play_pause_pin_number = 5

Project resources

Credits