Quoting Craig <[EMAIL PROTECTED]>: > > Hi KDF > > Those changes that I made earlier in this thread don't seem to work > with Dan's version > > The code is in the plugin so I suspect it's to do with the custom > mapping > > ie > 7.hold = modefunction_PLUGIN.Random->tracks > 8.hold = modefunction_PLUGIN.Random->albums > 9.hold = modefunction_PLUGIN.Random->artists > > Is this because the plugin is now in a subdirectory?
Yes, exactly. Try: 7.hold = modefunction_PLUGIN.RandomPlay::Plugin->tracks 8.hold = modefunction_PLUGIN.RandomPlay::Plugin->albums 9.hold = modefunction_PLUGIN.RandomPlay::Plugin->artists -k _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/plugins
