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 !
DLNA
Re: DLNA
Ssh in to the bubba and edit minidlna.conf.kjellped wrote:The Server shows in the Server list on my Onkyo 807 AV receiver but I cannot get access to the files.
( But I see all folders ). (DLNA) What can be wrong ?
brdgs
It should look something like this as root..
Code: Select all
#cat /etc/minidlna.conf
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
media_dir=P,/home/storage/pictures
media_dir=A,/home/storage/music
media_dir=V,/home/storage/video
serial=12345678
inotify=yes
presentation_url=http://excito.com
port=8200
notify_interval=900
enable_tivo=no
network_interface=br0
friendly_name=Excito B3 DLNA Server
strict_dlna=no
model_number=1
Code: Select all
/etc/init.d/minidlna stop
rm /var/lib/minidlna/files.db
/etc/init.d/minidlna start
tail -f /var/log/minidlna.log
The lines who are important in minidlna.conf is
media_dir=P,/home/storage/pictures
media_dir=A,/home/storage/music
media_dir=V,/home/storage/video
the older minidlna did not honor this lines so i believe there are more than you, who must change their cfg file.

Re: DLNA
Ok.kjellped wrote:Thanks
but I do not Linux very much. What should I do?
brgds
Start whit this http://wiki.excito.org/wiki/index.php/T ... er_via_SSH
Then you have root access.
Then edit the minidlna.conf file using the editor nano http://wiki.excito.org/wiki/index.php/T ... _with_nano.
Tis is the command to write or copy and past in putty.
Code: Select all
nano /etc/minidlna.conf
media_dir=P,/home/storage/pictures
media_dir=A,/home/storage/music
media_dir=V,/home/storage/video
is written in the conf file if not edit the file..
Then stop minidlna whit.
Code: Select all
/etc/init.d/minidlna stop
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
Then you can log out of the bubba just by writing exit twice.
Hope this explain it better.

Re: DLNA
Thanks again
I manage to edit the file and insert the missing items.
How do I give the command / etc/init/.d/minidlna stop ? ( should it have nano in the beginning ?
I tried to save the changes, but was told I have no permission to do so.
Maybe it would be easier to get a software update ?
brgds
I manage to edit the file and insert the missing items.
How do I give the command / etc/init/.d/minidlna stop ? ( should it have nano in the beginning ?
I tried to save the changes, but was told I have no permission to do so.
Maybe it would be easier to get a software update ?
brgds
Re: DLNA
Thank you so much for this thread!, it totally helped me.
My configuration file did not include audio and video, only pictures. This is why I could not understand the strange behaviour of the B3.
The inclusion of audio and video in the configuration file made the content of the B3 visible to my PS3.
?Maybe Excito does not test factory restore, on every update?, this could explain why I experience difficulties with B3, that were not present until after I had to restore the B3.
Best regards
Qaim
My configuration file did not include audio and video, only pictures. This is why I could not understand the strange behaviour of the B3.
The inclusion of audio and video in the configuration file made the content of the B3 visible to my PS3.
?Maybe Excito does not test factory restore, on every update?, this could explain why I experience difficulties with B3, that were not present until after I had to restore the B3.
Best regards
Qaim
Re: DLNA
Hi Qaim,
This is strange, we have had a few reports of that file not being complete but have been unable to reproduce that. What installer did you use when you got this error?
This is strange, we have had a few reports of that file not being complete but have been unable to reproduce that. What installer did you use when you got this error?
/Johannes (Excito co-founder a long time ago, but now I'm just Johannes)
Re: DLNA
Johannes
I used 'b3-install-2.3.zip' dated 2011-11-28T21:21:43 CET
Above file was used to restore my B3 after I had somehow locked myself out of it
After system restore I had to do a:
echo "192.168.10.1 b3.localdomain b3">>/etc/hosts
to gain ftp-access the B3. Also samba was not showing up until this change (though I don't know if they are related...)
And then this dlna thread solved my ps3-can't-see-b3 issue
Are there any other config files you want me to check?
Best regards
Qaim
I used 'b3-install-2.3.zip' dated 2011-11-28T21:21:43 CET
Above file was used to restore my B3 after I had somehow locked myself out of it

After system restore I had to do a:
echo "192.168.10.1 b3.localdomain b3">>/etc/hosts
to gain ftp-access the B3. Also samba was not showing up until this change (though I don't know if they are related...)
And then this dlna thread solved my ps3-can't-see-b3 issue

Are there any other config files you want me to check?
Best regards
Qaim
Re: DLNA
Thanks a lot, then we finally pinned this problem down to the 2.3 install build. Updating from earlier versions works fine, and the 2.3.1.1 installer also works fine. Thanks! 

/Johannes (Excito co-founder a long time ago, but now I'm just Johannes)
Re: DLNA
Alrighty then!
I will be restoring my B3 again, to make sure everything is "as should be".
The ftp- and dlna problems were the only ones I encountered, but I could have missed "all the others"
Anyways, not happy to be doing this again (plus the back-up...)
Edit:
Did a non-partition + non-format system restore of the latest firmware.
At first I could not access my user data, but once I added my (last used) user name, my data automatically appeared
Everything is running well now!
I will be restoring my B3 again, to make sure everything is "as should be".
The ftp- and dlna problems were the only ones I encountered, but I could have missed "all the others"

Anyways, not happy to be doing this again (plus the back-up...)
Edit:
Did a non-partition + non-format system restore of the latest firmware.
At first I could not access my user data, but once I added my (last used) user name, my data automatically appeared

Everything is running well now!
Re: DLNA
I have the same problem. Can not see media files from PS3 after a recent system re-install
I followed instructions and edited the file.
I tried to save the changes, but was told I have no permission to do so. How can I get this permission?
As someone wrote above. Maybe it would be easier to get a software update ?
I followed instructions and edited the file.
I tried to save the changes, but was told I have no permission to do so. How can I get this permission?
As someone wrote above. Maybe it would be easier to get a software update ?