[HEN_Tool] ElevenMPV Advanced - Open Source .mp3 Player für die Vita

  • ElevenMPV - Eleven Music Player Vita by joel16 / Eleven-MPV-A - Music Player Advanced by GrapheneCt



    Es handelt sich hierbei um einen Homebrew Music Player für die PS Vita. ElevenMPV unterstützt zahlreiche Formate im Vergleich zum offiziellen Music Player der Vita.


    UPDATE: GrapheneCt hat den Music Player ab v.2.10 geforkt und weiterentwickelt. Viele Verbesserungen sind seitdem mit eingeflossen.


    Aktuell werden folgende Formate unterstützt:

    • MP3
    • ATRAC3
    • ATRAC3plus
    • ATRAC9
    • WAV
    • M4A/AAC
    • FLAC
    • IT
    • MOD
    • OGG
    • OPUS
    • S3M
    • XM

    Die Features sind:

    • Durchsuchen der Dateipfade ux0:/, ur0:/, uma0:/, xmc0:/, grw0:/ um die oben genannte Formate abzuspielen
    • Musik im Hintergrund abspielen
    • Pause/Play für Audio Dateien.
    • Zufällige Wiedergabe, Einzelschleife, Endlossschleife für alle Audiodateien
    • Equalizer
    • ALC
    • Nächster Titel/Vorheriger Titel im aktuell gewählten Ordner.
    • Anzeige von ID3v1 und ID3v2 Metadaten, andere Tags werden angezeigt für OGG, FLAC, OPUS und XM Formate
    • Touch support
    • Vor/Zurückspulen über das Touch-Display


    Equalizer:

    • Heavy EQ: Bass und Höhen werden geboostet
    • Pop EQ: Bass und Höhen gedämpft, Mitteltöne gebosstet
    • Jazz EQ: Subbass und Mitteltöne gedämpft, Mid-Bass und Treble geboostet
    • Unique EQ: Subbass geboostet, Sehr hoher Treble geboostet, der Rest leicht gedämpft.

    EQ Modi können einen digital Overload verursachen bei lauter Musik

    Um dies abzumildern, aktiviert in den Optionen "Settings->Audio->Limit Volume Whith EQ" (nur softwaredecodierte Codecs werden unterstützt).


    Steuerung im File Browser:

    • :_X1:/:_Kreis: Ordner öffnen bzw. im Ordner: abspielen der ausgewählten Audio Datei.
    • :_X1:/:_Kreis: Abbrechen bzw. einen Ordner zurück/hoch gehen :_hoch:/:_unten: Dateinavigation :_links:/:_rechts: Nach ganz oben/unten von dem Ordner gehen.
    • :_SELECT.jpg: öffnet die Einstellungen

    Steuerung im Audio Player:

    • :_X1:/:_Kreis:Play/Pause
    • :_X1:/:_Kreis:Zum Filemanager zurückkehren
    • :_L1: vorherige Audio Datei im aktuellen Ordner
    • :_R1: nächste Audio Datei im aktuellen Ordner
    • :_dreieck: Zufallswiedergabe im aktuellen Ordner
    • :_vierreck:Endlosschleife im aktuellen Ordner
    • :pwon: Display ausschalten und die Musik im Hintergrund weiterlaufen lassen
    • :_SELECT.jpg: öffnet die Einstellungen

    Im Hintergrund: (Background Audiowiedergabe)

    • :_touch: Quick Menu öffnet den Slider für die Lautstärkeeinstellung
    • oben rechts in der Ecke werden interaktive Hinweise angezeigt!
    • :pwon: Display ausschalten und die Musik im Hintergrund weiterlaufen lassen


    Source: (Fork/Weiterentwicklung von GrapheneCt)

    https://github.com/GrapheneCt/ElevenMPV-A/

    Download:

    https://github.com/GrapheneCt/ElevenMPV-A/releases/


    Alte Source:

    https://github.com/joel16/ElevenMPV

    Download:
    https://github.com/joel16/ElevenMPV/releases



    Changelog:


  • Version 1.20 ist released mit vielen Updates!!


    Changelog:

    • 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).

    https://github.com/joel16/ElevenMPV/releases/tag/v1.20

  • V2.00 ist up!


    Changelog:

    • 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.

    https://github.com/joel16/ElevenMPV/releases

  • v2.10 ist Up:


    Changelog:

    • 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")
  • Der Music Player wird seit einiger Zeit von GrapheneCt weiterentwickelt. Die aktuelle Version v4.00 gibt es hier:

    https://github.com/GrapheneCt/ElevenMPV-A/releases/tag/v4.00


    Changelog und Quellen im Startpost angepasst. Viele Änderungen und neue Funktionen, es lohnt sich!

  • Eleven MPV A wurde mit der Version 5.00 komplett neuentwickelt. Alle Changelogs im Startpost- reinschauen lohnt sich :gut:

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!