mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-10 14:09:51 -05:00
update .nsi for rsp
This commit is contained in:
@@ -1,13 +1,8 @@
|
||||
# $Id$
|
||||
# This is the Firefly Media Server config file.
|
||||
#
|
||||
# This is the mt-daapd config file.
|
||||
# Note that any changes made to this file will require the server to be
|
||||
# shut down and restarted
|
||||
#
|
||||
# If you have problems or questions with the format of this file,
|
||||
# direct your questions to rpedde@users.sourceforge.net.
|
||||
#
|
||||
# You can also check the website at http://mt-daapd.sourceforge.net,
|
||||
# as there is a growing documentation library there, peer-supported
|
||||
# forums and possibly more.
|
||||
#
|
||||
|
||||
|
||||
@@ -41,7 +36,7 @@ port=9999
|
||||
# This is the password to the administrative pages
|
||||
#
|
||||
|
||||
admin_pw=mt-daapd
|
||||
admin_pw=firefly
|
||||
|
||||
|
||||
#
|
||||
@@ -50,8 +45,9 @@ admin_pw=mt-daapd
|
||||
# This is what kind of backend database to store the song
|
||||
# info in. Valid choices are "sqlite" and "sqlite3".
|
||||
#
|
||||
# sqlite seems to be more stable.
|
||||
|
||||
db_type=sqlite3
|
||||
db_type=sqlite
|
||||
|
||||
#
|
||||
# db_parms
|
||||
@@ -85,7 +81,7 @@ mp3_dir=c:\mp3
|
||||
# exported via DAAP. Also know as "What shows up in iTunes".
|
||||
#
|
||||
|
||||
servername=mt-daapd
|
||||
servername=Firefly Media Server
|
||||
|
||||
#
|
||||
# runas (required)
|
||||
@@ -220,7 +216,7 @@ extensions=.mp3,.m4a,.m4p
|
||||
#
|
||||
#
|
||||
|
||||
#rescan_interval 300
|
||||
#rescan_interval = 300
|
||||
|
||||
# always_scan
|
||||
#
|
||||
@@ -231,7 +227,7 @@ extensions=.mp3,.m4a,.m4p
|
||||
# 24x7. Forcing a scan through the web interface will always work
|
||||
# though, even if no users are connected.
|
||||
|
||||
# always_scan 0
|
||||
# always_scan = 0
|
||||
|
||||
#
|
||||
# process_m3u
|
||||
@@ -247,7 +243,7 @@ extensions=.mp3,.m4a,.m4p
|
||||
# I'm not sure "unixly" is a word, but you get the idea.
|
||||
#
|
||||
|
||||
# process_m3u 0
|
||||
process_m3u = 1
|
||||
|
||||
#
|
||||
# scan_type
|
||||
@@ -292,6 +288,9 @@ scan_type=2
|
||||
|
||||
# compress 0
|
||||
|
||||
[plugins]
|
||||
plugin_dir = .
|
||||
plugins = rsp.dll
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user