Tagged Questions
1
vote
1answer
81 views
mp3 audio metadata upload integration: can I autopopulate title, caption, description from id3 tags?
I'm using the native Wordpress.org Upload New Media subsystem pretty routinely to upload MP3 files. The MP3 file workflow we use populates the ID3 tags with some important user-friendly metadata.
It ...
1
vote
2answers
702 views
How can I list URLs of all audio files within my media gallery?
I have a music player in my theme that generates its playlist from a javascript file that looks like this
var myPlaylist = [
{
mp3:'track url goes here',
title:'title here',
...