Results 1 to 14 of 14
[RELEASE] LightMP3 Version 2.0.0 RC4
This is a discussion on [RELEASE] LightMP3 Version 2.0.0 RC4 within the PSP Development Forum forums, part of the PSP Development, Hacks, and Homebrew category; Hi! :) I'm here to release LightMP3 Version 2.0.0 RC4 . ;) A note on Japanese support: LightMP3 seems to ...
-
09-16-2009, 07:05 AM #1
[RELEASE] LightMP3 Version 2.0.0 RC4
Hi! :)
I'm here to release LightMP3 Version 2.0.0 RC4. ;)
A note on Japanese support: LightMP3 seems to crash when using Japanese language, I'll look at it and try to fix this.
BTW the Japanese translation has been updated by yaKo
Here's the full changelog:
DOWNLOAD: Sakya's HomepageCode:-Added: Scrolling text when string is too long in all menues and song title -Added: Setting to choose the tab to start from (START_TAB) Values: 0 = File browser 1 = Playlist 2 = Playlist editor 3 = Media Library 4 = Settings -Added: Total number of frames red from Xing frame (faster opening of VBR mp3 file, if Xing is found) -Fixed: Crash when seeking FLAC files -Fixed: Navigation in the Media Library (when pressing circle you'll be taken to the previous selection, not on the main menu) -Fixed: Added setting to set CPU clock for WMA -Fixed: Track restart when pressing L on WMA, FLAC, ATRAC3(+), MP3 when played with libMad -Fixed: Suspend and resume for WMA -Fixed: Changed the default setting to play MP3 with Media Engine -Fixed: X/O button swap (please note that help screen will always say X=Confirm, O=Cancel, I din't changed it) -Fixed: Bug when creating playlist from Media Library (the first 500 tracks were repeated)
ALTERNATIVE DOWNLOAD: MEGAUPLOAD - The leading online storage and file delivery service
SKINS: Sakya's Homepage
FORUMS: www.sakya.it • View forum - Skins
SOURCE CODE: lightmp3 - Project Hosting on Google Code
Many thanks to: yaKo
Ciaooo
Sakya
"And they're giving me a wonderful potion,
'Cos I cannot contain my emotion.
And even though, I'm feeling good,
Something tells me, I'd better activate my prayer capsule."
Supper's Ready (Genesis)
-
09-16-2009, 07:14 AM #2QJ Gamer Gold

- Join Date
- Nov 2008
- Location
- CAD
- Posts
- 693
- QJ Pts
- 13,372
- Level
- 75
- Downloads
- 19
- Uploads
- 4
yay!! another update!:)
great job man!
btw: I was wondering how you made the oslSetTexture function in the oslib mod library?That epic dude.
-
09-16-2009, 07:36 AM #3
Hi! :)
Yes, this mainly a bugfix release (I din't test RC3 very much before release it). :)
That is Brunni's work, not mine.btw: I was wondering how you made the oslSetTexture function in the oslib mod library?
Btw you can check OSLib MOD source hereCode:void oslSetTexture(OSL_IMAGE *img) { //int wasEnable = osl_textureEnabled; oslEnableTexturing(); if (img->palette && osl_curPalette != img->palette) { osl_curPalette = img->palette; //Change la palette sceGuClutMode(img->palette->pixelFormat,0,0xff,0); //Uploade la palette sceGuClutLoad((img->palette->nElements>>3), img->palette->data); } if (osl_curTexture != img->data) { osl_curTexture = img->data; //Change la texture sceGuTexMode(img->pixelFormat, 0, 0, oslImageIsSwizzled(img)); // sceGuTexFunc(GU_TFX_REPLACE, img->pixelFormat==OSL_PF_5650?GU_TCC_RGB:GU_TCC_RGBA); sceGuTexImage(0, img->sysSizeX, img->sysSizeY, img->realSizeX, img->data); } /*if (!wasEnable) oslDisableTexturing();*/ }
/trunk/image.c - OSLib mod - Trac
Ciaooo
Sakya"And they're giving me a wonderful potion,
'Cos I cannot contain my emotion.
And even though, I'm feeling good,
Something tells me, I'd better activate my prayer capsule."
Supper's Ready (Genesis)
-
09-16-2009, 08:04 AM #4QJ Gamer Gold

- Join Date
- Nov 2008
- Location
- CAD
- Posts
- 693
- QJ Pts
- 13,372
- Level
- 75
- Downloads
- 19
- Uploads
- 4
thanks man! you really helped me out here :)
That epic dude.
-
09-16-2009, 03:30 PM #5
thanks for the update!
-
09-16-2009, 05:02 PM #6
Fantastic update :)
Was wondering if Light MP3 supports ATRAC3 ?PSP: PSP SLIM 2001 TA-088v2Custom Firmware: 5.00 M33-6
-
09-17-2009, 01:52 AM #7QJ Gamer Blue
- Join Date
- Sep 2006
- Location
- Germany
- Posts
- 27
- QJ Pts
- 4,010
- Level
- 40
- Downloads
- 0
- Uploads
- 0
Great
Thanks for the update.
I like it since the first release
Cheers
-
09-17-2009, 05:30 PM #8QJ Gamer Green
- Join Date
- Mar 2008
- Posts
- 173
- QJ Pts
- 4,875
- Level
- 44
- My Mood
-
- Downloads
- 0
- Uploads
- 0
Thanks for the update man, Cheers!!
-
09-19-2009, 03:30 AM #9QJ Gamer Gold

