Name | Modified | Size | Downloads / Week |
---|---|---|---|
readme.txt | 2012-01-18 | 1.8 kB | |
beagletomb.v.0.1.3.tar.gz | 2012-01-15 | 51.2 kB | |
beagletomb.v.0.1.2.tar.gz | 2012-01-15 | 1.0 MB | |
Totals: 3 Items | 1.1 MB | 0 |
Beagletomb 0.1.3 Ubuntu install instructions If USING ON A LOCAL NETWORK: MAKE YOUR SERVER A STATIC LOCAL IP FIRST not included mediatomb install $ sudo apt-get install tasksel mediatomb $ sudo tasksel install lamp-server WRITE DOWN PASS run mediatomb once: $ mediatomb a /.mediatomb folder should have been created with an xml file within your user directory now run the installer included in the docs folder followed by the configure: $ sudo su $ ~/docs/install.sh run the second option then third. Ignore and exit the tasksel graphical installer, if you completed the steps above properly. Otherwise if you want to do it manually read the mediatomb mysql instructions on mediatomb's website. Once complete, simply end and restart the mediatomb server. $ pkill mediatomb $ sudo mediatomb --port 49152 or any port you want to bind to This process is not configured automatically on startup. I recommend setting that in your startup menu. You will need mediatomb running or beagletomb will not work. You can add files to mediatomb by browsing to your servers ip and port e.g. http://192.168.1.101:49152 then simply add your media. beagletomb client install $ sudo apt-get install mplayer qt4-qmake qt4-dev-tools sqlite3 libmysqlclient-dev libsqlite3-dev download beagletomb.v.0.1.3.tar.gz assuming in Downloads directory within your user home folder. $ tar -xf ./Downloads/beagletomb*.tar.gz compile and run $ cd ~/beagle $ qmake $ make Finally run the binary with: $ ./beagle On first open you will be asked to enter your server credentials. Make sure the mediatomb server initialized port and server bound ip matches the address you enter into the beagletomb preference window. The defaults are: user: mediatomb pass: mediatomb table: mediatomb SqlDir?: BTmedia.db