From 93b9bb31ae2a2cd3a0821e4db92ce5c6e1143eb5 Mon Sep 17 00:00:00 2001 From: Pierre Neidhardt Date: Sun, 31 Aug 2014 17:45:39 +0200 Subject: [PATCH] minidlna: log and db paths seem to be mandatory --- .config/minidlna/minidlna.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/minidlna/minidlna.conf b/.config/minidlna/minidlna.conf index 4938ac1f..ba14c758 100644 --- a/.config/minidlna/minidlna.conf +++ b/.config/minidlna/minidlna.conf @@ -27,10 +27,10 @@ media_dir=/srv/dlna friendly_name=IlNumeroUno # 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 +db_dir=/home/peter/.config/minidlna/cache # set this if you would like to specify the directory where you want MiniDLNA to store its log file -# log_dir=/var/log +log_dir=/home/peter/.config/minidlna # set this to change the verbosity of the information that is logged # each section can use a different level: off, fatal, error, warn, info, or debug