资 源 简 介
#
Simple script for setting an mp3 alarm in XBMC.
The script itself need basically no configuration, but your
Linux dist might do. Follow these instructions and you should
be alright:
Run in a terminal
sudo apt-get install powermanagement-interface rtcwake
sudo apt-get install xbmc-eventclients-xbmc-send
sudo chmod u+s /usr/sbin/rtcwake
sudo visudo
Add this line:
yourusername ALL= NOPASSWD: /usr/sbin/pmi
Then you"re good to go. If you keep your playlists out of
your profile directory in XBMC, change varPlaylistDir in
alarmSettings file.
More info later, or in README. Se also http://forum.xbmc.org/showthread.php?t=76710