More actions
No edit summary |
No edit summary |
||
Line 69: | Line 69: | ||
* QuickJump - http://forums.qj.net/psp-development-forum/140404-release-coverflow-v2-5-a.html | * QuickJump - http://forums.qj.net/psp-development-forum/140404-release-coverflow-v2-5-a.html | ||
[[Category:Lua applications on PSP]] | |||
[[Category:NEO Spring Coding Compo 2008]] | [[Category:NEO Spring Coding Compo 2008]] |
Latest revision as of 01:15, 24 October 2024
Coverflow | |
---|---|
General | |
Author | sony psp player |
Type | Media Players |
Version | 2.5 |
License | Mixed |
Last Updated | 2008/05/22 |
Links | |
Download | |
Website | |
Coverflow is a PSP application created by sony psp player, an MP3 player that allows users to view album covers in the style of Cover Flow (an animated, three-dimensional graphical user interface element from Apple Inc.). It plays Mp3's at 30 MHz.
It was participated in the NEO Spring Coding Compo 2008 (PSP App).
Installation
Copy the folder Coverflow to /PSP/GAME/.
Be sure to have some MP3s in MUSIC directory. You have to put your MP3s into the MUSIC folder on the root of the Memory Stick and your Albums into the covers directory in the Coverflow folder.
If there is no image for a MP3 the application will create one.
Note: LuaplayerHM by Homemister is included.
Controls
Cross - Play Mp3
Triangle - Stop Mp3
Square - Pause Mp3
Screenshots
Media
Coverflow PSP (zinglc)
Compatibility
It works the best on the Slim PSP.
Known issues On Phat PSP the images "jump" when the application sets the CPU Speed. Unsure why the bug is not present on the Slim.
Changelog
v2.5
- It saves the cover art images loaded from ID3 Tags to the covers folder for faster loading. So it needs a very long time (~2s for one mp3) to load at the first time, but then it is very fast (1/2 s for one mp3).
- Removed known bugs.
v2.0
- Compatible with Slim and Fat.
- Now read the IDv3 tags.
- Added pause function.
- Able to load the images contained in the labels and also from the covers folder (as described in version 1.0)
- Fixed the bug due to the non-existence of images.
- Added "Stop" function.
- Now with continuous playback.
- Now the .mp3 files are loaded from ms0:/MUSIC.
- Plays at 69 MHz.
Credits
Thanks to FaT3oYCG for hosting the file.