- Join Date
- Nov 2008
- Location
- CAD
- Posts
- 693
- QJ Pts
- 13,372
- Level
- 75
- Downloads
- 19
- Uploads
- 4
-
09-19-2009, 04:30 AM #10QJ Gamer Green
- Join Date
- Sep 2006
- Posts
- 4
- QJ Pts
- 3,681
- Level
- 38
- Downloads
- 0
- Uploads
- 0
Cool, nice to see updates on this nifty app!
Have you implemented the "lock" feature I was asking some time ago? It's pretty annoying especially when flying, I always end up touching buttons.
Any chance of implementing it (my thanks if it already is but couldn't find it in the log)?
Thanks!
-
09-19-2009, 05:10 AM #11
"And they're giving me a wonderful potion,
'Cos I cannot contain my emotion.
And even though, I'm feeling good,
Something tells me, I'd better activate my prayer capsule."
Supper's Ready (Genesis)
-
09-19-2009, 08:33 AM #12
Does this let you play music while playing a game? Is there something like that available?
-
09-19-2009, 09:21 AM #13QJ Gamer Gold

- Join Date
- Nov 2008
- Location
- CAD
- Posts
- 693
- QJ Pts
- 13,372
- Level
- 75
- Downloads
- 19
- Uploads
- 4
no and yes :P
this doesn't allow to listen to music while you're playing a game, this allows you to listen to music using less power.
what you need is iR Shell, that allows you to listen to your music while in-game ;)
-
09-21-2009, 06:56 AM #14QJ Gamer Green
- Join Date
- Nov 2007
- Posts
- 18
- QJ Pts
- 2,941
- Level
- 33
- Downloads
- 0
- Uploads
- 0
i cant get playlists to work (m3u)
this is what i have in my music directory:
ms:music
->/everything/
in /everything/ i have many subfolders storing many categories of artist/types/ etc
within those folders are my mp3 files
then i create a m3u under winamp and put in in my music dir
the the music dir only had a folder; /everything/ and a m3u file
i can open the file good in any other program, winamp, wmp, mpc, vlc etc
when i open in with lightmp3 (any version), i get a 'Error -1 opening file: _____'


LinkBack URL
About LinkBacks
Reply With Quote

I recently played a bit of Super Mario 3D World + Bowser's Fury and I enjoyed playing this...
Super Mario Fans Out There!