supergizboy
03-01-2010, 11:29 PM
I created this new thread for running Mediatomb on PBO.
Requirements:
1. internal HDD installed.
2. installed ipkg (instructions here (http://www.patriotmem.com/forums/showthread.php?t=2942) from xun1234)
3. little knowledge of *nix.
Steps:
1. make sure you follow instructions from xun1234 to have ipkg installed.
2. telnet into pbo with any telnet client (recommended putty.exe)
telnet venus
3. include path
# PATH=$PATH:/opt/bin
4. use ipkg to install mediatomb, it'll take care of the dependencies.
# ipkg install mediatomb
5. set home directory. a hidden directory .mediatomb will be created under home directory to store mediatomb configuration files. I couldn't think of two good places for this, /opt or /usr/local/etc
# HOME=/opt; export HOME
note: hidden directory /opt/.mediatomb will be created.
6. create a database for mediatomb
# cd /opt/share/mediatomb
# cat sqlite3.sql | sqlite3 mediatomb.db
# mv mediatomb.db /opt/.mediatomb (move db to mediatomb conf directory)
7. start mediatomb from command line.
# mediatomb &
MediaTomb UPnP Server version 0.11.0 - http://mediatomb.cc/
================================================== =======
Copyright 2005-2008 Gena Batsyan, Sergey Bostandzhyan, Leonhard Wimmer.
MediaTomb is free software, covered by the GNU General Public License version 2
2001-06-29 01:25:39 INFO: Loading configuration from: /opt/.mediatomb/config.xml
2001-06-29 01:25:39 INFO: Checking configuration...
2001-06-29 01:25:39 INFO: Setting filesystem import charset to ASCII
2001-06-29 01:25:39 INFO: Setting metadata import charset to ASCII
2001-06-29 01:25:39 INFO: Setting playlist charset to ASCII
2001-06-29 01:25:39 INFO: Configuration check succeeded.
2001-06-29 01:25:39 INFO: Initialized port: 49153
2001-06-29 01:25:39 INFO: Server bound to: 192.168.1.12
2001-06-29 01:25:40 INFO: MediaTomb Web UI can be reached by following this link:
2001-06-29 01:25:40 INFO: http://<your_pbo_ip>:49153/
8. go to mediatomb web interface
http://venus:49153/
Note: a little scripting can start mediatomb at boot.
Requirements:
1. internal HDD installed.
2. installed ipkg (instructions here (http://www.patriotmem.com/forums/showthread.php?t=2942) from xun1234)
3. little knowledge of *nix.
Steps:
1. make sure you follow instructions from xun1234 to have ipkg installed.
2. telnet into pbo with any telnet client (recommended putty.exe)
telnet venus
3. include path
# PATH=$PATH:/opt/bin
4. use ipkg to install mediatomb, it'll take care of the dependencies.
# ipkg install mediatomb
5. set home directory. a hidden directory .mediatomb will be created under home directory to store mediatomb configuration files. I couldn't think of two good places for this, /opt or /usr/local/etc
# HOME=/opt; export HOME
note: hidden directory /opt/.mediatomb will be created.
6. create a database for mediatomb
# cd /opt/share/mediatomb
# cat sqlite3.sql | sqlite3 mediatomb.db
# mv mediatomb.db /opt/.mediatomb (move db to mediatomb conf directory)
7. start mediatomb from command line.
# mediatomb &
MediaTomb UPnP Server version 0.11.0 - http://mediatomb.cc/
================================================== =======
Copyright 2005-2008 Gena Batsyan, Sergey Bostandzhyan, Leonhard Wimmer.
MediaTomb is free software, covered by the GNU General Public License version 2
2001-06-29 01:25:39 INFO: Loading configuration from: /opt/.mediatomb/config.xml
2001-06-29 01:25:39 INFO: Checking configuration...
2001-06-29 01:25:39 INFO: Setting filesystem import charset to ASCII
2001-06-29 01:25:39 INFO: Setting metadata import charset to ASCII
2001-06-29 01:25:39 INFO: Setting playlist charset to ASCII
2001-06-29 01:25:39 INFO: Configuration check succeeded.
2001-06-29 01:25:39 INFO: Initialized port: 49153
2001-06-29 01:25:39 INFO: Server bound to: 192.168.1.12
2001-06-29 01:25:40 INFO: MediaTomb Web UI can be reached by following this link:
2001-06-29 01:25:40 INFO: http://<your_pbo_ip>:49153/
8. go to mediatomb web interface
http://venus:49153/
Note: a little scripting can start mediatomb at boot.