I need assistance with implementing a feature in my mp3 music player code. I want the player to fetch songs from a directory instead of using the page's URL.
var songs = [{
{
title: 'Blackout City',
artist: 'Anamanaguchi',
url: 'http://foo.com/365/files/foo.mp3',
art: 'http://foo.com/365/files/foo.jpg'
},