mirror of
https://github.com/owntone/owntone-server.git
synced 2025-02-02 17:36:00 -05:00
add compress keyword to web interface
This commit is contained in:
parent
1e17bf8c41
commit
58b7043acd
@ -72,7 +72,10 @@ take effect.
|
|||||||
<TD>Always Scan</TD>
|
<TD>Always Scan</TD>
|
||||||
<TD><INPUT TYPE="TEXT" @READONLY@ NAME="ALWAYS_SCAN" VALUE="@ALWAYS_SCAN@"></TD>
|
<TD><INPUT TYPE="TEXT" @READONLY@ NAME="ALWAYS_SCAN" VALUE="@ALWAYS_SCAN@"></TD>
|
||||||
</TR>
|
</TR>
|
||||||
|
<TR>
|
||||||
|
<TD>Compress</TD>
|
||||||
|
<TD><INPUT TYPE="TEXT" @READONLY@ NAME="COMPRESS" VALUE="@COMPRESS@"></TD>
|
||||||
|
</TR>
|
||||||
<TR>
|
<TR>
|
||||||
<TD>Process .m3u Files</TD>
|
<TD>Process .m3u Files</TD>
|
||||||
<TD><INPUT TYPE="TEXT" @READONLY@ NAME="PROCESS_M3U" VALUE="@PROCESS_M3U@"></TD>
|
<TD><INPUT TYPE="TEXT" @READONLY@ NAME="PROCESS_M3U" VALUE="@PROCESS_M3U@"></TD>
|
||||||
|
@ -227,3 +227,21 @@ extensions .mp3,.m4a,.m4p
|
|||||||
|
|
||||||
# scan_type 0
|
# scan_type 0
|
||||||
|
|
||||||
|
#
|
||||||
|
# compress
|
||||||
|
#
|
||||||
|
# Whether to use gzip content-encoding when transferring playlists etc.
|
||||||
|
# This was contributed as a patch by Ciamac Moallemi just prior to the 0.2.1
|
||||||
|
# release, and as such, hasn't gotten as much testing as other features.
|
||||||
|
#
|
||||||
|
# This feature should substantially speed up transfers of large databases
|
||||||
|
# and playlists.
|
||||||
|
#
|
||||||
|
# It will eventually default to 1, but currently it defaults to 0.
|
||||||
|
#
|
||||||
|
|
||||||
|
# compress 0
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user