|
|
@ -47,7 +47,7 @@ general { |
|
|
|
|
|
|
|
# When starting playback, autoselect speaker (if none of the previously |
|
|
|
# selected speakers/outputs are available) |
|
|
|
# speaker_autoselect = yes |
|
|
|
# speaker_autoselect = no |
|
|
|
|
|
|
|
# Most modern systems have a high-resolution clock, but if you are on an |
|
|
|
# unusual platform and experience audio drop-outs, you can try changing |
|
|
@ -157,6 +157,10 @@ library { |
|
|
|
# to trigger a rescan. |
|
|
|
# filescan_disable = false |
|
|
|
|
|
|
|
# Should metadata from m3u playlists, e.g. artist and title in EXTINF, |
|
|
|
# override the metadata we get from radio streams? |
|
|
|
# m3u_overrides = false |
|
|
|
|
|
|
|
# Should iTunes metadata override ours? |
|
|
|
# itunes_overrides = false |
|
|
|
|
|
|
@ -272,7 +276,15 @@ audio { |
|
|
|
# path = "/path/to/fifo" |
|
|
|
#} |
|
|
|
|
|
|
|
# AirPlay/Airport Express device settings |
|
|
|
# AirPlay settings common to all devices |
|
|
|
#airplay_shared { |
|
|
|
# UDP ports used when airplay devices make connections back to forked-daapd |
|
|
|
# (choosing specific ports may be helpful when running forked-daapd behind a firewall) |
|
|
|
# control_port = 0 |
|
|
|
# timing_port = 0 |
|
|
|
#} |
|
|
|
|
|
|
|
# AirPlay per device settings |
|
|
|
# (make sure you get the capitalization of the device name right) |
|
|
|
#airplay "My AirPlay device" { |
|
|
|
# forked-daapd's volume goes to 11! If that's more than you can handle |
|
|
@ -288,6 +300,11 @@ audio { |
|
|
|
# present. The speaker will remain until restart of forked-daapd. |
|
|
|
# permanent = false |
|
|
|
|
|
|
|
# Some devices spuriously disconnect during playback, and based on the |
|
|
|
# device type forked-daapd may attempt to reconnect. Setting this option |
|
|
|
# overrides this so reconnecting is either always enabled or disabled. |
|
|
|
# reconnect = false |
|
|
|
|
|
|
|
# AirPlay password |
|
|
|
# password = "s1kr3t" |
|
|
|
#} |
|
|
|