Hello, I got this report at the Debian BTS (http://bugs.debian.org/309856, reported by Cruz Fernandez <cruz@chuchuwa.com.ar>): -----------------------------8<---------------------------------------- The alarm.py script (in /usr/share/apps/amarok/scripts/alarm/ ) doesn't work for a time of the next day, because it asumes the time is of the current day. Possible solution, add the seconds in a day to secondsleft: 114,116d113 < if secondsleft < 0: < secondsleft += 60 * 60 * 24 < -----------------------------8<---------------------------------------- Nevertheless, I see in the page of the script (http://www.kde-apps.org/content/show.php?content=23160) that there's a more recent version than the one that amarok ships. At a first glance, it seems that it fixes Cruz's problem, so updatating it globally would be an option too. Thanks.
Alarm.py has been removed from amaroK proper so I am closing this bug.