Skip to content

michaellunzer/mopidy-alarmclock

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mopidy-AlarmClock

Latest PyPI version

Number of PyPI downloads

Travis-CI build status

Coveralls test coverage

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

Optionally alarm defaults can be configured in mopidy.conf config file (the default default values are shown below):

[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.6

  • Changed branching model to git-flow.
  • Refactoring for improved alarm scheduler.
  • Added backup alarm sound (in case selected playlist is missing).
  • Disable Consume and Single playback modes.
  • Fixed incorrect Mopidy version requirement.
  • Misc refactoring.

v0.1.5

  • Added tests.
  • Fixed nondeterministic effects when cancelling and setting alarm again within 5 seconds (prevent stale idle() timers).
  • Fixed minor math bug in gradual volume increasing.
  • One digit minutes supported in alarm Time.
  • Leading zero for hours of current time in Alarm state.

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

v0.1.0 (UNRELEASED)

About

A Mopidy extension for using it as an alarm clock.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 58.5%
  • JavaScript 27.7%
  • HTML 8.5%
  • CSS 5.3%