Skip to main content

Controll mopidy without screen using GPIO and TTS

Project description

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

Control mopidy without screen using GPIO and TTS

For example if you play “Rather Be - Clean Bandit” you will hear:

http://translate.google.com/translate_tts?tl=en&q=rather%20be%20by%20clean%20bandit

TTS (Text To Speech) is used from google translate (It is not documented but it works).

The idea is to develop with GPIO buttons something similar to 3rd generation Ipod shuffle control

Features

  • Led to see if it is playing

  • Play/Pause

  • Next/Previous track

  • Select playlist

  • Hear the song name (Text To Speech)

  • Exit mopidy

  • Shutdown

  • Restart

  • Check IP

Installation

To use this extension you need an internet conection for the tts.

Install by running:

pip install Mopidy-TtsGpio

To access the GPIO pins in the raspberry pi you have to run mopidy with sudo:

sudo mopidy

Configuration

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

[ttsgpio]
debug_gpio_simulate = false # Set true to emulate GPIO buttons with on screen buttons
pin_button_main = 17
pin_button_next = 22
pin_button_previous = 23
pin_button_vol_up = 24
pin_button_vol_down = 25
pin_play_led = 18

You can set the pins you would like to use. The numbers are in BCM mode. You can check here to see the numbers for your board. The buttons must be connected to GROUND.

Example:

[pin 17] - [Button] - [Ground]

Controls

  • main: play/pause. In menu select item

  • main longpress: enter/exit menu

  • vol_up longpress: repeat last sentence

  • vol_down longpress: set the volume 0

  • next: in menu navigate to next item

  • previous: in menu navigate to next item

Project resources

Changelog

v1.0.1

  • GPIO will be disabled if not enough permission

v1.0.0

  • First working version

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-TtsGpio-1.0.2.tar.gz (12.3 kB view details)

Uploaded Source

File details

Details for the file Mopidy-TtsGpio-1.0.2.tar.gz.

File metadata

File hashes

Hashes for Mopidy-TtsGpio-1.0.2.tar.gz
Algorithm Hash digest
SHA256 9197df18fbc09e95d5242cdd4072e83f65783bc87eba2322c756d3fe20aa1721
MD5 211ce59f7ca40541f972e8a928bbc214
BLAKE2b-256 62b31c81421e2a5b3f98a217db6475272941f10075633be5d7807b79bce20e98

See more details on using hashes here.

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