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

Got problems with your B2 or B3? Share and get helped!
Post Reply
HnLn
Posts: 28
Joined: 02 Aug 2011, 11:59

minidlna problems

Post by HnLn »

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
jallee
Posts: 49
Joined: 12 Jun 2009, 13:15

Re: minidlna problems

Post by jallee »

This is how i do.

Code: Select all

/etc/init.d/minidlna stop
Edit /etc/minidlna.conf with your preferred dirs.

Code: Select all

nano /etc/minidlna.conf
Remove old dlna db..

Code: Select all

rm /var/lib/minidlna/files.db
Then start minidlna.

Code: Select all

/etc/init.d/minidlna start
Then check the log..

Code: Select all

tail -f /var/log/minidlna.log
Hope this helps..
Last edited by jallee on 28 Aug 2011, 09:39, edited 1 time in total.
HnLn
Posts: 28
Joined: 02 Aug 2011, 11:59

Re: minidlna problems

Post by HnLn »

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
jallee
Posts: 49
Joined: 12 Jun 2009, 13:15

Re: minidlna problems

Post by jallee »

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.
Check her http://sourceforge.net/projects/minidlna/forums it should work.
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
I use this http://forums.debian.net/viewtopic.php?f=16&t=39342.
Post Reply