PSPLyrics: Difference between revisions
From GameBrew
More actions
Created page with "{{Infobox PSP Homebrews |title=PSPLyrics |image=psplyrics2.png |description=Music Player + Lyrics Viewer for the PSP. |author=Adrian Courrèges |lastupdated=2009/11/02 |type=Media Player |format= |version=0.1 |license=GPL-2.0 |download=https://dlhb.gamebrew.org/psphomebrew/psplyrics.7z |website=https://www.adriancourreges.com/projects/psplyrics/ |source=https://github.com/acourreges/psplyrics }} PSPLyrics is a homebrew application that displays lyrics synchronized with m..." |
No edit summary |
||
| Line 5: | Line 5: | ||
|author=Adrian Courrèges | |author=Adrian Courrèges | ||
|lastupdated=2009/11/02 | |lastupdated=2009/11/02 | ||
|type=Media | |type=Media Players | ||
|format= | |format= | ||
|version=0.1 | |version=0.1 | ||
Latest revision as of 03:22, 17 December 2024
| PSPLyrics | |
|---|---|
| General | |
| Author | Adrian Courrèges |
| Type | Media Players |
| Version | 0.1 |
| License | GPL-2.0 |
| Last Updated | 2009/11/02 |
| Links | |
| Download | |
| Website | |
| Source | |
PSPLyrics is a homebrew application that displays lyrics synchronized with music as a song plays. It includes its own MP3 player, MP3 ME Player, and is capable of reading LRC files.
PSPLyrics supports a wide range of character sets, including non-Latin scripts like Japanese and Chinese characters. (UTF-8 encoded)
Installation
Extract the archive at the root of your memory stick.
The program will search for MP3 files in the /MUSIC folder.
Lyrics files (.lrc) should be placed in the /LRC folder. The LRC file must have the same name as its corresponding MP3 file (i.e. MySong.mp3 and MySong.lrc).
Compatibility
Tested by the author on 5.0 M33-4.
Credits
Credits go to:
- the ps2dev community for their great work on the PSP SDK.
- caliarbor, sakya, joek2100 for their sample codes to play mp3 files through the PSP’s Media Engine.
- BenHur for the excellent intraFont library.
External links
- Author's website - https://www.adriancourreges.com/projects/psplyrics/
- GitHub - https://github.com/acourreges/psplyrics