Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Borewit/music-metadata-browser
Browser version of music-metadata parser Supporting a wide range of audio and tag formats.
https://github.com/Borewit/music-metadata-browser
aiff ape audio flac id3 m4a metadata mp3 ogg tag tags vorbis wav
Last synced: about 2 months ago
JSON representation
Browser version of music-metadata parser Supporting a wide range of audio and tag formats.
- Host: GitHub
- URL: https://github.com/Borewit/music-metadata-browser
- Owner: Borewit
- License: mit
- Archived: true
- Created: 2018-06-25T19:50:07.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-07-11T12:53:49.000Z (6 months ago)
- Last Synced: 2024-10-29T16:57:32.301Z (2 months ago)
- Topics: aiff, ape, audio, flac, id3, m4a, metadata, mp3, ogg, tag, tags, vorbis, wav
- Language: TypeScript
- Homepage:
- Size: 1.93 MB
- Stars: 241
- Watchers: 6
- Forks: 21
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- project-awesome - Borewit/music-metadata-browser - Browser version of music-metadata parser Supporting a wide range of audio and tag formats. (TypeScript)
README
[![NPM version](https://badge.fury.io/js/music-metadata-browser.svg)](https://npmjs.org/package/music-metadata-browser)
[![npm downloads](http://img.shields.io/npm/dm/music-metadata-browser.svg)](https://npmcharts.com/compare/music-metadata-browser,jsmediatags?start=500&interval=30)
[![Minified size](https://badgen.net/bundlephobia/min/music-metadata-browser)](https://bundlephobia.com/result?p=music-metadata-browser)# music-metadata-browser
### Development of this package is discontinued
After more than 6 years, 66 releases, this life `music-metadata-browser` will end.
This package was designed as wrapper around [music-metadata](https://github.com/Borewit/music-metadata),
to enable [music-metadata](https://github.com/Borewit/music-metadata) usage in the browser.
That ambition is still alive and kicking, which is now replaced by the hybrid support [music-metadata](https://github.com/Borewit/music-metadata) is offering out if the box.[music-metadata](https://github.com/Borewit/music-metadata) can now directly be used by a _module bundler_, like [Webpack](https://webpack.js.org),
and does no longer depend on Node.js specific APIs.### Sponsor
[Become a sponsor to Borewit](https://github.com/sponsors/Borewit)## Licence
The MIT License (MIT)
Copyright © 2024 Borewit
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.