{"id":21960368,"url":"https://github.com/adrienjoly/mp3-fetch-metadata","last_synced_at":"2025-07-06T16:05:08.957Z","repository":{"id":141957603,"uuid":"69173312","full_name":"adrienjoly/mp3-fetch-metadata","owner":"adrienjoly","description":"Script that identifies track title and artist from a list of MP3 files, thanks to audio fingerprinting.","archived":false,"fork":false,"pushed_at":"2016-09-25T15:54:46.000Z","size":4,"stargazers_count":5,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-23T19:22:36.236Z","etag":null,"topics":["fingerprinting","music-detection","music-fingerprinting","nodejs","script","track-detection"],"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/adrienjoly.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2016-09-25T15:37:12.000Z","updated_at":"2023-09-19T08:43:54.000Z","dependencies_parsed_at":null,"dependency_job_id":"1a1f1660-f8e7-4f61-a0e6-ff093d1eb059","html_url":"https://github.com/adrienjoly/mp3-fetch-metadata","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/adrienjoly/mp3-fetch-metadata","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adrienjoly%2Fmp3-fetch-metadata","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adrienjoly%2Fmp3-fetch-metadata/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adrienjoly%2Fmp3-fetch-metadata/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adrienjoly%2Fmp3-fetch-metadata/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adrienjoly","download_url":"https://codeload.github.com/adrienjoly/mp3-fetch-metadata/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adrienjoly%2Fmp3-fetch-metadata/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263932017,"owners_count":23531707,"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":["fingerprinting","music-detection","music-fingerprinting","nodejs","script","track-detection"],"created_at":"2024-11-29T09:58:29.008Z","updated_at":"2025-07-06T16:05:08.952Z","avatar_url":"https://github.com/adrienjoly.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mp3-fetch-metadata\n\nScript that identifies track title and artist from a list of MP3 files, thanks to audio fingerprinting.\n\n## Usage\n\n`./fetch-metadata.sh` identifies and prints the track title and artist of each mp3 file found recursively from the current directory.\n\n## Dependencies\n\n- [Node.js](https://nodejs.org)\n- [fpcalc](http://acoustid.org/chromaprint) command-line tool, used by [acoustid](https://www.npmjs.com/package/acoustid) for fingerprinting\n\nDon't forget to run `npm install` before usage.\n\n## Sample output\n\nThis script was successfully tested on Mac OS 10.11.6 (El Capitan) in September 2016.\n\nThis is an sample from the standard output, after running `./fetch-metadata.sh` from a directory containing MP3 files:\n\n```\n./rock/Lenny Kravitz - Always On The Run.mp3 =\u003e {\"title\":\"Always on the Run\",\"artist\":\"Lenny Kravitz\"}\n./rock/Agua Verde (Ft. Kathleen Delano, Kurt Travis, \u0026 Gavin Mulkey) - Strawberry Girls.mp3 =\u003e {\"title\":\"Agua Verde\",\"artist\":\"Strawberry Girls\"}\n./rock/Desmond Myers - Good Morning Portugal.mp3 =\u003e {\"error\":\"No metadata was returned for this track.\"}\n./rock/Title Fight - 'Numb, But I Still Feel It'.mp3 =\u003e {\"title\":\"Numb, but I Still Feel It\",\"artist\":\"Title Fight\"}\n./rock/Throwing Muses • Shimmer • 1995.mp3 =\u003e {\"title\":\"Shimmer\",\"artist\":\"Throwing Muses\"}\n./rock/FAILURE - ENJOY THE SILENCE -[[ COVERStoDM ]]-.mp3 =\u003e {\"title\":\"Enjoy the Silence\",\"artist\":\"Failure\"}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadrienjoly%2Fmp3-fetch-metadata","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadrienjoly%2Fmp3-fetch-metadata","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadrienjoly%2Fmp3-fetch-metadata/lists"}