2006-05-10 13:37:29 -04:00
|
|
|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
|
|
|
<config>
|
|
|
|
<section name="Server">
|
2006-06-04 14:03:10 -04:00
|
|
|
<item id="general:servername" restart="true">
|
2006-05-10 13:37:29 -04:00
|
|
|
<name>Server Name</name>
|
|
|
|
<short_description>
|
|
|
|
The name iTunes and other daap clients should see
|
|
|
|
</short_description>
|
|
|
|
<long_description>
|
2006-06-11 17:52:37 -04:00
|
|
|
This is both the name of the server as advertised via Bonjour, and the
|
2006-05-10 16:14:11 -04:00
|
|
|
name of the database exported via DAAP. Also know as "What shows up in
|
|
|
|
iTunes".
|
2006-05-10 13:37:29 -04:00
|
|
|
</long_description>
|
2006-05-20 17:51:14 -04:00
|
|
|
<type size="20">text</type>
|
2006-05-10 13:37:29 -04:00
|
|
|
</item>
|
2006-06-04 14:03:10 -04:00
|
|
|
<item id="general:web_root" advanced="true" required="true" restart="true">
|
2006-05-10 13:37:29 -04:00
|
|
|
<name>Web Root</name>
|
|
|
|
<short_description></short_description>
|
2006-05-20 17:51:14 -04:00
|
|
|
<type size="80" browse="directory">text</type>
|
2006-05-10 13:37:29 -04:00
|
|
|
</item>
|
2006-06-04 14:03:10 -04:00
|
|
|
<item id="general:port" advanced="true" required="true" restart="true">
|
2006-05-10 13:37:29 -04:00
|
|
|
<name>Port</name>
|
|
|
|
<short_description>
|
|
|
|
The port the server should run at; default is 3689
|
|
|
|
</short_description>
|
2006-05-20 17:51:14 -04:00
|
|
|
<type size="20">text</type>
|
2006-05-10 13:37:29 -04:00
|
|
|
</item>
|
2006-06-04 14:03:10 -04:00
|
|
|
<item id="general:logfile">
|
2006-05-10 13:37:29 -04:00
|
|
|
<name>Logfile</name>
|
|
|
|
<short_description></short_description>
|
2006-05-20 17:51:14 -04:00
|
|
|
<type size="80" browse="file">text</type>
|
2006-05-10 13:37:29 -04:00
|
|
|
</item>
|
2006-06-04 14:03:10 -04:00
|
|
|
<item id="general:runas" advanced="true" required="true" restart="true">
|
2006-05-10 13:37:29 -04:00
|
|
|
<name>Run As</name>
|
|
|
|
<short_description></short_description>
|
2006-05-20 17:51:14 -04:00
|
|
|
<type size="20">text</type>
|
2006-05-10 13:37:29 -04:00
|
|
|
</item>
|
2006-06-04 14:03:10 -04:00
|
|
|
<item id="general:admin_pw" required="true">
|
2006-05-10 13:37:29 -04:00
|
|
|
<name>Admin password</name>
|
|
|
|
<short_description>
|
|
|
|
The password for this administration interface.
|
|
|
|
</short_description>
|
2006-05-20 17:51:14 -04:00
|
|
|
<type size="20">text</type>
|
2006-05-10 13:37:29 -04:00
|
|
|
</item>
|
2006-06-04 14:03:10 -04:00
|
|
|
<item id="general:password">
|
2006-06-11 17:52:37 -04:00
|
|
|
<name>Music Password</name>
|
2006-05-10 13:37:29 -04:00
|
|
|
<short_description>
|
|
|
|
The password clients need to access this server.
|
|
|
|
</short_description>
|
2006-05-20 17:51:14 -04:00
|
|
|
<type size="20">text</type>
|
2006-05-10 13:37:29 -04:00
|
|
|
</item>
|
2006-06-04 14:03:10 -04:00
|
|
|
<item id="general:compress" advanced="true">
|
2006-05-10 13:37:29 -04:00
|
|
|
<name>Compress</name>
|
|
|
|
<short_description>
|
|
|
|
Should browsing data be compressed on the way to the client?
|
|
|
|
</short_description>
|
2006-05-20 19:25:46 -04:00
|
|
|
<type default_value="0">select</type>
|
2006-05-20 17:51:14 -04:00
|
|
|
<options>
|
|
|
|
<option value="0">No</option>
|
2006-05-20 19:25:46 -04:00
|
|
|
<option value="1">Yes</option>
|
2006-05-20 17:51:14 -04:00
|
|
|
</options>
|
2006-05-10 13:37:29 -04:00
|
|
|
</item>
|
2006-08-02 22:56:46 -04:00
|
|
|
<item id="general:truncate" advanced="true">
|
|
|
|
<name>Truncate Logfile</name>
|
|
|
|
<short_description>
|
|
|
|
Should the logfile get truncated on startup?
|
|
|
|
</short_description>
|
|
|
|
<type default_value="1">select</type>
|
|
|
|
<options>
|
|
|
|
<option value="0">No</option>
|
|
|
|
<option value="1">Yes</option>
|
|
|
|
</options>
|
|
|
|
</item>
|
|
|
|
|
2006-06-04 14:03:10 -04:00
|
|
|
<item id="general:debuglevel" advanced="true">
|
2006-05-10 13:37:29 -04:00
|
|
|
<name>Debug Level</name>
|
|
|
|
<short_description>
|
|
|
|
Possible values are 0 to 9, 9 being the most detailed debug level.
|
|
|
|
</short_description>
|
2006-05-20 19:25:46 -04:00
|
|
|
<type default_value="0">select</type>
|
2006-05-20 17:51:14 -04:00
|
|
|
<options>
|
|
|
|
<option value="0">0</option>
|
|
|
|
<option value="1">1</option>
|
|
|
|
<option value="2">2</option>
|
|
|
|
<option value="3">3</option>
|
|
|
|
<option value="4">4</option>
|
|
|
|
<option value="5">5</option>
|
|
|
|
<option value="6">6</option>
|
|
|
|
<option value="7">7</option>
|
|
|
|
<option value="8">8</option>
|
2006-05-20 19:25:46 -04:00
|
|
|
<option value="9">9</option>
|
2006-05-20 17:51:14 -04:00
|
|
|
</options>
|
2006-05-10 13:37:29 -04:00
|
|
|
</item>
|
|
|
|
</section>
|
|
|
|
|
2006-05-26 16:22:21 -04:00
|
|
|
<section name="Music Files">
|
2006-06-04 14:03:10 -04:00
|
|
|
<item id="general:mp3_dir" required="true">
|
2006-06-11 17:52:37 -04:00
|
|
|
<name>Music Folder</name>
|
2006-05-10 13:37:29 -04:00
|
|
|
<short_description></short_description>
|
2006-06-11 17:52:37 -04:00
|
|
|
<type size="80" multiple="true" add_item_label="Add music folder" browse="directory">text</type>
|
2006-05-10 13:37:29 -04:00
|
|
|
</item>
|
2006-06-04 14:03:10 -04:00
|
|
|
<item id="general:extensions">
|
2006-05-10 13:37:29 -04:00
|
|
|
<name>Extensions</name>
|
|
|
|
<short_description></short_description>
|
2006-05-20 17:51:14 -04:00
|
|
|
<type size="20">text</type>
|
2006-05-10 13:37:29 -04:00
|
|
|
</item>
|
2006-06-04 14:03:10 -04:00
|
|
|
<item id="general:playlist">
|
2006-05-10 13:37:29 -04:00
|
|
|
<name>Playlist File</name>
|
|
|
|
<short_description></short_description>
|
2006-05-20 17:51:14 -04:00
|
|
|
<type size="80" browse="file">text</type>
|
2006-05-10 13:37:29 -04:00
|
|
|
</item>
|
2006-06-04 14:03:10 -04:00
|
|
|
<item id="general:process_m3u">
|
2006-05-10 13:37:29 -04:00
|
|
|
<name>Process .m3u Files</name>
|
|
|
|
<short_description>
|
|
|
|
Should m3u files be processed as playlists?
|
|
|
|
</short_description>
|
2006-05-20 19:25:46 -04:00
|
|
|
<type default_value="0">select</type>
|
2006-05-20 17:51:14 -04:00
|
|
|
<options>
|
|
|
|
<option value="0">No</option>
|
2006-05-20 19:25:46 -04:00
|
|
|
<option value="1">Yes</option>
|
2006-05-20 17:51:14 -04:00
|
|
|
</options>
|
2006-05-10 13:37:29 -04:00
|
|
|
</item>
|
2006-06-04 14:03:10 -04:00
|
|
|
<item id="general:compdirs" advanced="true">
|
2006-05-10 13:37:29 -04:00
|
|
|
<name>Compilation Directories</name>
|
|
|
|
<short_description></short_description>
|
2006-05-20 17:51:14 -04:00
|
|
|
<type size="80" multiple="true" add_item_label="Add compilation directory" browse="directory">text</type>
|
2006-05-10 13:37:29 -04:00
|
|
|
</item>
|
|
|
|
</section>
|
2006-06-04 15:28:12 -04:00
|
|
|
<section name="Scanning" advanced="true">
|
|
|
|
<item id="scanning:process_xml">
|
2006-05-29 07:52:49 -04:00
|
|
|
<name>Process xmlFiles</name>
|
|
|
|
<short_description>
|
|
|
|
Should iTunes xml-files be processed?
|
|
|
|
</short_description>
|
|
|
|
<type default_value="1">select</type>
|
|
|
|
<options>
|
|
|
|
<option value="0">No</option>
|
|
|
|
<option value="1">Yes</option>
|
|
|
|
</options>
|
|
|
|
</item>
|
2006-06-04 15:28:12 -04:00
|
|
|
<item id="scanning:ignore_appledouble">
|
2006-05-29 07:52:49 -04:00
|
|
|
<name>Ignore appledouble</name>
|
|
|
|
<short_description>
|
|
|
|
Skip appledouble files when scanning
|
|
|
|
</short_description>
|
|
|
|
<type default_value="1">select</type>
|
|
|
|
<options>
|
|
|
|
<option value="0">No</option>
|
|
|
|
<option value="1">Yes</option>
|
|
|
|
</options>
|
|
|
|
</item>
|
2006-06-04 15:28:12 -04:00
|
|
|
<item id="scanning:ignore_dotfiles">
|
2006-05-29 07:52:49 -04:00
|
|
|
<name>Ignore dotfiles</name>
|
|
|
|
<short_description>
|
|
|
|
Ignore unix hidden dot files
|
|
|
|
</short_description>
|
|
|
|
<type default_value="0">select</type>
|
|
|
|
<options>
|
|
|
|
<option value="0">No</option>
|
|
|
|
<option value="1">Yes</option>
|
|
|
|
</options>
|
|
|
|
</item>
|
2006-06-04 15:28:12 -04:00
|
|
|
<item id="scanning:concat_compilations">
|
2006-05-29 07:52:49 -04:00
|
|
|
<name>Group compilations</name>
|
|
|
|
<short_description>
|
2006-06-25 13:55:03 -04:00
|
|
|
Compilations are grouped under "Various artist"
|
2006-05-29 07:52:49 -04:00
|
|
|
</short_description>
|
|
|
|
<type default_value="0">select</type>
|
|
|
|
<options>
|
|
|
|
<option value="0">No</option>
|
|
|
|
<option value="1">Yes</option>
|
|
|
|
</options>
|
|
|
|
</item>
|
|
|
|
</section>
|
2006-05-17 10:28:39 -04:00
|
|
|
<section name="Database">
|
2006-06-04 14:03:10 -04:00
|
|
|
<item id="general:db_type" advanced="true" restart="true">
|
2006-05-10 13:37:29 -04:00
|
|
|
<name>Database Type</name>
|
|
|
|
<short_description></short_description>
|
2006-05-20 19:25:46 -04:00
|
|
|
<type default_value="sqlite">select</type>
|
|
|
|
<options>
|
2006-05-20 17:51:14 -04:00
|
|
|
<option value="sqlite">sqlite</option>
|
2006-05-20 19:25:46 -04:00
|
|
|
<option value="sqlite3">sqlite3</option>
|
2006-05-20 17:51:14 -04:00
|
|
|
</options>
|
2006-05-10 13:37:29 -04:00
|
|
|
</item>
|
2006-06-04 14:03:10 -04:00
|
|
|
<item id="general:db_parms" advanced="true" restart="true">
|
2006-05-10 13:37:29 -04:00
|
|
|
<name>Database Directory</name>
|
|
|
|
<short_description></short_description>
|
2006-05-20 17:51:14 -04:00
|
|
|
<type size="80" browse="directory">text</type>
|
2006-05-10 13:37:29 -04:00
|
|
|
</item>
|
2006-06-04 14:03:10 -04:00
|
|
|
<item id="general:scan_type" restart="true">
|
2006-05-10 13:37:29 -04:00
|
|
|
<name>Scan Type</name>
|
|
|
|
<short_description></short_description>
|
2006-05-20 19:25:46 -04:00
|
|
|
<type default_value="2">select</type>
|
2006-05-20 17:51:14 -04:00
|
|
|
<options>
|
|
|
|
<option value="0">0 - Normal</option>
|
|
|
|
<option value="1">1 - Aggressive</option>
|
2006-05-20 19:25:46 -04:00
|
|
|
<option value="2">2 - Painfully aggressive</option>
|
2006-05-20 17:51:14 -04:00
|
|
|
</options>
|
2006-05-10 13:37:29 -04:00
|
|
|
</item>
|
2006-06-04 14:03:10 -04:00
|
|
|
<item id="general:rescan_interval" restart="true">
|
2006-05-10 13:37:29 -04:00
|
|
|
<name>Rescan Interval</name>
|
|
|
|
<short_description>
|
2006-06-25 13:55:03 -04:00
|
|
|
How often should Firefly look for new files? In seconds.
|
2006-05-10 13:37:29 -04:00
|
|
|
</short_description>
|
2006-05-20 17:51:14 -04:00
|
|
|
<type size="20">text</type>
|
2006-05-10 13:37:29 -04:00
|
|
|
</item>
|
2006-06-04 14:03:10 -04:00
|
|
|
<item id="general:always_scan" restart="true">
|
2006-05-10 13:37:29 -04:00
|
|
|
<name>Always Scan</name>
|
|
|
|
<short_description></short_description>
|
2006-05-20 19:25:46 -04:00
|
|
|
<type default_value="0">select</type>
|
2006-05-20 17:51:14 -04:00
|
|
|
<options>
|
|
|
|
<option value="0">No</option>
|
2006-05-20 19:25:46 -04:00
|
|
|
<option value="1">Yes</option>
|
2006-05-20 17:51:14 -04:00
|
|
|
</options>
|
2006-05-10 13:37:29 -04:00
|
|
|
</item>
|
2006-08-02 22:56:46 -04:00
|
|
|
<item id="scan:correct_order" advanced="true">
|
|
|
|
<name>Ordered Playlists</name>
|
|
|
|
<short_description>
|
|
|
|
Should playlists be returned in the order specified in
|
|
|
|
the playlist?
|
|
|
|
</short_description>
|
|
|
|
<type default_value="1">select</type>
|
|
|
|
<options>
|
|
|
|
<option value="0">No</option>
|
|
|
|
<option value="1">Yes</option>
|
|
|
|
</options>
|
|
|
|
</item>
|
2006-05-10 13:37:29 -04:00
|
|
|
</section>
|
2006-05-30 03:02:16 -04:00
|
|
|
|
2006-06-04 15:28:12 -04:00
|
|
|
<section name="Daap" advanced="true">
|
|
|
|
<item id="daap:empty_strings">
|
2006-05-29 07:52:49 -04:00
|
|
|
<name>Empty strings</name>
|
|
|
|
<short_description></short_description>
|
|
|
|
<type default_value="0">select</type>
|
|
|
|
<options>
|
|
|
|
<option value="0">No</option>
|
|
|
|
<option value="1">Yes</option>
|
|
|
|
</options>
|
|
|
|
</item>
|
2006-06-04 15:28:12 -04:00
|
|
|
<item id="daap:supports_update">
|
2006-05-29 07:52:49 -04:00
|
|
|
<name>Supports update</name>
|
|
|
|
<short_description></short_description>
|
|
|
|
<type default_value="1">select</type>
|
|
|
|
<options>
|
|
|
|
<option value="0">No</option>
|
|
|
|
<option value="1">Yes</option>
|
|
|
|
</options>
|
|
|
|
</item>
|
2006-06-04 15:28:12 -04:00
|
|
|
<item id="daap:supports_browse">
|
2006-05-31 15:57:14 -04:00
|
|
|
<name>Supports browse</name>
|
|
|
|
<short_description></short_description>
|
|
|
|
<type default_value="1">select</type>
|
|
|
|
<options>
|
|
|
|
<option value="0">No</option>
|
|
|
|
<option value="1">Yes</option>
|
|
|
|
</options>
|
|
|
|
</item>
|
|
|
|
|
2006-05-29 07:52:49 -04:00
|
|
|
</section>
|
2006-05-30 03:02:16 -04:00
|
|
|
|
2006-06-04 15:28:12 -04:00
|
|
|
<section name="Plugins" advanced="true">
|
|
|
|
<item id="plugins:plugin_dir" config_section="plugins" restart="true">
|
2006-05-10 16:14:11 -04:00
|
|
|
<name>Plugin Directory</name>
|
|
|
|
<short_description></short_description>
|
2006-05-20 17:51:14 -04:00
|
|
|
<type size="80" browse="directory">text</type>
|
2006-05-10 16:14:11 -04:00
|
|
|
</item>
|
2006-06-04 15:28:12 -04:00
|
|
|
<item id="plugins:plugins" config_section="plugins" restart="true">
|
2006-05-10 16:14:11 -04:00
|
|
|
<name>Plugins</name>
|
|
|
|
<short_description></short_description>
|
2006-05-20 17:51:14 -04:00
|
|
|
<type size="20" multiple="true" add_item_label="Add plugin">text</type>
|
2006-05-10 16:14:11 -04:00
|
|
|
</item>
|
|
|
|
</section>
|
|
|
|
|
2006-06-04 15:28:12 -04:00
|
|
|
<section name="Transcoding" advanced="true">
|
|
|
|
<item id="general:ssc_prog">
|
2006-05-10 13:37:29 -04:00
|
|
|
<name>SSC Program</name>
|
|
|
|
<short_description></short_description>
|
2006-05-20 17:51:14 -04:00
|
|
|
<type size="80" browse="file">text</type>
|
2006-05-10 13:37:29 -04:00
|
|
|
</item>
|
2006-06-04 15:28:12 -04:00
|
|
|
<item id="general:ssc_codectypes">
|
2006-05-10 13:37:29 -04:00
|
|
|
<name>SSC Codec Types</name>
|
|
|
|
<short_description></short_description>
|
2006-05-20 17:51:14 -04:00
|
|
|
<type size="80">text</type>
|
2006-05-10 13:37:29 -04:00
|
|
|
</item>
|
|
|
|
</section>
|
|
|
|
</config>
|