
Originally Posted by
xsnrg
Im running winblow xp...not to up on doing the comands....could you guys dumb it down a bit for me...

Just download the file indicated at the first post. You should be able to extract it using winrar or some other similar program. Copy the extracted folder mediatomb + content onto your PBO HDD (windows share) or you could also put it on the PBO /usr/local/ if you don't have a hard drive on the PBO (See Below).
Window share: Just copy the mediatomb to you PBO HDD1/ share. Prefered method
Now telnet to PBO using your PBO IP address. I think that most people are using the putty software to do that in window.
Once you have telnet to the PBO enter the following:
Code:
# cd /tmp/hdd/volumes/HDD1/mediatomb
# ./mediatomb.sh
Now do not close your terminal window or mediatomb will also close. If you wish to run mediatomb without keeping the terminal window enter the following:
I think that this will do it but I am not 100% sure I haven't try it yet. You might need a little program named "screen" to actually do that not sure.
If you do not have a HDD in the PBO you can always try this (not tested yet but should work in theory):
Telnet to PBO:
Code:
# cd /usr/local/
# wget http://downloads.sourceforge.net/mediatomb/mediatomb-static-0.11.0-r2-linux-uclibc-mips2el.tar.gz
# tar xf mediatomb-static-0.11.0-r2-linux-uclibc-mips2el.tar.gz
# cd mediatomb
# ./mediatomb.sh or ./mediatomb.sh &
This last part is all done on the fly and I am not home right now so probably some typo here and there but the process should be sound.
Hopefully this help you and not confused you even more. Maybe some window guy here can help you more with the first part of the process.