{"id":16015405,"url":"https://github.com/magicdawn/node-id3-reader","last_synced_at":"2026-04-03T23:04:26.573Z","repository":{"id":57271078,"uuid":"79013967","full_name":"magicdawn/node-id3-reader","owner":"magicdawn","description":"mp3 ID3 reader for Node.js","archived":false,"fork":false,"pushed_at":"2017-04-08T23:48:28.000Z","size":3471,"stargazers_count":0,"open_issues_count":1,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-17T21:12:37.799Z","etag":null,"topics":["binary","dissolve","id3","id3-reader","mp3-id3","node-binary"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/magicdawn.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-01-15T08:15:12.000Z","updated_at":"2024-12-13T00:01:58.000Z","dependencies_parsed_at":"2022-09-06T21:50:41.639Z","dependency_job_id":null,"html_url":"https://github.com/magicdawn/node-id3-reader","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/magicdawn%2Fnode-id3-reader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/magicdawn%2Fnode-id3-reader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/magicdawn%2Fnode-id3-reader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/magicdawn%2Fnode-id3-reader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/magicdawn","download_url":"https://codeload.github.com/magicdawn/node-id3-reader/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237506579,"owners_count":19321206,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["binary","dissolve","id3","id3-reader","mp3-id3","node-binary"],"created_at":"2024-10-08T15:24:42.042Z","updated_at":"2025-10-21T15:32:04.954Z","avatar_url":"https://github.com/magicdawn.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# id3-reader\n\u003e mp3 ID3 reader for Node.js\n\n[![Build Status](https://img.shields.io/travis/magicdawn/node-id3-reader.svg?style=flat-square)](https://travis-ci.org/magicdawn/node-id3-reader)\n[![Coverage Status](https://img.shields.io/codecov/c/github/magicdawn/node-id3-reader.svg?style=flat-square)](https://codecov.io/gh/magicdawn/node-id3-reader)\n[![npm version](https://img.shields.io/npm/v/id3-reader.svg?style=flat-square)](https://www.npmjs.com/package/id3-reader)\n[![npm downloads](https://img.shields.io/npm/dm/id3-reader.svg?style=flat-square)](https://www.npmjs.com/package/id3-reader)\n[![npm license](https://img.shields.io/npm/l/id3-reader.svg?style=flat-square)](http://magicdawn.mit-license.org)\n\n## Install\n```sh\n$ npm i id3-reader --save\n```\n\n## API\n\n```js\nconst reader = require('id3-reader')\n\nreader(filename | fd).then(info =\u003e {\n  // blabla\n})\n```\n\n### resolved info\n\n- `singer`: extracted from `TPE1`\n- `title`: extracted from `TIT2`\n- `album`: extracted from `TALB`\n- `raw`: the raw ID3 info\n\n## Changelog\n[CHANGELOG.md](CHANGELOG.md)\n\n## License\nthe MIT License http://magicdawn.mit-license.org","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmagicdawn%2Fnode-id3-reader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmagicdawn%2Fnode-id3-reader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmagicdawn%2Fnode-id3-reader/lists"}