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 ...

  
  1. #1
    QJ Gamer Silver
    Points: 7,073, Level: 55
    Level completed: 62%, Points required for next Level: 77
    Overall activity: 0%

    Join Date
    Jan 2006
    Posts
    280
    QJ Pts
    7,073
    Level
    55
    Downloads
    0
    Uploads
    0

    Default [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:
    Code:
    -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)
    DOWNLOAD: Sakya's Homepage
    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)

  2. #2
    QJ Gamer Gold
    Points: 13,372, Level: 75
    Level completed: 31%, Points required for next Level: 278
    Overall activity: 0%

    Join Date
    Nov 2008
    Location
    CAD
    Posts
    693
    QJ Pts
    13,372
    Level
    75
    Downloads
    19
    Uploads
    4

    Default

    yay!! another update!:)
    great job man!




    btw: I was wondering how you made the oslSetTexture function in the oslib mod library?
    That epic dude.

  3. #3
    QJ Gamer Silver
    Points: 7,073, Level: 55
    Level completed: 62%, Points required for next Level: 77
    Overall activity: 0%

    Join Date
    Jan 2006
    Posts
    280
    QJ Pts
    7,073
    Level
    55
    Downloads
    0
    Uploads
    0

    Default

    Hi! :)

    Quote Originally Posted by mootjeuh View Post
    yay!! another update!:)
    Yes, this mainly a bugfix release (I din't test RC3 very much before release it). :)

    btw: I was wondering how you made the oslSetTexture function in the oslib mod library?
    That is Brunni's work, not mine.
    Code:
    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();*/
    }
    Btw you can check OSLib MOD source here
    /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)

  4. #4
    QJ Gamer Gold
    Points: 13,372, Level: 75
    Level completed: 31%, Points required for next Level: 278
    Overall activity: 0%

    Join Date
    Nov 2008
    Location
    CAD
    Posts
    693
    QJ Pts
    13,372
    Level
    75
    Downloads
    19
    Uploads
    4

    Default

    thanks man! you really helped me out here :)
    That epic dude.

  5. #5
    QJ Gamer Green
    Points: 3,411, Level: 36
    Level completed: 41%, Points required for next Level: 89
    Overall activity: 63.0%

    Join Date
    Jan 2009
    Posts
    362
    QJ Pts
    3,411
    Level
    36
    My Mood
    Psychedelic
    Downloads
    15
    Uploads
    0

    Default

    thanks for the update!

  6. #6
    QJ Gamer Silver
    Points: 6,948, Level: 54
    Level completed: 99%, Points required for next Level: 2
    Overall activity: 0%

    Join Date
    Aug 2007
    Posts
    657
    QJ Pts
    6,948
    Level
    54
    Downloads
    5
    Uploads
    0

    Default

    Fantastic update :)

    Was wondering if Light MP3 supports ATRAC3 ?
    PSP: PSP SLIM 2001 TA-088v2
    Custom Firmware: 5.00 M33-6

  7. #7
    QJ Gamer Blue
    Points: 4,010, Level: 40
    Level completed: 30%, Points required for next Level: 140
    Overall activity: 0%

    Join Date
    Sep 2006
    Location
    Germany
    Posts
    27
    QJ Pts
    4,010
    Level
    40
    Downloads
    0
    Uploads
    0

    Thumbs up Great

    Thanks for the update.

    I like it since the first release

    Cheers

  8. #8
    QJ Gamer Green
    Points: 4,875, Level: 44
    Level completed: 63%, Points required for next Level: 75
    Overall activity: 22.0%

    Join Date
    Mar 2008
    Posts
    173
    QJ Pts
    4,875
    Level
    44
    My Mood
    Aggressive
    Downloads
    0
    Uploads
    0

    Default

    Thanks for the update man, Cheers!!

  9. #9
    QJ Gamer Gold
    Points: 13,372, Level: 75
    Level completed: 31%, Points required for next Level: 278
    Overall activity: 0%

    Join Date
    Nov 2008
    Location
    CAD
    Posts
    693
    QJ Pts
    13,372
    Level
    75
    Downloads
    19
    Uploads
    4

    Default

    Quote Originally Posted by Mr_Shizzy View Post
    Was wondering if Light MP3 supports ATRAC3 ?
    yeah, me too. does it ?

  10. #10
    QJ Gamer Green
    Points: 3,681, Level: 38
    Level completed: 21%, Points required for next Level: 119
    Overall activity: 0%

    Join Date
    Sep 2006
    Posts
    4
    QJ Pts
    3,681
    Level
    38
    Downloads
    0
    Uploads
    0

    Arrow

    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!

  11. #11
    QJ Gamer Silver
    Points: 7,073, Level: 55
    Level completed: 62%, Points required for next Level: 77
    Overall activity: 0%

    Join Date
    Jan 2006
    Posts
    280
    QJ Pts
    7,073
    Level
    55
    Downloads
    0
    Uploads
    0

    Default

    Hi! :)

    @Mr_Shizzy & mootjeuh: No, sorry it doesen't support ATRAC3 (*.AT3).

    Quote Originally Posted by EnderPsp View Post
    Have you implemented the "lock" feature I was asking some time ago?
    You can use the psp hold button. :)

    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)

  12. #12
    QJ Gamer Blue
    Points: 6,018, Level: 50
    Level completed: 34%, Points required for next Level: 132
    Overall activity: 0%

    Join Date
    Jun 2005
    Posts
    99
    QJ Pts
    6,018
    Level
    50
    Downloads
    0
    Uploads
    0

    Default

    Does this let you play music while playing a game? Is there something like that available?

  13. #13
    QJ Gamer Gold
    Points: 13,372, Level: 75
    Level completed: 31%, Points required for next Level: 278
    Overall activity: 0%

    Join Date
    Nov 2008
    Location
    CAD
    Posts
    693
    QJ Pts
    13,372
    Level
    75
    Downloads
    19
    Uploads
    4

    Default

    Quote Originally Posted by TurkuSama View Post
    Does this let you play music while playing a game? Is there something like that available?
    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 ;)

  14. #14
    QJ Gamer Green
    Points: 2,941, Level: 33
    Level completed: 28%, Points required for next Level: 109
    Overall activity: 0%

    Join Date
    Nov 2007
    Posts
    18
    QJ Pts
    2,941
    Level
    33
    Downloads
    0
    Uploads
    0

    Default

    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: _____'


 

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





All times are GMT -8. The time now is 06:05 AM.

Use of this Web site constitutes acceptance of the TERMS & CONDITIONS and PRIVACY POLICY
Copyright © , Caputo Media, LLC. All Rights Reserved. Cluster .