Hi Michael
I took a guess that it must be something to do with the caching so I
tried to make the MIS plugin not cache TIMESPELLER by adding a section
for it to $customFormats in plugin.pm at the top of
getMusicInfoSCRCustomItems, like so:-
sub getMusicInfoSCRCustomItems {
my $customFormats = {
'TIMESPELLER' => {
'cb' => \&Plugins::TimeSpeller::Plugin::getWordTime,
'cache' => 0
},
...
I wouldn't say I understand what that does, but the display does update
now, both during long songs and when paused or stopped.
And, although I don't think it's relevant, in Settings.pm
$formatStrings{'TIMESPELLER'} = 'TIMESPELLER';
along with all the other $formatString
Thanks
Pete
--
d_peter
------------------------------------------------------------------------
d_peter's Profile: http://forums.slimdevices.com/member.php?userid=40878
View this thread: http://forums.slimdevices.com/showthread.php?t=82508
_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins