Can’t get data from audio media

MP3 Playlists have a .m3u extension. I’m guessing that your Media Library is not registering the MP3s but the playlists instead, so they may physically be in that location, but not in the database. One work around if you know the names of the files could be to try using the PHP id3_get_tag() function. Read … Read more

Media previews on posts

Okay so I figured out what was happening – either the new theme or an unintentional wordpress update, lead to media links being handled differently. My new theme now only needs the URL – no shortcodes or iframes – and it seems to automatically process it to display how it used to display them. Only … Read more