Skip to content

extract the metadata from mp3 files and create data path for web audio players (this is created for my SaRa Web Player project )

License

Notifications You must be signed in to change notification settings

github-sathiyaraman/javascript-metadata-extractor-for-mp3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.