Alright, Here's the rest of the setup.
Create a folder at the same level as slimserver (for example, my slimserver in installed in /usr/local/slimserver so create /usr/local/conv_pl) and copy conv_pl.pl and conv_pl.ini in it. Make sure conv_pl.pl is executable (chmod +x conv_pl.pl) Next copy attached file (conv_pl again remove the .txt extension) in the /etc/init.d folder and again make sure the file is executable. In folder /etc/rc.d/rc2.d create a soft link to the conv_pl file (ln -s ../init.d/conv_pl S81conv_pl). Use a number that is just higher than your slimserver startup script, I used S80 myself. In folder /etc/rc.d/rc6.d create a soft link to the conv_pl file (ln -s ../init.d/conv_pl K29conv_pl). Use a number that is just lower than your slimserver startup script, I used K30 myself. If you wish to be able to start and stop the conv_pl.pl script manually from the command line, in folder /usr/local/bin create a soft link to the conv_pl file (ln -s /etc/init.d/conv_pl conv_pl) and then you'd be able to start it by typing "conv_pl start" or stop it by typing "conv_pl stop". The thing you need to do next is to set the conv_pl.ini file to reflect your setup. Let me know how it goes. Daniel +-------------------------------------------------------------------+ |Filename: conv_pl.txt | |Download: http://forums.slimdevices.com/attachment.php?attachmentid=1133| +-------------------------------------------------------------------+ -- dborn ------------------------------------------------------------------------ dborn's Profile: http://forums.slimdevices.com/member.php?userid=181 View this thread: http://forums.slimdevices.com/showthread.php?t=22522 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/plugins
