From 63231eb850c7429d006155fb94663876731dc81b Mon Sep 17 00:00:00 2001 From: ejurgensen Date: Fri, 25 Oct 2013 23:29:34 +0200 Subject: [PATCH] Enable podcasts and compilation in config --- forked-daapd.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/forked-daapd.conf b/forked-daapd.conf index e56842d9..a8f5efde 100644 --- a/forked-daapd.conf +++ b/forked-daapd.conf @@ -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