mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-26 07:05:57 -05:00
Enable podcasts and compilation in config
This commit is contained in:
parent
209d17c148
commit
63231eb850
@ -31,18 +31,18 @@ library {
|
|||||||
# names. If there is a match all items in the directory are marked as
|
# 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
|
# podcasts. Eg. if you index /srv/music, and your podcasts are in
|
||||||
# /srv/music/Podcasts, you can set this to "/Podcasts".
|
# /srv/music/Podcasts, you can set this to "/Podcasts".
|
||||||
# podcasts = { "/Podcasts" }
|
podcasts = { "/Podcasts" }
|
||||||
|
|
||||||
# Directories containing compilations (eg soundtracks)
|
# Directories containing compilations (eg soundtracks)
|
||||||
# For each directory that is indexed the path is matched against these
|
# 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
|
# names. If there is a match all items in the directory are marked as
|
||||||
# compilations.
|
# compilations.
|
||||||
# compilations = { "/Compilations" }
|
compilations = { "/Compilations" }
|
||||||
|
|
||||||
# Compilations usually have many artists, and if you don't want every
|
# Compilations usually have many artists, and if you don't want every
|
||||||
# artist to be listed when artist browsing in Remote, you can set
|
# 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
|
# 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)
|
# 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
|
||||||
|
Loading…
Reference in New Issue
Block a user