{"id":19453534,"url":"https://github.com/eye-wave/audio-thumbnailer","last_synced_at":"2026-05-16T04:02:25.959Z","repository":{"id":232660241,"uuid":"784877614","full_name":"eye-wave/audio-thumbnailer","owner":"eye-wave","description":"Fast multipurpose thumbnailer for creating audio thumbnails on linux.","archived":false,"fork":false,"pushed_at":"2025-02-17T19:05:28.000Z","size":677,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-17T19:40:40.265Z","etag":null,"topics":["audio","linux","thumbnail-generator","thumbnailer","waveform-generator"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/eye-wave.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2024-04-10T18:30:45.000Z","updated_at":"2025-02-17T19:05:31.000Z","dependencies_parsed_at":null,"dependency_job_id":"7b19ba9a-1a9c-4116-998e-52061aef6ae4","html_url":"https://github.com/eye-wave/audio-thumbnailer","commit_stats":null,"previous_names":["eye-wave/audio-thumbnailer"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eye-wave%2Faudio-thumbnailer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eye-wave%2Faudio-thumbnailer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eye-wave%2Faudio-thumbnailer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eye-wave%2Faudio-thumbnailer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eye-wave","download_url":"https://codeload.github.com/eye-wave/audio-thumbnailer/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240645573,"owners_count":19834440,"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","linux","thumbnail-generator","thumbnailer","waveform-generator"],"created_at":"2024-11-10T17:04:56.991Z","updated_at":"2026-05-16T04:02:25.946Z","avatar_url":"https://github.com/eye-wave.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Audio File Thumbnailer\n\nThis is a fast and lightweight audio file thumbnailer written in Rust. It generates thumbnails for audio files that can be used by file managers.\n\n## Overview\n\n- **Fast and Lightweight**: Thanks to rust programming language.\n- **Customizable**: You can specify precisely how you want your thumbnail to look, by customizing ~~quality~~ , aspect ratio treatment, interpolation algorithm, waveform color, and waveform size.\n- **Multipurpose**: It can generate album covers for audio files. Without embedded cover art it generates waveforms to represent the audio content visually.\n- **Modular**: You can out-out of features you don't need\n\n### Supported formats\n| mime type | extension | waveform | cover art |\n|-|-|-|-|\n|`audio/aac`|`.aac`|✅|❌\n|`audio/aiff`|`.aiff` `.aif` `.aff`|✅|❌\n|`audio/flac`|`.flac`|✅|❌\n|`audio/mpeg`|`.m2a` `.m3a` `.mp2` `.mp2a` `.mp3` `.mpga`|✅|✅\n|`audio/ogg`|`.oga` `.ogg` `.spx`|✅|❌\n|`audio/wav`|`.wav`|✅|❌\n|`audio/x-wavpack`|`.wv`|❌|❌\n|`audio/x-opus+ogg`|`.opus`|✅|❌\n|`audio/midi`|`.mid` `.midi` |✅|-\n|`audio/x-mpegurl`|`.m3u`|-|❌\n\n### Installation\n\nBefore using the thumbnailer, ensure that you have Rust installed on your system. You can install Rust from [here](https://www.rust-lang.org/tools/install).\n\n```bash\n# Clone the repository\ngit clone https://github.com/eye-wave/audio-thumbnailer\n\n# Navigate to the project directory\ncd audio-thumbnailer\n\n# Build the project\nmake install\n```\n\n### Usage\n\nThe thumbnailer supports the following command line options:\n\n```bash\naudio-thumbnailer [OPTIONS] --input \u003cinput\u003e --output \u003coutput\u003e\n```\n\n#### Example\n```bash\naudio-thumbnailer -i input.mp3 -o thumbnail.png\n```\n#### Command line arguments\n- `--input \u003cinput\u003e`: Specifies the input audio file.\n- `--output \u003coutput\u003e`: Specifies the output file name for the generated thumbnail.\n\n## Contributing\n\nContributions are welcome! If you have any suggestions, bug fixes, or improvements, feel free to open an issue or submit a pull request.\n\ntest\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feye-wave%2Faudio-thumbnailer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feye-wave%2Faudio-thumbnailer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feye-wave%2Faudio-thumbnailer/lists"}