alextegg wrote: > Is there a programmatic way of switching submission on and off that I > could automate into the system?
Im running on linux, and have hacked the init script (which starts slimserver on boot) to use a sed script (below) to change the slimscrobbler account back to "hers". I just have to remember to change the account preference back before I listen to anything. You could use a similar approach even if you are running a different operating system which does not have sed handy sed -i "s/plugin_scrobbler_userid: myaccount/plugin_scrobbler_userid: heraccount/" /etc/slimserver/slimserver.pref _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/plugins
