GitHunt

Metadata-extract-for-mp3-files-

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.

Languages

JavaScript64.2%HTML29.3%CSS6.5%

Contributors

Other
Created November 12, 2022
Updated November 12, 2022
github-sathiyaraman/javascript-metadata-extractor-for-mp3 | GitHunt