Talk:MiniDLNA for Stora
Is it possible for you to update the guide for miniDLNA v1.0.20?
I updated my NAS with 1.0.18 with the help of this guide, but some missing parts seems corrected in version 1.0.20 for my Samsung TV.
Hopefully, you'll find sometime for this.
- I've added a version 1.0.22 binary to the thread -- Craigchambers
I've been a long term user of miniDLNA and have just acquired a Stora for my parents-in-law. Instead of forcing a rescan as listed in the article, I simply...
- stop the server
- delete /tmp/minidlna/files.db
- start the server
Hi, thanks for this. Are these line correct?
run minidlna in debug mode: /usr/sbin/minidlna -f /etc/miniupnpd/minidlna.conf -d
rebuild minidlna database: /usr/sbin/minidlna -f /etc/miniupnpd/minidlna.conf -R –d
I moved the options;
run minidlna in debug mode: /usr/sbin/minidlna -d -f /etc/miniupnpd/minidlna.conf
rebuild minidlna database: /usr/sbin/minidlna -R –d -f /etc/miniupnpd/minidlna.conf
And now they work, is this just my build of minidlna or is it a typo?
Thanks, Derry
- I think you're correct. Also, for rebuilding the database (alone) there's no need for the -d on the second line -- Craigchambers