I think it only will refresh the playlists during rescan, so the easiest way is to perform a rescan with "rescan playlists only".
It is possible to start a rescan using the CLI by connecting to port 9090 and enter the correct command. So this should also make it possible to perform the rescan automatically at the end of the script that generates the playlists. I used this row to perform a full rescan using the CLI on my ubuntu linux, so you should be able to do something similar in your script: echo -e "wipecache\nexit\n" | telnet localhost 9090 >/dev/null 2>&1 -- erland Erland Isaksson 'My homepage' (http://erland.homeip.net) 'My download page' (http://erland.homeip.net/download) ------------------------------------------------------------------------ erland's Profile: http://forums.slimdevices.com/member.php?userid=3124 View this thread: http://forums.slimdevices.com/showthread.php?t=21627 _______________________________________________ Discuss mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/discuss
