2003-11-13 23:53:02 -05:00
|
|
|
@include hdr.html@
|
|
|
|
|
|
|
|
<h1>Configuration</h1>
|
|
|
|
|
2005-11-14 00:41:18 -05:00
|
|
|
<p class="description">
|
2004-01-26 23:54:43 -05:00
|
|
|
Note that the following fields will only be editable if the
|
|
|
|
configuration file itself is writable by the mt-daapd server. If you
|
|
|
|
make changes to these settings, they will not be reflected in the
|
|
|
|
running server. The server must be restarted for these values to
|
2005-11-14 00:41:18 -05:00
|
|
|
take effect.</p>
|
|
|
|
|
|
|
|
<form method="post" action="/config-update.html">
|
|
|
|
<table>
|
|
|
|
<tr>
|
|
|
|
<th>mt-daapd.conf</th>
|
|
|
|
<th class="config"><input type="submit" name="SUBMIT" value="Submit"/></th>
|
|
|
|
</tr>
|
2005-03-03 08:50:57 -05:00
|
|
|
<tr>
|
2005-11-14 00:41:18 -05:00
|
|
|
<td class="configname">Web Root</td>
|
|
|
|
<td class="configdata"><input class="text" type="text" @READONLY@ name="WEB_ROOT" size="80" value="@WEB_ROOT@" /></td>
|
2005-03-03 08:50:57 -05:00
|
|
|
</tr>
|
|
|
|
<tr>
|
2005-11-14 00:41:18 -05:00
|
|
|
<td class="configname">Playlist File</td>
|
|
|
|
<td class="configdata"><input class="text" type="text" @READONLY@ name="PLAYLIST" size="80" value="@PLAYLIST@" /></td>
|
2005-03-03 08:50:57 -05:00
|
|
|
</tr>
|
|
|
|
<tr>
|
2005-11-14 00:41:18 -05:00
|
|
|
<td class="configname">MP3 Directory</td>
|
|
|
|
<td class="configdata"><input class="text" type="text" @READONLY@ name="MP3_DIR" size="80" value="@MP3_DIR@" /></td>
|
2005-03-03 08:50:57 -05:00
|
|
|
</tr>
|
|
|
|
<tr>
|
2005-11-14 00:41:18 -05:00
|
|
|
<td class="configname">Database Directory</td>
|
|
|
|
<td class="configdata"><input class="text" type="text" @READONLY@ name="DB_DIR" size="80" value="@DB_DIR@" /></td>
|
2005-03-03 08:50:57 -05:00
|
|
|
</tr>
|
|
|
|
<tr>
|
2005-11-14 00:41:18 -05:00
|
|
|
<td class="configname">Compilation Directories</td>
|
|
|
|
<td class="configdata"><input class="text" type="text" @READONLY@ name="COMPDIRS" size="80" value="@COMPDIRS@" /></td>
|
2005-03-03 08:50:57 -05:00
|
|
|
</tr>
|
|
|
|
<tr>
|
2005-11-14 00:41:18 -05:00
|
|
|
<td class="configname">Logfile</td>
|
|
|
|
<td class="configdata"><input class="text" type="text" @READONLY@ name="LOGFILE" size="80" value="@LOGFILE@" /></td>
|
2005-03-03 08:50:57 -05:00
|
|
|
</tr>
|
|
|
|
<tr>
|
2005-11-14 00:41:18 -05:00
|
|
|
<td class="configname">Art Filename</td>
|
|
|
|
<td class="configdata"><input class="text" type="text" @READONLY@ name="ART_FILENAME" size="80" value="@ART_FILENAME@" /></td>
|
2005-03-03 08:50:57 -05:00
|
|
|
</tr>
|
|
|
|
<tr>
|
2005-11-14 00:41:18 -05:00
|
|
|
<td class="configname">Port</td>
|
|
|
|
<td class="configdata"><input class="text" type="text" @READONLY@ name="PORT" value="@PORT@" />
|
|
|
|
The port the server should run at; default is 3689.</td>
|
2005-03-03 08:50:57 -05:00
|
|
|
</tr>
|
|
|
|
<tr>
|
2005-11-14 00:41:18 -05:00
|
|
|
<td class="configname">Server Name</td>
|
|
|
|
<td class="configdata"><input class="text" type="text" @READONLY@ name="SERVERNAME" value="@SERVERNAME@" />
|
|
|
|
the name iTunes and other daap clients should see.</td>
|
2005-03-03 08:50:57 -05:00
|
|
|
</tr>
|
|
|
|
<tr>
|
2005-11-14 00:41:18 -05:00
|
|
|
<td class="configname">Run As</td>
|
|
|
|
<td class="configdata"><input class="text" type="text" @READONLY@ name="RUNAS" value="@RUNAS@" /></td>
|
2005-03-03 08:50:57 -05:00
|
|
|
</tr>
|
|
|
|
<tr>
|
2005-11-14 00:41:18 -05:00
|
|
|
<td class="configname">Admin Password</td>
|
|
|
|
<td class="configdata"><input class="text" type="text" @READONLY@ name="ADMIN_PW" value="@ADMIN_PW@" />
|
|
|
|
The password for this administration interface.</td>
|
2005-03-03 08:50:57 -05:00
|
|
|
</tr>
|
|
|
|
<tr>
|
2005-11-14 00:41:18 -05:00
|
|
|
<td class="configname">MP3 Password</td>
|
|
|
|
<td class="configdata"><input class="text" type="text" @READONLY@ name="PASSWORD" value="@PASSWORD@" />
|
|
|
|
The password clients need to access this server.</td>
|
2005-03-03 08:50:57 -05:00
|
|
|
</tr>
|
|
|
|
<tr>
|
2005-11-14 00:41:18 -05:00
|
|
|
<td class="configname">Extensions</td>
|
|
|
|
<td class="configdata"><input class="text" type="text" @READONLY@ name="EXTENSIONS" value="@EXTENSIONS@" /></td>
|
2005-03-03 08:50:57 -05:00
|
|
|
</tr>
|
|
|
|
<tr>
|
2005-11-14 00:41:18 -05:00
|
|
|
<td class="configname">Rescan Interval</td>
|
|
|
|
<td class="configdata"><input class="text" type="text" @READONLY@ name="RESCAN_INTERVAL" value="@RESCAN_INTERVAL@" />
|
|
|
|
How often should mt-daapd look for new files? In seconds.</td>
|
2005-03-03 08:50:57 -05:00
|
|
|
</tr>
|
|
|
|
<tr>
|
2005-11-14 00:41:18 -05:00
|
|
|
<td class="configname">Scan Type</td>
|
|
|
|
<td class="configdata"><input class="text" type="text" @READONLY@ name="SCAN_TYPE" value="@SCAN_TYPE@" /></td>
|
2005-03-03 08:50:57 -05:00
|
|
|
</tr>
|
|
|
|
<tr>
|
2005-11-14 00:41:18 -05:00
|
|
|
<td class="configname">Always Scan</td>
|
|
|
|
<td class="configdata"><input class="text" type="text" @READONLY@ name="ALWAYS_SCAN" value="@ALWAYS_SCAN@" /></td>
|
2005-03-03 08:50:57 -05:00
|
|
|
</tr>
|
|
|
|
<tr>
|
2005-11-14 00:41:18 -05:00
|
|
|
<td class="configname">Compress</td>
|
|
|
|
<td class="configdata"><input class="text" type="text" @READONLY@ name="COMPRESS" value="@COMPRESS@" />
|
|
|
|
Should browsing data be compressed on the way to the client?</td>
|
2005-03-03 08:50:57 -05:00
|
|
|
</tr>
|
2005-07-14 16:02:08 -04:00
|
|
|
<tr>
|
2005-11-14 00:41:18 -05:00
|
|
|
<td class="configname">Process .m3u Files</td>
|
|
|
|
<td class="configdata"><input class="text" type="text" @READONLY@ name="PROCESS_M3U" value="@PROCESS_M3U@" />
|
|
|
|
Should m3u files be processed as playlists?</td>
|
2005-07-14 16:02:08 -04:00
|
|
|
</tr>
|
|
|
|
<tr>
|
2005-11-14 00:41:18 -05:00
|
|
|
<td class="configname">Debug Level</td>
|
|
|
|
<td class="configdata"><input class="text" type="text" @READONLY@ name="DEBUGLEVEL" value="@DEBUGLEVEL@" />
|
|
|
|
Possible values are 0 to 9, 9 being the most detailed debug level.</td>
|
2005-07-14 16:02:08 -04:00
|
|
|
</tr>
|
2005-11-14 00:41:18 -05:00
|
|
|
</table>
|
|
|
|
</form>
|
2003-11-13 23:53:02 -05:00
|
|
|
|
|
|
|
@include ftr.html@
|