M4A Audio Fix

To use all functions of this page, please register or login.
  • Grüße,

    M4A- Dateien müssen mittels "x-FORMAT" angegeben werden.

    Regex:

    Code
    (?<ID>http[s]?://.*/(?<FILE>.*)\.(?<FORMAT>[mM]4[aA])).*
    HTML
    <p><audio class="ExternalAudiofiles" controls="controls" preload="none" src="{$ID}" type="audio/x-{$FORMAT}"></audio></p><p>{$FILE}</p>

    LG

  • The_Waiters January 4, 2021 at 11:39 AM

    Added the label On investigation
  • qBass17 January 5, 2021 at 7:27 AM

    Changed the title of the thread from “M4A Azdio Fix” to “M4A Audio Fix”.