kdf;131725 Wrote: > On 27-Aug-06, at 11:54 PM, kyleki wrote: > > > > > kdf;131623 Wrote: > >> line 582, change the pushModeLeft to > >> > >> Slim::Buttons::Common::pushModeLeft($client, 'playlist'); > > > > Cool! This has now allowed me to have full "normal" functionality > > while the alarm is playing except now I can't figure out how to > trigger > > the snooze. I'm OK with just the 'sleep' button doing this, but > how? > > > that's not quite as simple, which is why the plugin has it's own mode. > you'd have to edit Default.map, or create a custom.map with an entry > under [playlist] > > snooze = modeFunction_AlarmPlugin->snooze > > or something along those lines.
I really appreciate you helping me through this, KDF. I hope I'm not being too much of a bother. I only have surface level knowledge of how slimserver is setup and what underlying dependency requirements it has. I was hoping to be able to and add something like the following around line 314: '0.hold' => 'Plugins::TrackStat::saveRating_0', '1.hold' => 'Plugins::TrackStat::saveRating_1', '2.hold' => 'Plugins::TrackStat::saveRating_2', '3.hold' => 'Plugins::TrackStat::saveRating_3', '4.hold' => 'Plugins::TrackStat::saveRating_4', '5.hold' => 'Plugins::TrackStat::saveRating_5', Is cross-communicating between plugins like this possible (or even a good idea)? -- kyleki ------------------------------------------------------------------------ kyleki's Profile: http://forums.slimdevices.com/member.php?userid=2510 View this thread: http://forums.slimdevices.com/showthread.php?t=26793 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/plugins
