|
@@ -14,7 +14,7 @@ general {
|
14
|
14
|
uid = "daapd"
|
15
|
15
|
|
16
|
16
|
# Database location
|
17
|
|
-# db_path = "/var/cache/forked-daapd/songs3.db"
|
|
17
|
+ db_path = "/var/cache/forked-daapd/songs3.db"
|
18
|
18
|
|
19
|
19
|
# Log file and level
|
20
|
20
|
# Available levels: fatal, log, warning, info, debug, spam
|
|
@@ -28,7 +28,7 @@ general {
|
28
|
28
|
ipv6 = no
|
29
|
29
|
|
30
|
30
|
# Location of cache database
|
31
|
|
-# cache_path = "/var/cache/forked-daapd/cache.db"
|
|
31
|
+ cache_path = "/var/cache/forked-daapd/cache.db"
|
32
|
32
|
|
33
|
33
|
# DAAP requests that take longer than this threshold (in msec) get their
|
34
|
34
|
# replies cached for next time. Set to 0 to disable caching.
|
|
@@ -78,6 +78,12 @@ library {
|
78
|
78
|
# (changing this setting only takes effect after rescan, see the README)
|
79
|
79
|
compilation_artist = "Various artists"
|
80
|
80
|
|
|
81
|
+ # Internet streams in your playlists will by default be shown in the
|
|
82
|
+ # "Radio" library, like iTunes does. However, some clients (like
|
|
83
|
+ # TunesRemote+) won't show the "Radio" library. If you would also like
|
|
84
|
+ # to have them shown like normal playlists, you can enable this option.
|
|
85
|
+# radio_playlists = false
|
|
86
|
+
|
81
|
87
|
# There are 5 default playlists: "Library", "Music", "Movies", "TV Shows"
|
82
|
88
|
# and "Podcasts". Here you can change the names of these playlists.
|
83
|
89
|
# name_library = "Library"
|
|
@@ -86,6 +92,7 @@ library {
|
86
|
92
|
# name_tvshows = "TV Shows"
|
87
|
93
|
# name_podcasts = "Podcasts"
|
88
|
94
|
# name_audiobooks = "Audiobooks"
|
|
95
|
+# name_radio = "Radio"
|
89
|
96
|
|
90
|
97
|
# Artwork file names (without file type extension)
|
91
|
98
|
# forked-daapd will look for jpg and png files with these base names
|
|
@@ -152,19 +159,6 @@ audio {
|
152
|
159
|
# password = "s1kr3t"
|
153
|
160
|
#}
|
154
|
161
|
|
155
|
|
-# Spotify settings (only have effect if Spotify enabled - see README/INSTALL)
|
156
|
|
-spotify {
|
157
|
|
- # Directory where user settings should be stored (credentials)
|
158
|
|
-# settings_dir = "/var/cache/forked-daapd/libspotify"
|
159
|
|
-
|
160
|
|
- # Cache directory
|
161
|
|
-# cache_dir = "/tmp"
|
162
|
|
-
|
163
|
|
- # Set preferred bitrate for music streaming
|
164
|
|
- # 0: No preference (default), 1: 96kbps, 2: 160kbps, 3: 320kbps
|
165
|
|
-# bitrate = 0
|
166
|
|
-}
|
167
|
|
-
|
168
|
162
|
# SQLite configuration (allows to modify the operation of the SQLite databases)
|
169
|
163
|
# Make sure to read the SQLite documentation for the corresponding PRAGMA statements as
|
170
|
164
|
# changing them from the defaults may increase the possibility of database corruptions!
|