Craig, James (IT);142314 Wrote:
> Erland,
> (unless you've done something special) rating won't work in 6.5+
> now-playing mode any more because the 'favourites' are no longer a
> plugin and will steal the key mappings before any plugin gets a chance.
>
>
> Users will have to use a custom ir map to get back this functionality.
> Well I'm running 6.5.0 and rating work perfectly in my own setup. I'm
not sure if I have done anything special, if I remember correctly I
think actually that part of the code is stolen from the iTunes Update
plugin.
This is the relevant code from the plugin
Code:
--------------------
my %mapping = (
'0.hold' => 'saveRating_0',
'1.hold' => 'saveRating_1',
'2.hold' => 'saveRating_2',
'3.hold' => 'saveRating_3',
'4.hold' => 'saveRating_4',
'5.hold' => 'saveRating_5',
'0.single' => 'numberScroll_0',
'1.single' => 'numberScroll_1',
'2.single' => 'numberScroll_2',
'3.single' => 'numberScroll_3',
'4.single' => 'numberScroll_4',
'5.single' => 'numberScroll_5',
'0' => 'dead',
'1' => 'dead',
'2' => 'dead',
'3' => 'dead',
'4' => 'dead',
'5' => 'dead'
);
# And in initPlugin I have this
Slim::Hardware::IR::addModeDefaultMapping('playlist',\%mapping);
my $functref = Slim::Buttons::Playlist::getFunctions();
$functref->{'saveRating'} = \&saveRatingsForCurrentlyPlaying;
--------------------
Isn't this supposed to work in 6.5.0 ?
--
erland
Erland Isaksson
'My homepage' (http://erland.homeip.net) 'My download page'
(http://erland.homeip.net/download)
(Developer of 'TrackStat'
(http://erland.homeip.net/download/do/viewapplication?name=slimserver-trackstat)
, 'SQLPlayList'
(http://erland.homeip.net/download/do/viewapplication?name=slimserver-sqlplaylist)
, 'DynamicPlayList'
(http://erland.homeip.net/download/do/viewapplication?name=slimserver-dynamicplaylist),
'Custom Browse'
(http://erland.homeip.net/download/do/viewapplication?name=slimserver-custombrowse)
and 'RandomPlayList'
(http://erland.homeip.net/download/do/viewapplication?name=slimserver-randomplaylist)
plugins)
------------------------------------------------------------------------
erland's Profile: http://forums.slimdevices.com/member.php?userid=3124
View this thread: http://forums.slimdevices.com/showthread.php?t=28216
_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/plugins