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
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/).
WARNING! It is strongly recommended to use only local playlists with local media (files) for alarm clock.
Althrough Mopidy-AlarmClock contains some safety measures against playlist/track inaccessibility (e.g. upon network outage) it is still much safer to use local media.
License
Copyright 2014 Mathieu Xhonneux Copyright 2015-2020 Davis Mosenkovs Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Project resources
Changelog
v0.1.9
Cosmetic improvements.
v0.1.8
Upgraded to Mopidy 3.0+ and Python 3.7+.
v0.1.7
Play backup alarm sound when playback cannot be started (within 30 seconds or more).
Added warning to readme that only local playlists/media should be used for alarm clock.
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
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.