I'm interested in becoming more familiar with postconf, so I thought I'd start out with minidlna.postconf and use it to add a video path.
I created minidlna.postconf with a text editor, Notepad to be precise, with the following:
...copied the file to /jffs/scripts and made it executable:
After rebooting the router (AC66U 376.48_3), I cannot see the video share. Am I missing a step?
I created minidlna.postconf with a text editor, Notepad to be precise, with the following:
Code:
#!/bin/sh
CONFIG=$1
source /usr/sbin/helper.sh
pc_append "media_dir=V,/mnt/MEDIAEXT3/video" $CONFIG
...copied the file to /jffs/scripts and made it executable:
Code:
chmod a+rx /jffs/scripts/minidlna.postconf
After rebooting the router (AC66U 376.48_3), I cannot see the video share. Am I missing a step?