More actions
CueplayerPSP | |
---|---|
General | |
Author | helloworld1 |
Type | Media players |
Version | 0.20 |
License | Mixed |
Last Updated | 2009/11/03 |
Links | |
Download | |
Website | |
Source | |
This is a cueplayer for the PSP written in pure C. This can play cue file along with flac and Ogg vorbis.
Installation
To play cue file with flac, you need to place your cue file and flac file in the same directory. It is like this
... music1.flac music1.cue music2.flac music2.cue
The cue file and flac file should be the same name.
Controls
Press and hold button to use any button. It is designed to avoid accident press.
File selection:
Cross - Select file, Ascend directory
Triangle - Go back to upper directory
Circle - Start over
While playing music:
Trignalge - Goto file selection screen and stop player (automatically bookmark)
Circle - Pause/unpause player
Cross - Goto the first track, Goto the starting point of the file
Square - Load bookmark
Home - Turn on/off backlight
L/R - Previous/Next track
Home - Exit player (without bookmark)
Compatibility
This program requires a newer PSP hombrew kernel. Maybe > 3.71. It is tested in PSP3000 with 5.03.
Known issues
Do not seek when pause. It is buggy.
Changelog
0.20
- Fix the file selection bug: if dir is not exist, when starting the program, the program will halt.
- Now the files are sorted in the dictionary order.
0.10
- Initial OGG vorbis support.
- Fix a init path bug
- Fix a lot of stability bugs.
0.07
- Show total track number
- Show total track time
- BUGFIX: Cannot seed previous track in track 1. Now it will start the music over.
- BUGFIX: Seeking exceeding last track will crash.
- New: README file available.
0.06
- Press and hold START button to disable/enable backlight.
- Directory bookmark. It will automatically remember the directory you last selected. Paired with bookmark function. You can return to your last piece of music quickly.
0.05
- Major Skipping track bug Fixed with improved algorithm
- Display improved, can display the disk information.
- More tolerant to ill flac file.
- Bookmark function.
External links
- SourceForge - https://sourceforge.net/projects/cueplayerpsp/