PDA

View Full Version : LuaPlayerHM6.5



wraggster
April 28th, 2008, 22:28
Homemister has released a new version of his Lua Player for the PSP:

heres whats new:


Hey all here is the next update to the LuaPlayerHM.
It is now 6.5 and look at the new functions.
This is the functions for LuaPlayerHM6

%%%%%%%% NEW %%%%%%%%

&&&&&& New updater.lua script *Look in the readme* &&&&&&&&&

&&&&&& LuaPlayerHM Web Browser Eboot included. Now you can browse the web. Read the readme *A must* &&&&&&&

&&&&&& Fixed Mp3 and Ogg not playing &&&&&&&

&&&&&& Fixed Irda in 3.xx kernel now working &&&&&&&

&&&&&& ADDED string of number return to some functions *It was requested*&&&&&&&

UMD.ripISO() needs a path and file name Eg UMD.ripISO("ms0:/ISO/Game.ISO")

UMD.getSize() Gets size of the UMD in bytes Eg. UMDSize = UMD.getSize()

System.getDate() Only 1 Time call expected Eg year = 1,month = 2 or day = 3 Eg. year = System.getDate(1) Returns the year.

System.getTime() Only 1 Time call expected Eg hour = 1,minutes = 2 or seconds = 3 and microseconds = 4 and pm or am = 5.
Eg hour = System.getTime(1) Returns the hour. uses the psp clock.

System.startUpdate() Runs an update.pbp file Almost working. Should alow for m33 updates to run.

System.getDevSize() Device name needed Eg. ms0: or flash0: Returns the size of the device in bytes

System.usbState() USBstate calls. Eg isactive 1 or isconnected 2 , isestablished. 3 Reterns what the state is. Doesn't need
usb active. Use 1 to return string "Connected" or 0 to return number "0". Eg data = System.usbState(1,1) returns
Active Where data = System.usbState(1,0) returns 1
Mp3me.artist()
Mp3me.title()
Mp3me.album()
Mp3me.genre()
Mp3me.year()
Mp3me.trackNumber()
Mp3me.layer()
Mp3me.kbit()
Mp3me.mode()

Aa3me.songTime()
Aa3me.artist()
Aa3me.title()
Aa3me.album()
Aa3me.genre()
Aa3me.year()
Aa3me.trackNumber()
Aa3me.layer()
Aa3me.kbit()
Aa3me.mode()

Mp3.songTime()
Mp3.artist()
Mp3.title()
Mp3.album()
Mp3.genre()
Mp3.year()
Mp3.trackNumber()
Mp3.layer()
Mp3.kbit()
Mp3.mode()

Ogg.songTime()
Ogg.artist()
Ogg.title()
Ogg.album()
Ogg.genre()
Ogg.year()
Ogg.trackNumber()
Ogg.layer()
Ogg.kbit()
Ogg.mode()

Socket.isconnected() now can terminate the wlan and socket function by turning the Wlan switch to off.

%%%%%%%% Updated %%%%%%%%

System.getFreeMemory() Shows heap memory + extra ram (Phat ~= 20 Mb Slim ~= 45 Mb)

System.madeby() to 6.5

System.cfwVersion() Shows m33 at end of Fw Version Eg 3.90m33

System.playerVer() To 6.5

if you are a LuaPlayerHM user just run the update.lua sript for luaplayerHM6.


PS.. The functions list has an error.
Mp3me.volume() and Mp3me.mute()
The functions have been removed from LuaPlayerHM6.5 but i forgot to remove them from the functions list.
They will be implemented later on. Just fixing some bug
Sorry

For all my work visit http://luaplayerhm.xtreemhost.com/

Download and Give Feedback Via Comments

PeyeRate420
April 30th, 2008, 19:05
thank you for the feature rich lua player :thumbup: