PDA

View Full Version : Cueplayer 0.07



wraggster
September 23rd, 2009, 23:56
Updated release from Liberty (http://forums.ps2dev.org/viewtopic.php?t=12435)

Hi. Thanks sakya for the excellent audio player for PSP. It supports many fornats. But most music I have is extracted by EAC. The music is one cue sheet and one flac like this:
CDImage.flac
CDImage.cue

I hope you can support cuesheet in the further release.
I have coded a cue player for myself. I am a novice programmer and the code is of low quality and I have just get it working today. I hope it will help you.

Note, the player is already been compiled. So if anyone want to test, just copy the cueplayer directory to your PSP.

Also, to compile the code, libflac and vorbis are needed.

To use it, you have to place flac and cue file in the same directory with the same name like CDImage.flac and CDImage.cue.
Buttons, please press and HOLD for 0.5s just in case of accident press:
CIRCLE: pause, unpause
LTRIGGER: Prev track
RTRIGGER: next track
TRIANGLE: Return to the file selection screen.

Cueplayer 0.07

Changelog 0.07
1. Show total track number
2. Show total track time
3. BUGFIX: Cannot seed previous track in track 1. Now it will start the music over.
4. BUGFIX: Seeking exceeding last track will crash.
5. New: README file available.

Download Here --> https://sourceforge.net/projects/cueplayerpsp/