[config] Align right margin

This commit is contained in:
ejurgensen 2016-11-09 22:46:03 +01:00
parent 33c22a59b9
commit 79743267aa
1 changed files with 21 additions and 19 deletions

View File

@ -217,18 +217,19 @@ spotify {
# playlists you can set this option to true. # playlists you can set this option to true.
# base_playlist_disable = false # base_playlist_disable = false
# Spotify playlists usually have many artist, and if you don't want every # Spotify playlists usually have many artist, and if you don't want
# artist to be listed when artist browsing in Remote, you can set the # every artist to be listed when artist browsing in Remote, you can set
# artist_override flag to true. This will use the compilation_artist as # the artist_override flag to true. This will use the compilation_artist
# album artist for spotify items that are not in the starred playlist. # as album artist for Spotify items.
# artist_override = false # artist_override = false
# Similar to the different artists in spotify playlists, the playlist items # Similar to the different artists in Spotify playlists, the playlist
# belong to different albums, and if you do not want every album to be listed # items belong to different albums, and if you do not want every album
# when browsing in Remote, you can set the album_override flag to true. This # to be listed when browsing in Remote, you can set the album_override
# will use the playlist name as album name for spotify items that are not in # flag to true. This will use the playlist name as album name for
# the starred playlist. Notice that if an item is in more than one playlist, # Spotify items. Notice that if an item is in more than one playlist,
# it will only appear in one album when browsing (in which album is random). # it will only appear in one album when browsing (in which album is
# random).
# album_override = false # album_override = false
} }
@ -238,21 +239,22 @@ mpd {
# Default port is 6600, set to 0 to disable MPD support. # Default port is 6600, set to 0 to disable MPD support.
# port = 6600 # port = 6600
# HTTP port to listen for artwork requests (only supported by some MPD clients # HTTP port to listen for artwork requests (only supported by some MPD
# and will need additional configuration in the MPD client to work). # clients and will need additional configuration in the MPD client to
# Set to 0 to disable serving artwork over http. # work). Set to 0 to disable serving artwork over http.
# http_port = 0 # http_port = 0
# By default forked-daapd will - like iTunes - clear the playqueue if playback stops. # By default forked-daapd will - like iTunes - clear the playqueue if
# Setting clear_queue_on_stop_disable to true will keep the playlist like MPD does. # playback stops. Setting clear_queue_on_stop_disable to true will keep
# Note that some dacp clients do not show the playqueue if playback is stopped. # the playlist like MPD does. Note that some dacp clients do not show
# the playqueue if playback is stopped.
# clear_queue_on_stop_disable = false # clear_queue_on_stop_disable = false
} }
# 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
# changing them from the defaults may increase the possibility of database corruptions! # statements as changing them from the defaults may increase the possibility of
# By default the SQLite default values are used. # database corruptions! By default the SQLite default values are used.
sqlite { sqlite {
# Cache size in number of db pages for the library database # Cache size in number of db pages for the library database
# (SQLite default page size is 1024 bytes and cache size is 2000 pages) # (SQLite default page size is 1024 bytes and cache size is 2000 pages)