A Mopidy extension for using it with seven segment display.
|
|
Install by running:
pip install Mopidy-SevenSegmentDisplay
Optionally defaults can be configured in mopidy.conf
config file (the
default default values are shown below):
[sevensegmentdisplay]
buttons_enabled = false
light_sensor_enabled = true
relay_enabled = false
ir_receiver_enabled = true
ir_remote = manufacturer
default_tracks = http://janus.shoutca.st:8788/stream
default_volume = 20
default_preset = flat
light_sensor_volume = 5
light_sensor_preset = nobass
light_sensor_time_from = 22
light_sensor_time_to = 4
display_min_brightness = 13
display_max_brightness = 15
display_off_time_from = 8
display_off_time_to = 17
Make sure that the HTTP extension is enabled. Then browse to the app on the Mopidy server (for instance, http://localhost/sevensegmentdisplay/).
- Fixed timer issue on webpage
- Timers added to webpage
- Possibility to disable features in config
- Music presets moved from sh to python
- Menu animations changed
- Light sensor added
- Reboot/halt menu added
- Refactoring
- Minor adjustments
- Refactoring release.
- Initial release.
- Initial release.