You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 14, 2020. It is now read-only.
Alexander Ryzhov edited this page Aug 26, 2015
·
12 revisions
when the USB disk is getting to slow mounted, you can use the following script to delay the minidlna start do not screw the mount points. Put following content to /jffs/scripts/post-mount:
#!/bin/sh
mountpoint=/tmp/mnt/DISK1
# the disk you use for media server
dlna_config=/tmp/mnt/DISK1/Scripts/minidlna.conf
# the configuration file created for minidlna to use the custom settings.
if [ $1 = $mountpoint ]
then
/usr/sbin/minidlna -f $dlna_config -R
fi
The minidlna.conf I took from the original provided from Asus like in example this: