extract the metadata from mp3 files and create data path for web audio players (this is created for my own purpose SaRa Web Player project)
***click choose files and select your audios (mulitple allows). ***once the generation is success you will get success alert. ***the the download link is generated and click the link to download data paths js file
{ name: 'audio name', path: 'audiopath', movie: 'album name', cover: 'base64 format image data' }, { name: 'audio name', path: 'audiopath', movie: 'album name', cover: 'base64 format image data' }, { name: 'audio name', path: 'audiopath', movie: 'album name', cover: 'base64 format image data' },
if you want to change downloading file name => open script.js then find datas.txt and change it.