Enable podcasts and compilation in config

This commit is contained in:
ejurgensen 2013-10-25 23:29:34 +02:00
parent 209d17c148
commit 63231eb850

View File

@ -31,18 +31,18 @@ library {
# names. If there is a match all items in the directory are marked as
# podcasts. Eg. if you index /srv/music, and your podcasts are in
# /srv/music/Podcasts, you can set this to "/Podcasts".
# podcasts = { "/Podcasts" }
podcasts = { "/Podcasts" }
# Directories containing compilations (eg soundtracks)
# For each directory that is indexed the path is matched against these
# names. If there is a match all items in the directory are marked as
# compilations.
# compilations = { "/Compilations" }
compilations = { "/Compilations" }
# Compilations usually have many artists, and if you don't want every
# artist to be listed when artist browsing in Remote, you can set
# a single name which will be used for all music in the compilation dir
# compilation_artist = "Various artists"
compilation_artist = "Various artists"
# Artwork file names (without file type extension)
# forked-daapd will look for jpg and png files with these base names