Skip to content
This repository has been archived by the owner on Feb 21, 2024. It is now read-only.

Releases: joel16/ElevenMPV

ElevenMPV - v2.10

17 Jul 16:58
Compare
Choose a tag to compare
  • Remove lastdir.txt after switching to another device to fix a crash that occurs if the previous visited directory cannot be found in the current device.
  • Fix cancel button not being used under settings menu.
  • Fix menu title in device settings.
  • Fix playing speed on down-sampled MP3 audio files.
  • Updated dr_libs to the latest version. (dr_wav/dr_flac).
  • Minor clean up to decoder functions.
  • Allow app to visit any directory with unsafe mode. (This is the reason for making this app "unsafe")

If you'd like to support me, then feel free to buy me a coffee, I'd really appreciate it! https://www.paypal.me/Joel16IA

ElevenMPV - v2.00

02 Jun 05:35
Compare
Choose a tag to compare

Re-uploaded with 0661985

  • Bumped ID3v2 character limit to 64 chars to display album titles, artist, genre etc with more characters than ID3v1.
  • Updated dr_libs (FLAC and WAV decoders) to the latest revision.
  • Now based on mpg123 v1.25.10
  • Initial support for seeking via touchscreen:
    • WAV: works perfectly.
    • FLAC: works perfectly but slow.
    • MP3: works perfectly but a tad bit slower than WAV.
    • MOD: works perfectly.
    • OGG: works perfectly however might crash if you abuse it by repeatedly seeking simultaneously.
    • OPUS: Not supported due to frequent crashes with libopusfile's API.
  • Fixed MP3 playback not being properly terminated. The decoder will now check to see if there are no samples to decode and then terminate which fixes issues with repeat/shuffle not working.
  • Fixed crashes with FLAC files (when FLAC metadata is on) by using libFLAC to properly obtain metadata.
  • Added the ability to use Sony's dynamic normalizer mode from within the settings menu. (I haven't noticed any difference with this but let me know if you guys do! the max ALC mode results in frequent crashes hence only ALC mode off and ALC mode 1 is allowed)
  • Now properly releases the acquired BGM port when exiting the application.
  • Added support for selecting devices to browse (ux0:/, ur0:/ and uma0:/) from within the settings menu.

If you'd like to support me, then feel free to buy me a coffee, I'd really appreciate it! https://www.paypal.me/Joel16IA

ElevenMPV - v1.20

15 May 04:21
Compare
Choose a tag to compare
  • Properly save the last visited folder.
  • Minor audiolib cleanup (unused functions, params etc)
  • Added settings menu (Press SELECT to open) which can toggle metadata for certain file types and sorting options.
    • Settings to toggle reading metadata for FLAC/MP3/OPUS (sometimes loading the cover images can take a while - which is the reason for introducing this feature).
    • Sort alphabetically in ascending/descending order and by smallest/largest file size.
  • Display the back button on the top left to indicate that the user is not in the root path.
  • Now uses libvorbis with SceIo API for decoding OGG instead of stb_vorbis.
  • Displays tag data for OGG, OPUS, and FLAC if found. (Title, Artist, Album, Year, Genre)
  • Display parent folder in non root directory (easier for navigation).

Notes:

  • Seeking is not yet implemented.

If you'd like to support me, then feel free to buy me a coffee, I'd really appreciate it! https://www.paypal.me/Joel16IA

ElevenMPV - v1.10

10 Apr 01:35
Compare
Choose a tag to compare
  • Fixed filename not being displayed for MP3s with no ID3 tags.
  • Get module name for IT, MOD, S3M and XM files.
  • Add OPUS support.
  • Display cover image for FLAC if found. (might be slow to load if its a large image file)
  • Added basic touch support in audio player.
  • Press start to power off display and keep music playing in background. (Thanks to theFlow for the power locking code).
  • If an audio file has stopped playing the next file in the folder will be played (if it exists).

Notes:

  • Seeking is not yet implemented.
  • Some folders do not show anything and the app appears to be frozen - Press start to exit and re-open the app.

If you'd like to support me, then feel free to buy me a coffee, I'd really appreciate it! https://www.paypal.me/Joel16IA

ElevenMPV - v1.00

01 Apr 04:53
Compare
Choose a tag to compare

Initial Release:

  • Browse ux0:/ to play the following audio formats:
    • FLAC
    • IT
    • MOD
    • MP3
    • OGG
    • S3M
    • WAV (A-law and u-law, Microsoft ADPCM, IMA ADPCM)
    • XM
  • Pause/Play audio - Use enter button (cross/circle) depending on your region.
  • Shuffle/Repeat audio (Triangle/Square).
  • Next/Previous track in current working directory - Use L1/R1 to navigate through audio files.
  • Display ID3v1 and ID3v2 metadata for MP3 files.

Notes:

  • Seeking is not yet implemented.
  • No touch controls implemented.
  • Some folders do not show anything and the app appears to be frozen - Press start to exit and re-open the app.

If you'd like to support me, then feel free to buy me a coffee, I'd really appreciate it! https://www.paypal.me/Joel16IA