plympton;541580 Wrote: > seems easy enough. Just a single change in the PERL for now - left old > dispatch alone, but added sdtMacroString (identical). > > -Dan
You should probably remove the _mode parameter from sdtMacroString addDispatch call, it doesn't really make sense to having to specify "sdtMacroString macroString" as command, should be enough to specify "sdtMacroString" if you have it as a separate dispatch. This will of course mean that you will have to create a new function in the perl code which you use in the sdtMacroString addDispatch call instead of \&cliQuery. -- erland Erland Isaksson 'My homepage' (http://erland.isaksson.info) (Install my plugins through Extension Downloader) (Developer of 'TrackStat, SQLPlayList, DynamicPlayList, Custom Browse, Custom Scan, Custom Skip, Multi Library, Title Switcher and Database Query plugins' (http://wiki.erland.isaksson.info/index.php/Category:SlimServer)) ------------------------------------------------------------------------ erland's Profile: http://forums.slimdevices.com/member.php?userid=3124 View this thread: http://forums.slimdevices.com/showthread.php?t=77864 _______________________________________________ jive mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/jive
