Viewing 1 replies (of 1 total)
  • Plugin Author Maeve Lander

    (@enigmaweb)

    I can see in the source code there are a couple of issues with file names of your audio tracks. I would suggest always avoid using spaces (use a dash or underscore) in filepaths of web assets as a lot of servers really don’t cope well with that.

    An example from your code: https://misskristin.com/catalog/music/mp3/Ten-Years/YOU DEVIL YOU .mp3

    You can see in the above you have a space before the .mp3 file extension. If you try to go to that link you will see it breaks. Just one example.

    Another thing might be the name of the playlist? Make sure it does not contain any weird characters.

    Let me know how you go once those things are fixed up

Viewing 1 replies (of 1 total)
  • The topic ‘Player not showing up on page’ is closed to new replies.