Page 1 of 1

Playlist Output Folder: (Playlist Output Folder)

Posted: 16 Apr 2015 00:56
by Frank1977
Hi Bernd,

Question:

Evertime I import a logfile from a music 1 with the Program schedule log importer.
I always must select the "Playlist Output Folder" again, Is this not autmaticly saved once I selected this?

now is always: C:\Users\Frank\AppData\Roaming\radio42\ProppFrexx ONAIR\3.0\Music1 ProppFrexx

See below:
Program Schedule Log Importer.gif
Program Schedule Log Importer.gif (119.58 KiB) Viewed 4727 times
How can I changed this so it is always the same folder?

Frank

Re: Playlist Output Folder: (Playlist Output Folder)

Posted: 16 Apr 2015 20:17
by radio42
Within the ProppFrexx AppUserData folder you will find a file called “ProppFrexx ONAIR.importformats“.
This file contains the definition of the respective import formats, i.e. also for Music 1.
It is extensible and configurable and is saved in plain XML format.

For Music 1 please locate the section starting with the line:

Code: Select all

<format name="Music1 ProppFrexx" ...
The attribute "name=" will denote the name of your import format.
Now look out for the group starting with:

Code: Select all

<options>
and find an entry called:

Code: Select all

<option name="ImportPlaylistOutputFolder" value="" />
This option specifies (as the name suggests) the default output folder name for playlists.
You can simply modify this option value and specify your folder of choice, e.g.:

Code: Select all

<option name="ImportPlaylistOutputFolder" value="C:\My Playlists\Import" />
Then save the file.

Before doing any modification, I suggest to make a backup of the file (just in case you need to restore it later).

Re: Playlist Output Folder: (Playlist Output Folder)

Posted: 18 Apr 2015 12:59
by Frank1977
Thanks for the reply and explain it too me,

I'm gonna change this to the right lines.

Frank