Showtime mediaplayer
====================
(c) 2006 - 2010 Andreas Цman, et al.
Settings are stored in ~/.hts/showtime
For more information and latest versions, please visit:
http://www.lonelycoder.com/hts/
How to build for PS3 with PSL1GHT
=================================
You need the opensource PS3 toolchain. Follow the instructions at:
https://github.com/ps3dev/ps3toolchain
If you install it from scratch when you read this the stuff it downloads
should be up to date. If you already have the toolchain and psl1ght
you need to make sure that psl1ght is at least from Tue Feb 15 2011
Once setup you need to build dependencies
$ support/ps3setup
Then configure
$ ./configure.ps3
.. and build
$ make -j8
.. to generate pkgs, etc and install in ${PS3INSTALL}
$ make install
There is a small utility in support/traceprint that will receive UDP
packets on port 4000 and print it to stdout (only tested on Linux)
You can use this program to get debug output when running the app
on ps3. configure with --logtarget=IP.OF.YOUR.HOST to make it send
log messages to that machine. Showtime will default to port 4000 when
sending log messages.