Coverflow PSP: Difference between revisions

From GameBrew
No edit summary
No edit summary
Line 3: Line 3:
| image = https://dlhb.gamebrew.org/psphomebrew/coverflowpsp.png|250px
| image = https://dlhb.gamebrew.org/psphomebrew/coverflowpsp.png|250px
| type = Media players
| type = Media players
| version = v2.5
| version = 2.5 (22 May 2008)
| licence = Mixed
| licence = Mixed
| author = sony psp player
| author = sony psp player
| website = https://psp.brewology.com/downloads/download.php?id=8287&mcid=1
| website = http://forums.qj.net/psp-development-forum/140404-release-coverflow-v2-5-a.html
| download = https://dlhb.gamebrew.org/psphomebrew/Coverflow.rar
| download = https://dlhb.gamebrew.org/psphomebrew/coverflowsony.7z
| source =
| source =
}}
}}
<youtube>S6ho0IcHbi0</youtube>
<youtube>mu4el29EIIE</youtube>


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.
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.
Line 17: Line 15:
It was participated in the Neo Spring Coding Compo 2008 (PSP Applications).
It was participated in the Neo Spring Coding Compo 2008 (PSP Applications).


Installation
==Installation==
Copy the folder Coverflow to /PSP/GAME/.
Copy the folder Coverflow to /PSP/GAME/.


Line 24: Line 22:
If there is no image for a MP3 the application will create one.
If there is no image for a MP3 the application will create one.


Note: LuaplayerHM by Homemister is included.
'''Note:''' LuaplayerHM by Homemister is included.


Controls
==Controls==
Cross - Play Mp3
Cross - Play Mp3
Triangle - Stop Mp3
Triangle - Stop Mp3
Square - Pause Mp3
Square - Pause Mp3


Screenshots
==Screenshots==
https://dlhb.gamebrew.org/psphomebrew/coverflowpsp2.jpg
https://dlhb.gamebrew.org/psphomebrew/coverflowpsp2.jpg
https://dlhb.gamebrew.org/psphomebrew/coverflowpsp3.jpg
https://dlhb.gamebrew.org/psphomebrew/coverflowpsp3.jpg


Compatibility
==Media==
'''Coverflow PSP''' ([https://www.youtube.com/watch?v=mu4el29EIIE zinglc]) <br>
<youtube>mu4el29EIIE</youtube>
 
==Compatibility==
It works the best on the Slim PSP.
It works the best on the Slim PSP.


Line 41: Line 46:
On Phat PSP the images "jump" when the application sets the CPU Speed. Unsure why the bug is not present on the Slim.
On Phat PSP the images "jump" when the application sets the CPU Speed. Unsure why the bug is not present on the Slim.


Changelog
==Changelog==
v2.5
'''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).
* 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.
* Removed known bugs.


v2.0
'''v2.0'''
- Compatible with Slim and Fat.
* Compatible with Slim and Fat.
- Now read the IDv3 tags.
* Now read the IDv3 tags.
- Added pause function.
* Added pause function.
- Able to load the images contained in the labels and also from the covers folder (as described in version 1.0)
* 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.
* Fixed the bug due to the non-existence of images.
- Added "Stop" function.
* Added "Stop" function.
- Now with continuous playback.
* Now with continuous playback.
- Now the .mp3 files are loaded from ms0:/MUSIC.
* Now the .mp3 files are loaded from ms0:/MUSIC.
- Plays at 69 MHz.
* Plays at 69 MHz.


Credits
==Credits==
Thanks to FaT3oYCG for hosting the file.
Thanks to FaT3oYCG for hosting the file.


References
==External links==
NeoFlash, https://www.neoflash.com/forum/index.php?topic=4960.0
* NeoFlash - https://www.neoflash.com/forum/index.php?topic=4960.0
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:PSP homebrew applications]]
[[Category:Homebrew media players on PSP]]

Revision as of 01:09, 22 August 2021

Coverflow
coverflowpsp.png
General
Author(s)sony psp player
TypeMedia players
Version2.5 (22 May 2008)
LicenceMixed
Links
Download
Website
Advertisements

<htmlet>adsense</htmlet>


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

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

coverflowpsp2.jpg

coverflowpsp3.jpg

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.

External links

Advertising: