Playlist Output Folder: (Playlist Output Folder)

You have a question or need an advice about how to do something? Ask it here!
Post Reply
Frank1977
Posts: 44
Joined: 16 Apr 2014 11:16
Playlist Output Folder: (Playlist Output Folder)

Post 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 4724 times
How can I changed this so it is always the same folder?

Frank
User avatar
radio42
Site Admin
Posts: 9139
Joined: 05 Apr 2012 16:26
Location: Hamburg, Germany
Contact:
Re: Playlist Output Folder: (Playlist Output Folder)

Post 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).
Frank1977
Posts: 44
Joined: 16 Apr 2014 11:16
Re: Playlist Output Folder: (Playlist Output Folder)

Post by Frank1977 »

Thanks for the reply and explain it too me,

I'm gonna change this to the right lines.

Frank

Post Reply