Making PS3 Media Server Run As A Service
Sunday, June 27th, 2010So we moved our media center into the basement and are now using an XBox 360 and a PS3 as our media hubs. The XBox360 works great as a media center extender but we lost access to our videos as the XBox doesn’t handle divx very well.
PS3 Media Server to the rescue.
Download the latest (1.20 beta), Start it up, and point it to our media. Transcoding as needed and everything is working great. From old divx to new mkv at 1080i, everything is kosher.
Now I needed to get everything running as a service.
See http://gist.github.com/455483 for the script. Place it in /etc/init.d/pms if you’re running debian/ubuntu. Might symlink it into /etc/rc2.d if you want it to start up automatically.
Right now it’s still in my home directory, but modify what you need if you want it in /usr/local/bin YMMV
