• SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

Rt-n66u minidlna rescan

kiesa1231

Regular Contributor
Hello all maybe possible disable minidlna rescan after every router reboot?.If minidlna files saved to hdd ext3 partition maybe possible stop every rescan when router reboots?But need leave new files fast discovery.Thanks for answers.
 
There are two minidlna threads on the next page which should cover it. Best to eject the drive really and in summary you need to disable in the web ui and manual start it without the -R switch in the command.
 
There are two minidlna threads on the next page which should cover it. Best to eject the drive really and in summary you need to disable in the web ui and manual start it without the -R switch in the command.

My /jffs/script/services-start is
#!/bin/sh

sleep 10
/opt/etc/init.d/rc.unslung start

sleep 10
/usr/sbin/minidlna -f /mnt/sda1/minidlna/minidlna.conf

It is ok?
 
Seems ok I can't comment on the unslung, but looking at your minidlna config path.

/mnt/sda1/minidlna/minidlna.conf

It would be better to label the storage as it might not be mounted as sda1 each time. Preferably use a no spaces label like Media unfortunately that change will require a rescan and updated paths in minidlna.conf so choose something you aren't going to want to change in a hurry.
 
Last edited:

Latest threads

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top