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