I have recently redone a site that was originally created in 2011. Of course there were a few big development issues and one of them is the usage of...
  • May 26, 2022
  • 0 Comments
I’m using wp_playlist_shortcode() to output an audio playlist. For example: echo wp_playlist_shortcode( array( 'ids' => $track_ids ) ); Thanks to the idea in answer 142974, I’m unhooking the wp_underscore_playlist_templates()...
  • May 25, 2022
  • 0 Comments
I need to convert audio files to mp3 using ffmpeg. When I write the command as ffmpeg -i audio.ogg -acodec mp3 newfile.mp3, I get the error: FFmpeg version 0.5.2,...
  • May 22, 2022
  • 0 Comments
I’m using do_shortcode() to display a custom WordPress audio playlist. By default the playlist will load cover art for each audio file (the attachment’s featured image) and change according...
  • May 21, 2022
  • 0 Comments
I have an audio player than uses the following syntax to display its player: The thing is, I’m pretty sure I can show the user how to copy the...
  • May 20, 2022
  • 0 Comments