A Mopidy extension for using it as an alarm clock.
Project description
A Mopidy extension for using it as an alarm clock.
Mopidy-AlarmClock was originally created by Mathieu Xhonneux and now is maintained by Davis Mosenkovs.
Installation
Install by running:
pip install Mopidy-AlarmClock
Configuration
Alarm defaults can be configured in mopidy.conf config file:
[alarmclock] # Default alarm time in Hours:Minutes format def_time = 8:00 # Name or Mopidy URI of default alarm playlist def_playlist = # Default state of Random Track Order (true or false) def_random = false # Default alarm volume (integer, 1 to 100) def_volume = 100 # Default seconds to full volume (integer, 0 to 300) def_vol_inc_duration = 30
Usage
Make sure that the HTTP extension is enabled. Then browse to the app on the Mopidy server (for instance, http://localhost:6680/alarmclock/).
Project resources
Changelog
v0.1.4
Alarm defaults can now be configured in mopidy.conf.
Display alarm volume on Alarm state.
Display current time of alarm clock on Alarm state.
Added Travis-CI build and Coveralls test coverage info.
Fixed README (to be parsable by PyPI).
v0.1.3
Added adjustable volume and gradually increasing volume.
Fixed stale message appearing on page reload.
Minor internal code changes and interface changes.
Updated README/Changelog.
v0.1.2
Fixed alarm starting immediately in some situations.
Renamed Shuffle Mode to Random Track Order.
v0.1.1
Project taken over by Davis Mosenkovs.
Project moved from Zashas/mopidy-alarmclock to DavisNT/mopidy-alarmclock.
Fixed setup (+ minor technical fixes).
Automatically unmute and set volume to 100%.
Updated Shuffle method.
Timer resolution is now 5 sec.
v0.1.0 (UNRELEASED)
Created by Mathieu Xhonneux.
Initial release.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.