kdf Wrote: 
> I've posted a new version (1.13) that should hopefully fix the
> problems.
> -k
Kevin,

I replaced "play" with "newsong" in this block:

elsif ($slimCommand eq "newsong") {
        $::d_plugins && msg("Execute: Play Started: ");
        $runScript = Slim::Utils::Prefs::clientGet($client, 'script'.1);
        if ((!defined($runScript)) || ($runScript eq '')) {
                $runScript = Slim::Utils::Prefs::get('plugin-Execute-play');
        }
        if (defined($runScript) && ($runScript ne "(none)")) {
                $runScript = catfile($scriptPath,$runScript);
                $::d_plugins && msg("Execute: Executing:
".Slim::Music::Info::standardTitle($client, $runScript)."\n");
                
Slim::Display::Animation::showBriefly($client,string('PLUGIN_EXECUTE_GO'),$runScript);
                system $runScript;
        } else {
                $::d_plugins && msg("Execute: No Script Selected \n");
        }
}
I -think- the version 1.7 script is now working in 6.2.2.


-- 
jonheal

Jon Heal says:
Have a nice day!
http://www.theheals.org/
------------------------------------------------------------------------
jonheal's Profile: http://forums.slimdevices.com/member.php?userid=2133
View this thread: http://forums.slimdevices.com/showthread.php?t=22479

_______________________________________________
Discuss mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/discuss

Reply via email to