PMP Server Gui
Made a little Gui for the PMP Server Script. Iam Using PyQT as Window Toolkit. Config Server Root dir File Progress Info Support for KDE SystrayIcon Source Binary
Made a little Gui for the PMP Server Script. Iam Using PyQT as Window Toolkit. Config Server Root dir File Progress Info Support for KDE SystrayIcon Source Binary
Little update: Moved Controller polling to gobal Kernel Thread HOME Button works now to stop the app Source Binary
Updated the Network enabled version. Support for Ppslink debugging Debug output gets redirected to psplink shell Source Binary
Got my SIO Cable for Psplink working. A Great tool for every PSP Developer. I used this document to build my own SIO Cable. Building the cable is really easy. You only need a MAX3232 and a few capacitors. I think you can also use a MAX232 (which is cheaper) but you have to lower [...]
Some bugfixe an tweaks in this version Urlencode filenames, so that files with special chars do work now. Made video info a global list, so that playlist surfing avoids re-polling the video header. Added fstat and stat calls to net_io, so that remote files show info like filesize and mtime. Added the network throughput of [...]
Did a little debugging under XP in Vmware. Found one bottleneck and an error. Seems that the python sendresponse http method is kind of slow under windows, so added a simple hack. Also you have to use O_BINARY ( what is this shit…) for lowlevel fileio under Windows. Was able to stream a DVD from [...]
Made a binary release of the network enabled PMP Mod M4g3 media player. Since i don’t use Windows i can’t deliver an windows tested pmp server script. Some Tips and Tricks: Use an static ip address Double check your PSP WIFI Setug Choose which WIFI Setup to use and the edit con flag in pmp.ini, [...]
Updated the Network enabled version. Wrote a little Readme Debug flag is now in the config file Removed obsolete Defines from header files Added missing Python Server Script to the tarball Source
Moved my network code to the M4g3 version. Also added configfile support so that you are able to make your WIFI settings via the configfile pmp.ini. Since i had to move the main thread to userspace the HOME button isn’t working, so you have to use TRIANGLE to quit the player. Picture 1 Source Binary
Added Network Support to PMP Mod so that you can use your PSP as a streaming client. Basically all lowlevel IO calls are mapped to my network enabled io functions. I use a simple python based HTTP Server as backend. This version is in ‘Proof of concept’ state, so don’t expect eye-candy or a userfriendly [...]