{"id":29176531,"url":"https://github.com/mac641/audio-scanner","last_synced_at":"2026-05-18T15:35:53.061Z","repository":{"id":292324122,"uuid":"977041782","full_name":"mac641/audio-scanner","owner":"mac641","description":"This repo contains a small typescript app using Deno to scan for audio files below a given bitrate.","archived":false,"fork":false,"pushed_at":"2025-05-19T22:50:29.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-01T17:07:28.438Z","etag":null,"topics":["audio","cli","deno","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/mac641.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":"2025-05-03T09:42:47.000Z","updated_at":"2025-05-19T22:50:32.000Z","dependencies_parsed_at":null,"dependency_job_id":"4bcc4724-b70f-475d-b59e-9dbd1876b472","html_url":"https://github.com/mac641/audio-scanner","commit_stats":null,"previous_names":["mac641/audio-scanner"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mac641/audio-scanner","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mac641%2Faudio-scanner","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mac641%2Faudio-scanner/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mac641%2Faudio-scanner/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mac641%2Faudio-scanner/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mac641","download_url":"https://codeload.github.com/mac641/audio-scanner/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mac641%2Faudio-scanner/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266242072,"owners_count":23898102,"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":["audio","cli","deno","typescript"],"created_at":"2025-07-01T17:01:59.730Z","updated_at":"2026-05-18T15:35:48.042Z","avatar_url":"https://github.com/mac641.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# audio-scanner\n\nThis repo contains a small typescript app using [Deno](https://deno.com/) to scan for audio files below a given bitrate.\n\n## Getting started\n\n1. [Install deno](https://docs.deno.com/runtime/getting_started/installation/).\n2. Execute the script by specifying the `path`, `bitratelimit` and `loglevel`.\n\n```bash\n# this is an example:\ndeno run --allow-read --allow-env main.ts --path /music/ --bitratelimit 128 --loglevel INFO\n```\n\n## Compile to binary\n\n_Deno_ allows to compile projects to binaries. Use `deno compile` in order to do so.\n\n```bash\nmkdir -p bin/\ndeno compile --allow-read --allow-env --output bin/audio-scanner main.ts\n```\n\n## Configuration\n\nAll flags have defaults and are optional.\n\n### `--bitratelimit`\n\nBitratelimit must be of type `number`. The scanner will detect files that are below the given bitrate.\n\n**Alias**: `-b`\n\n**Default**: `320`\n\n### `--help`\n\nHelp is of type boolean. The scanner will print usage info to the console.\n\n### `--path`\n\nPath must be of type `string` pointing to an existing directory.\n\n**Alias**: `-p`\n\n**Default**: `'.'`\n\n### `--loglevel`\n\nLog level must be of type `string`. Available log levels are `ERROR`, `INFO` and `DEBUG`. Log levels are case-sensitive.\n\n**Alias**: `-l`\n\n**Default**: `'INFO'`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmac641%2Faudio-scanner","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmac641%2Faudio-scanner","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmac641%2Faudio-scanner/lists"}