I'm wondering how I can load additional .conf files via command line ?
I've tried putting them in a 'renderers' folder, putting them in the root of the PS3 Media Server folder, but they still don't get loaded at startup.
#!/bin/sh
PMS_HOME=/path/to/PMS
if [ -z "$1" ]; then
PMS_DIR=$PMS_HOME
else
PMS_DIR=`dirname $1`
fi
cd $PMS_DIR
$PMS_HOME/PMS.sh
Return to Linux Specific Support
Users browsing this forum: No registered users and 0 guests