Skip to content

@joel16 joel16 released this May 15, 2019 · 11 commits to master since this release

  • 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

Assets 3

@joel16 joel16 released this Apr 10, 2019 · 21 commits to master since this release

  • 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

Assets 3

@joel16 joel16 released this Apr 1, 2019 · 32 commits to master since this release

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

Assets 3
You can’t perform that action at this time.