afriend wrote: > > Very nice. Just a suggestion: maybe your plugin could become some kind > of gateway plugin for linking remote control buttons to all kinds of > actions/commands instead of just rating. > Though, that's exactly what KidsPlay already offers, isn't it? (I didn't study or use it really, so I may be wrong..)
afriend wrote: > > About rating: instead of implementing your own rating function you could > do it like Material: check if Trackstat or Ratings Light is > installed/enabled and then have the cli rating commands of one of those > plugins do the actual rating. Just a thought. > Hmm. I'll have too look into that more. So far the only rating related functions I have/use is $track->rating() to read and $track->rating($rating) to set the rating. OK, there's those "actions" I offer to configure (rate(), inc(), dec(), toggle()), which to some extent exist as CLI functions in Ratings Light, too. Most of the code in my Plugin is for handling the buttons and the web interface. Unfortunately I didn't find a good way to make use of the existing IR handling code. (I certainly don't want to edit button.map files manually...) afriend wrote: > > And then when you run out of ideas and have some time to kill, you add > support for Boom and Radio preset buttons. > Oh, I thought these should work. But I see now (in KidsPlay) that there is a separate handler that needs to be monkey patched to support that. I'll have a look. (Main problem: Boom is in the kitchen, dev station and terminal/log output isn't.. :-) ------------------------------------------------------------------------ flipflip's Profile: http://forums.slimdevices.com/member.php?userid=5223 View this thread: http://forums.slimdevices.com/showthread.php?t=113344 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
