More actions
No edit summary |
No edit summary |
||
Line 11: | Line 11: | ||
|description=Eleven Music Player PS Vita. | |description=Eleven Music Player PS Vita. | ||
|author=GrapheneCt | |author=GrapheneCt | ||
|lastupdated=2022/ | |lastupdated=2022/11/19 | ||
|type=Media players | |type=Media players | ||
|version=7. | |version=7.10 | ||
|license=GPL-3.0 | |license=GPL-3.0 | ||
|download=https://dlhb.gamebrew.org/vitahomebrews/elevenmpvavita.7z | |download=https://dlhb.gamebrew.org/vitahomebrews/elevenmpvavita.7z | ||
|website= | |website=https://forum.devchroma.nl/index.php/topic,152 | ||
|source=https://github.com/GrapheneCt/ElevenMPV-A | |source=https://github.com/GrapheneCt/ElevenMPV-A | ||
}} | }} | ||
ElevenMPV-A is an advanced [[Elevenmpv Vita|ElevenMPV]] with BG playback/hardware decoding. | |||
==What is ElevenMPV-A?== | |||
A homebrew music player for Playstation VITA that aims to support many different audio formats compared to the offical PS VITA music application. | |||
It is the first PS Vita homebrew application that uses native Playstation Application Framework. | |||
==Features== | |||
* Browse ux0:/, ur0:/, uma0:/, xmc0:/, grw0:/ to play the above audio formats. | |||
* YouTube audio streaming | |||
* Downloading audio from YouTube for local playback | |||
* BG playback. | |||
* Pause/Play audio. | |||
* Shuffle/Repeat/Repeat All. | |||
* Equalizer. | |||
* ALC. | |||
* Next/Previous track in current working directory. | |||
* Display ID3v1 and ID3v2 metadata for MP3 files. Other tags are displayed for OGG, FLAC, OPUS and XM. | |||
* Touch support. | |||
===Currently supported formats: (16 bit signed samples)=== | |||
* MP3 | |||
* ATRAC3 | |||
* ATRAC3plus | |||
* ATRAC9 | |||
* WAV | |||
* M4A/AAC | |||
* FLAC | |||
* IT | |||
* MOD | |||
* OGG | |||
* OPUS | |||
* S3M | |||
* XM | |||
* WEBM (OPUS only) | |||
==Media== | ==Media== | ||
<youtube>ll2j2H49JdQ</youtube> | <youtube>ll2j2H49JdQ</youtube> | ||
==Screenshots== | ==Screenshots== | ||
Line 31: | Line 64: | ||
https://dlhb.gamebrew.org/vitahomebrews/elevenmpvavita-04.jpg | https://dlhb.gamebrew.org/vitahomebrews/elevenmpvavita-04.jpg | ||
https://dlhb.gamebrew.org/vitahomebrews/elevenmpvavita-05.jpg | https://dlhb.gamebrew.org/vitahomebrews/elevenmpvavita-05.jpg | ||
== | ==YouTube streaming== | ||
'''( | |||
* | * Supports local history and favourites. | ||
* Can download audio directly from YouTube for local playback. | |||
*To download audio select "Settings->YouTube->Download" while playing YouTube stream. | |||
* Can select stream quality. | |||
* You can play YouTube video or playlist directly by entering ID. To do that type "video:<YouTube ID>" in the search bar and press Search. | |||
==BG playback support== | |||
# By default: with most of the games | |||
# With [{Lowmemmode Vita|LowMemMode plugin]]: with all games. | |||
==Currently supported languages== | |||
* English, Русский, Français, Português (Brasil), Deutsch, Chinese, Japanese. | |||
===Adding new language=== | |||
* Use Resource/locale/empva_locale_en.xml as base. Name your translation empva_locale_XX.xml, where XX is language code. | |||
Supported language codes can be seen here (id attribute): https://github.com/GrapheneCt/ElevenMPV-A/blob/master/Resource/empva_plugin.xml#L390 | |||
* Submit your translation as pull request, it will be added in the next release. | |||
==About EQ modes (information by @realusagichan)== | |||
* Heavy EQ: bass and highs are boosted | |||
* Pop EQ: bass and highs diminished, midrange boosted | |||
* Jazz EQ: subbass and midrange diminished, mid-bass and treble boosted | |||
* Unique EQ: subbass boosted, very high treble boosted, the rest slightly diminished | |||
EQ modes may cause digital overload at max mixing level for loud music. | |||
To mitigate that enable "Settings->Audio->Limit Volume Whith EQ" option (only software decoded codecs are supported). | |||
==Changelog== | |||
'''v7.10''' | |||
* Improved stability of network operations | |||
* Networking performance improvements | |||
*UI: keyborad will now be automatically hidden when performing search | |||
'''v7.0''' | |||
* Fixed various crashes | |||
*Performance improvements for YouTube parser | |||
*Added YouTube quality selector to settings | |||
*Added ja locale | |||
'''v6.11''' | |||
* Bugfixes | |||
*Added youtube stream quality selection to settings | |||
*Added Traditional and Simplified Chinese translation | |||
'''v6.02''' | |||
* Fixed a crash that occured when attempting to launch in BG with +109MB game applications | |||
*Fixed an issue where WebM OPUS and YouTube decoders locked application when attempting to seek while paused | |||
*Added a workaround to download YouTube videos with illegal characters in the names | |||
*Added support for non-latin languages and autosuggestions to YouTube search keyboard | |||
*Added new languages: German, Brazilian Portuguese | |||
'''v6.01''' | |||
* Bugfixes | |||
'''v6.0''' | |||
* Added support for YouTube audio streaming. | |||
*Added ability to downloading audio directly from YouTube for local playback. | |||
*Added ability to switch between browser window and player window with player reamining active. | |||
*Added support for the following codecs: | |||
**WebM (.webm, only as OPUS container) | |||
*UIL | |||
**Minor UI and design changes. | |||
'''v5.05''' | |||
* Changed memory allocation algorithm. It should now be possible to load album art with resolutions up to 2000x2000. | |||
*App assets redisgn. Added default background image for file browser. | |||
*Fixed an issue where app could've crashed when loading album art from metadata. | |||
*Added following translations: Chinese, Brazilian Portuguese. | |||
'''v5.04''' | |||
* Added Spanish translation | |||
'''v5.3''' | |||
* Fixed Turkish language support. | |||
* Fixed an issue where album cover would be unloaded when using player in "repeat one" mode. | |||
'''v5.1''' | |||
* Fixed an issue where playback would not proceed to next track on some codecs when in sleep mode or in the background. | |||
*Fixed occasional issues on app exit. | |||
'''v5.0''' | |||
* Application has been fully redesigned. | |||
'''v4.01''' | |||
* Fix PNG cover loading. | |||
'''v4.0''' | |||
* Switched to VDSuite | |||
*Fixed looping repeat issue | |||
*Added extended cover image load support | |||
*Minor performace improvements | |||
'''v3.81''' | |||
* Improved ATRAC3 RIFF (.at3 files) header detection | |||
'''Full list of changes can be found [https://github.com/GrapheneCt/ElevenMPV-A/releases here].''' | |||
==Credits== | |||
* joel16: [ElevenMPV](https://github.com/joel16/ElevenMPV) | |||
* Mr. Rochemont for hosting Invidious instance without HTTP security protocols | |||
* @realusagichan for testing and helping with debug | |||
* nesttegg by mozilla | |||
* dr_libs by mackron. | |||
* libvorbis, libogg and libopus contributors. | |||
* libxmp-lite contributors. | |||
* Giroto for UI and bubble art. | |||
== External links == | == External links == | ||
* Official Website - | * Official Website - https://forum.devchroma.nl/index.php/topic,152 | ||
* Github - https://github.com/GrapheneCt/ElevenMPV-A | * Github - https://github.com/GrapheneCt/ElevenMPV-A | ||
Revision as of 04:13, 19 November 2022
This article may require cleanup to meet GameBrew's quality standards.
Reason: Needs cleanup |
ElevenMPV-A | |
---|---|
File:Elevenmpvavita.jpg | |
General | |
Author | GrapheneCt |
Type | Media players |
Version | 7.10 |
License | GPL-3.0 |
Last Updated | 2022/11/19 |
Links | |
Download | |
Website | |
Source | |
ElevenMPV-A is an advanced ElevenMPV with BG playback/hardware decoding.
What is ElevenMPV-A?
A homebrew music player for Playstation VITA that aims to support many different audio formats compared to the offical PS VITA music application.
It is the first PS Vita homebrew application that uses native Playstation Application Framework.
Features
- Browse ux0:/, ur0:/, uma0:/, xmc0:/, grw0:/ to play the above audio formats.
- YouTube audio streaming
- Downloading audio from YouTube for local playback
- BG playback.
- Pause/Play audio.
- Shuffle/Repeat/Repeat All.
- Equalizer.
- ALC.
- Next/Previous track in current working directory.
- Display ID3v1 and ID3v2 metadata for MP3 files. Other tags are displayed for OGG, FLAC, OPUS and XM.
- Touch support.
Currently supported formats: (16 bit signed samples)
- MP3
- ATRAC3
- ATRAC3plus
- ATRAC9
- WAV
- M4A/AAC
- FLAC
- IT
- MOD
- OGG
- OPUS
- S3M
- XM
- WEBM (OPUS only)
Media
Screenshots
YouTube streaming
- Supports local history and favourites.
- Can download audio directly from YouTube for local playback.
- To download audio select "Settings->YouTube->Download" while playing YouTube stream.
- Can select stream quality.
- You can play YouTube video or playlist directly by entering ID. To do that type "video:<YouTube ID>" in the search bar and press Search.
BG playback support
- By default: with most of the games
- With [{Lowmemmode Vita|LowMemMode plugin]]: with all games.
Currently supported languages
- English, Русский, Français, Português (Brasil), Deutsch, Chinese, Japanese.
Adding new language
- Use Resource/locale/empva_locale_en.xml as base. Name your translation empva_locale_XX.xml, where XX is language code.
Supported language codes can be seen here (id attribute): https://github.com/GrapheneCt/ElevenMPV-A/blob/master/Resource/empva_plugin.xml#L390
- Submit your translation as pull request, it will be added in the next release.
About EQ modes (information by @realusagichan)
- Heavy EQ: bass and highs are boosted
- Pop EQ: bass and highs diminished, midrange boosted
- Jazz EQ: subbass and midrange diminished, mid-bass and treble boosted
- Unique EQ: subbass boosted, very high treble boosted, the rest slightly diminished
EQ modes may cause digital overload at max mixing level for loud music. To mitigate that enable "Settings->Audio->Limit Volume Whith EQ" option (only software decoded codecs are supported).
Changelog
v7.10
- Improved stability of network operations
- Networking performance improvements
- UI: keyborad will now be automatically hidden when performing search
v7.0
- Fixed various crashes
- Performance improvements for YouTube parser
- Added YouTube quality selector to settings
- Added ja locale
v6.11
- Bugfixes
- Added youtube stream quality selection to settings
- Added Traditional and Simplified Chinese translation
v6.02
- Fixed a crash that occured when attempting to launch in BG with +109MB game applications
- Fixed an issue where WebM OPUS and YouTube decoders locked application when attempting to seek while paused
- Added a workaround to download YouTube videos with illegal characters in the names
- Added support for non-latin languages and autosuggestions to YouTube search keyboard
- Added new languages: German, Brazilian Portuguese
v6.01
- Bugfixes
v6.0
- Added support for YouTube audio streaming.
- Added ability to downloading audio directly from YouTube for local playback.
- Added ability to switch between browser window and player window with player reamining active.
- Added support for the following codecs:
- WebM (.webm, only as OPUS container)
- UIL
- Minor UI and design changes.
v5.05
- Changed memory allocation algorithm. It should now be possible to load album art with resolutions up to 2000x2000.
- App assets redisgn. Added default background image for file browser.
- Fixed an issue where app could've crashed when loading album art from metadata.
- Added following translations: Chinese, Brazilian Portuguese.
v5.04
- Added Spanish translation
v5.3
- Fixed Turkish language support.
- Fixed an issue where album cover would be unloaded when using player in "repeat one" mode.
v5.1
- Fixed an issue where playback would not proceed to next track on some codecs when in sleep mode or in the background.
- Fixed occasional issues on app exit.
v5.0
- Application has been fully redesigned.
v4.01
- Fix PNG cover loading.
v4.0
- Switched to VDSuite
- Fixed looping repeat issue
- Added extended cover image load support
- Minor performace improvements
v3.81
- Improved ATRAC3 RIFF (.at3 files) header detection
Full list of changes can be found here.
Credits
- joel16: [ElevenMPV](https://github.com/joel16/ElevenMPV)
- Mr. Rochemont for hosting Invidious instance without HTTP security protocols
- @realusagichan for testing and helping with debug
- nesttegg by mozilla
- dr_libs by mackron.
- libvorbis, libogg and libopus contributors.
- libxmp-lite contributors.
- Giroto for UI and bubble art.
External links
- Official Website - https://forum.devchroma.nl/index.php/topic,152
- Github - https://github.com/GrapheneCt/ElevenMPV-A