{"id":15592203,"url":"https://github.com/derhuerst/read-audio-tags","last_synced_at":"2025-07-21T17:32:17.958Z","repository":{"id":57348491,"uuid":"100060238","full_name":"derhuerst/read-audio-tags","owner":"derhuerst","description":"Read tags from all common formats.","archived":false,"fork":false,"pushed_at":"2020-05-04T12:08:26.000Z","size":325,"stargazers_count":6,"open_issues_count":4,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-26T11:55:16.870Z","etag":null,"topics":["ffprobe","flac","id3","m4a","metadata","mp3","tags"],"latest_commit_sha":null,"homepage":"https://github.com/derhuerst/read-audio-tags","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/derhuerst.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"license.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-08-11T18:29:15.000Z","updated_at":"2024-06-08T17:06:14.000Z","dependencies_parsed_at":"2022-08-24T18:00:41.004Z","dependency_job_id":null,"html_url":"https://github.com/derhuerst/read-audio-tags","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/derhuerst/read-audio-tags","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/derhuerst%2Fread-audio-tags","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/derhuerst%2Fread-audio-tags/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/derhuerst%2Fread-audio-tags/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/derhuerst%2Fread-audio-tags/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/derhuerst","download_url":"https://codeload.github.com/derhuerst/read-audio-tags/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/derhuerst%2Fread-audio-tags/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266342809,"owners_count":23914262,"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","status":"online","status_checked_at":"2025-07-21T11:47:31.412Z","response_time":64,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["ffprobe","flac","id3","m4a","metadata","mp3","tags"],"created_at":"2024-10-02T23:58:23.767Z","updated_at":"2025-07-21T17:32:17.932Z","avatar_url":"https://github.com/derhuerst.png","language":"JavaScript","funding_links":["https://patreon.com/derhuerst"],"categories":[],"sub_categories":[],"readme":"# read-audio-tags\n\n**Read tags from all common formats.** Uses [ffprobe](http://ffmpeg.org/ffprobe.html).\n\n[![npm version](https://img.shields.io/npm/v/read-audio-tags.svg)](https://www.npmjs.com/package/read-audio-tags)\n[![build status](https://img.shields.io/travis/derhuerst/read-audio-tags.svg)](https://travis-ci.org/derhuerst/read-audio-tags)\n![ISC-licensed](https://img.shields.io/github/license/derhuerst/read-audio-tags.svg)\n[![chat on gitter](https://badges.gitter.im/derhuerst.svg)](https://gitter.im/derhuerst)\n[![support me on Patreon](https://img.shields.io/badge/support%20me-on%20patreon-fa7664.svg)](https://patreon.com/derhuerst)\n\n\n## Installing\n\n```shell\nnpm install read-audio-tags\n```\n\n\n## Usage\n\n```js\nconst readTags = require('read-audio-tags')\n\nreadTags('/path/to/audio.m4a', (err, tags) =\u003e {\n\tif (err) console.error(err)\n\telse console.log(tags)\n})\n```\n\n\n## API\n\n```js\nreadTags(file, [ffprobe], cb)\n```\n\nYou may pass in an `ffprobe` path to use a custom executable, e.g. from [`ffprobe-static`](https://github.com/joshwnj/ffprobe-static).\n\n\n## Contributing\n\nIf you have a question or have difficulties using `read-audio-tags`, please double-check your code and setup first. If you think you have found a bug or want to propose a feature, refer to [the issues page](https://github.com/derhuerst/read-audio-tags/issues).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fderhuerst%2Fread-audio-tags","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fderhuerst%2Fread-audio-tags","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fderhuerst%2Fread-audio-tags/lists"}