Hi there,
I installed minidlna on a stripped down b3 and changed the config file to point to my own video's dir (which is in a /home/user dir). The server shows up fine when I open e.g. windows media player but it has no files listed.
When I did a minidlna -d -R I could see it adding files.
Possible problems:
- the folder is a subfolder in a samba share ?
- some of the files are incomplete (it's a torrent download dir as well).
- in the log file I see errors for the incomplete files and something like this " WARNING: Inotify max_user_watches [8192] is low or close to the ..."
Could this cause the issue or are there other settings I should look at ? All files seem to have +r for all.
Tnx,
HnLn
Please note the new address for this forum : forum.excito.org. The old address redirects here but I don't know for how long. Thanks !
New user's registration have been closed due to high spamming and low trafic on this forum. Please contact forum admins directly if you need an account. Thanks !
minidlna problems
Re: minidlna problems
This is how i do.
Edit /etc/minidlna.conf with your preferred dirs.
Remove old dlna db..
Then start minidlna.
Then check the log..
Hope this helps..
Code: Select all
/etc/init.d/minidlna stop
Code: Select all
nano /etc/minidlna.conf
Code: Select all
rm /var/lib/minidlna/files.db
Code: Select all
/etc/init.d/minidlna start
Code: Select all
tail -f /var/log/minidlna.log
Last edited by jallee on 28 Aug 2011, 09:39, edited 1 time in total.
Re: minidlna problems
Tnx for the feedback, eventually I got it working (not sure how though
.
Some new questions though:
* minidlna is supposed to support subtitles ? I give them the same name as the video file but they don't seem to be picked up.
* thumbnails for video are not generated by minidlna, is there a package or script for this on a full bubba install (mine is stripped) ?
Tnx

Some new questions though:
* minidlna is supposed to support subtitles ? I give them the same name as the video file but they don't seem to be picked up.
* thumbnails for video are not generated by minidlna, is there a package or script for this on a full bubba install (mine is stripped) ?
Tnx
Re: minidlna problems
Check her http://sourceforge.net/projects/minidlna/forums it should work.HnLn wrote: * minidlna is supposed to support subtitles ? I give them the same name as the video file but they don't seem to be picked up.
I use this http://forums.debian.net/viewtopic.php?f=16&t=39342.HnLn wrote: * thumbnails for video are not generated by minidlna, is there a package or script for this on a full bubba install (mine is stripped) ?
Tnx