Hello I followed the MiniDLNA tutorial and installed eveything, but on the TV under network I see my router but I can't see any of the pictures. Here is the log:

[2012/09/12 18:27:05] minidlna.c:899: warn: Starting MiniDLNA version 1.0.22 [SQLite 3.7.13].
[2012/09/12 18:27:07] inotify.c:189: warn: WARNING: Could not read inotify max_user_watches! Hopefully it is enough to cover 0 current directories plus any new ones ad
[2012/09/12 18:27:07] minidlna.c:991: warn: HTTP listening on port 8200
[2012/09/12 19:13:22] minidlna.c:153: warn: received signal 15, good-bye
[2012/09/12 19:22:59] minidlna.c:899: warn: Starting MiniDLNA version 1.0.22 [SQLite 3.7.13].
[2012/09/12 19:22:59] minidlna.c:991: warn: HTTP listening on port 8200
[2012/09/12 19:22:59] inotify.c:189: warn: WARNING: Could not read inotify max_user_watches! Hopefully it is enough to cover 0 current directories plus any new ones ad
[2012/09/12 19:25:59] minidlna.c:153: warn: received signal 15, good-bye

Here is my config file:

port=8200
network_interface=br0
media_dir=P,/tmp/harddisk/transmission/download/Photos
friendly_name=ASUS
db_dir=/opt/var/cache/minidlna
log_dir=/opt/var/log
album_art_names=Cover.jpg/cover.jpg/AlbumArtSmall.jpg/albumartsmall.jpg/AlbumArt.jpg/albumart.jpg/Album.jpg/album.jpg/Folder.jpg/folder.jpg/Thumb.jpg/thumb.jpg
inotify=yes
enable_tivo=no
strict_dlna=no
# default presentation url is http address on port 80
presentation_url=http://152.207.6.1:8200/

# notify interval in seconds. default is 895 seconds.
notify_interval=900

# serial and model number the daemon will report to clients
# in its XML description
serial=12345678
model_number=1

# specify the path to the MiniSSDPd socket
#minissdpdsocket=/var/run/minissdpd.sock

# use different container as root of the tree
# possible values:
# + "." - use standard container (this is the default)
# + "B" - "Browse Directory"
# + "M" - "Music"
# + "V" - "Video"
# + "P" - "Pictures"
# if you specify "B" and client device is audio-only then "Music/Folders" will be used as root
root_container=.

Default mount =
Filesystem Size Used Avail Use% Mounted on
rootfs 3.0M 3.0M 0 100% /
/dev/root 3.0M 3.0M 0 100% /
tmpfs 15M 200K 15M 2% /tmp
/dev/discs/disc1/part2
1.9G 406M 1.4G 23% /opt
/dev/discs/disc0/part3
230G 28G 202G 13% /tmp/mnt/disc0_3

But I read that we should use the mount from fsctab which is /tmp/harddisk/xxx and so forth. I am doing something wrong.

thanks in advance