• I’m trying to get the WP Audio Player plugin to display ID3 tags in the player but I cant do that. https://wpaudioplayer.com/frequently-asked-questions Here it says “Make sure your files are located on the same server and exactly the same domain”, so this means that my files need to be in the same folder as the plugin, right? I tried that and it only shows “track #1” when I look the file in iTunes it shows the artist name and song tittle.

    Then I also tried to set up the policy file like this:

    <?xml version="1.0" encoding="ISO-8859-1"?>
    <cross-domain-policy>
        <allow-access-from domain="www.yourdomain.com"/>
    </cross-domain-policy>

    Do I need to specify the exact path to the to the plugin folder? And then I can play the files from anywhere on my server?

    All help appreciated. Thanks a lot!

Viewing 1 replies (of 1 total)
  • You probably don’t need to worry about the policy file. On different servers means on different domain names. As long as all your files are hosted on the same host web server, it should be fine. More likely it is a problem with how iTunes writes id3 tags. I frequently have problems with files that were tagged by iTunes. Unfortunately, I don’t have a fix for this. The only way is to edit the id3 tags with another program. If you are on Windows, you can edit them simply by opening the file’s properties.

    Martin

Viewing 1 replies (of 1 total)
  • The topic ‘showing ID3 tags in Audio Player plugin’ is closed to new replies.