* When called with -R, only remove art_cache and files.db in case users use an imporant directory as their db dir.
* Touch up log directory handling. If there is no log dir, but there is a db dir, store the log in the db dir.
This commit is contained in:
@ -19,6 +19,9 @@ media_dir=/opt
|
||||
# set this if you would like to specify the directory where you want MiniDLNA to store its database and album art cache
|
||||
#db_dir=/var/cache/minidlna
|
||||
|
||||
# set this if you would like to specify the directory where you want MiniDLNA to store its log file
|
||||
#log_dir=/var/log
|
||||
|
||||
# this should be a list of file names to check for when searching for album art
|
||||
# note: names should be delimited with a forward slash ("/")
|
||||
album_art_names=Cover.jpg/cover.jpg/AlbumArtSmall.jpg/albumartsmall.jpg/AlbumArt.jpg/albumart.jpg/Album.jpg/album.jpg/Folder.jpg/folder.jpg/Thumb.jpg/thumb.jpg
|
||||
|
Reference in New Issue
Block a user