Setup PF in a network environment
Posted: 04 Feb 2016 14:38
I updated to v4 and I am trying to setup PF in a network. What I want is to have a PF instance on a networked pc to create playlists, schedule programs, overlays etc. (what exactly I do on my onair pc). I am using MLS.
I don't know if there is an easier solution than what I had done in version 3:
I created 2 shared folders (one for my music and one for application data) and created mapped drives on them:
Then I created the following folders (I don't want to have that folders under the hidden AppData, because I backup them to my backup OnAir PC2):
In shortcut properties of MLS use:
In shortcut properties of PF OnAir use:
In PF Settings use:
On my networked pc I map the drives
and then I start PF
That works but I don't know if there is a better solution.
I don't know if there is an easier solution than what I had done in version 3:
I created 2 shared folders (one for my music and one for application data) and created mapped drives on them:
Code: Select all
net use M: "\\192.168.1.1\Music"
net use S: "\\192.168.1.1\Radio"Code: Select all
"S:\proppfrexx\Config\MLS"
"S:\proppfrexx\Config\OnAir"
"S:\proppfrexx\Config\Global"
"S:\proppfrexx\Log\Global"
"S:\proppfrexx\Log\Played"
"S:\proppfrexx\Log\Playlist"
"S:\proppfrexx\Log\Scripts"
"S:\proppfrexx\Recordings\Auto"
"S:\proppfrexx\Recordings\Manual"
"S:\proppfrexx\Scheduler"
"S:\proppfrexx\Scripts"
"S:\proppfrexx\Advertising"Code: Select all
"C:\Program Files (x86)\radio42\ProppFrexx ONAIR\3.0\ProppFrexx MediaLibraryServer.exe" -config "S:\proppfrexx\Config\MLS"Code: Select all
"C:\Program Files (x86)\radio42\ProppFrexx ONAIR\3.0\ProppFrexx ONAIR.exe" -usbReg -config "S:\proppfrexx\Config\OnAir" -globalconfig "S:\proppfrexx\Config\Global" -debugCode: Select all
Folders/libraries->Media Libraries:
Auto playlist path: S:\proppfrexx\Playlist libraries\Media
Cartwall libraries:
Auto playlist path: S:\proppfrexx\Playlist libraries\Cardwall
Encoding/Recording->Encoder Settings:
Enc Output path "S:\proppfrexx\Recordings\Manual"
Recording Settings: "S:\proppfrexx\Recordings\Auto"
In Logging
Global logging->Log file path "S:\proppfrexx\Log\Global"
Playlist logging->Log file path "S:\proppfrexx\Log\Playlist"
In Scripts/Scheduler
Script Libraty path: "S:\proppfrexx\Scripts"
Scheduler calendar: "S:\proppfrexx\Scheduler\ProppFrexx ONAIR.calendar"
Advertising storage: "S:\proppfrexx\Advertising"Code: Select all
net use M: "\\192.168.1.1\Music"
net use S: "\\192.168.1.1\Radio"Code: Select all
"C:\Program Files (x86)\radio42\ProppFrexx ONAIR\3.0\ProppFrexx ONAIR.exe" -globalconfig "S:\proppfrexx\Config\Global" -debug