
cron_alarm
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
A very simple script to play amarok from cron with a playlist. It will start amarok if it is not started. It will also set the volume (default 65).
I was using mplayer but wanted to use amarok.
Hope someone finds this useful.
Things to change are under config
### CONFIG ###
AMAROK=/usr/bin/amarok
# default playlist
playlist_def="/home/keith/playlist/default.m3u"
# Volume level
VOLUME=65
15 years ago
added --all-users to the dcop call
15 years ago
added --all-users to the dcop call
Please login or register to add a comment or rating