Eleven Music Player PS Vita
Go to file
2019-05-17 13:47:20 -04:00
include Update dr_libs 2019-05-17 13:47:20 -04:00
libs Add opus support 2019-04-07 19:53:39 -05:00
res Add settings menu and sorting options 2019-05-07 12:40:00 -05:00
sce_sys Inital source commit 2019-03-31 20:29:13 -05:00
source Move xmp to include/audio and bump id3v2 limit to 64 chars 2019-05-16 21:20:17 -04:00
.gitattributes Initial commit 2019-03-31 20:21:09 -05:00
.gitignore Add libxmp-lite since it is not included within vitasdk packages 2019-03-31 23:02:58 -05:00
CMakeLists.txt Minor fixes & bump version 2019-05-15 00:06:19 -04:00
LICENSE Initial commit 2019-03-31 20:21:09 -05:00
README.md Update README.md to reflect new changes and add instructions 2019-04-09 20:28:45 -05:00

ElevenMPV - Eleven Music Player VITA

A homebrew music player for Playstation VITA that aims to support many different audio formats compared to the offical PS VITA music application.

Currently supported formats: (16 bit signed samples)

  • FLAC
  • IT
  • MOD
  • MP3
  • OGG
  • OPUS
  • S3M
  • WAV (A-law and u-law, Microsoft ADPCM, IMA ADPCM)
  • XM

Features:

  • Browse ux0:/ to play the above audio formats.
  • Pause/Play audio.
  • Shuffle/Repeat audio.
  • Next/Previous track in current working directory.
  • Display ID3v1 and ID3v2 metadata for MP3 files.
  • Basic touch support.

Controls:

In file manager:

  • Enter button (cross/circle): enter folder/play supported audio file.
  • Cancel button (cross/circle): go up parent folder.
  • DPAD Up/Down: Navigate files.
  • DPAD Left/Right: Top/Bottom of list.

In audio player: (Note: you can use touch controls here or the following buttons below)

  • Enter button (cross/circle): Play/Pause.
  • Cancel button (cross/circle): Return to file manager.
  • L trigger: Previous audio file in current directory.
  • R trigger: Next audio file in current directory.
  • Triangle: Shuffle audio files in current directory.
  • Square: Repeat audio files in current directory.
  • Start: Turn off display and keep playing audio in background.

Credits:

  • MPG123 contributors.
  • dr_libs by mackron.
  • stb_vorbis by nothings and contributors.
  • libxmp-lite contributors.
  • Preetisketch for startup.png (banner).
  • Eleven Music Player contributors for design elements.