{"id":43250942,"url":"https://github.com/cod3ddot/rich-thumbnail-uploader","last_synced_at":"2026-02-01T13:05:47.173Z","repository":{"id":286387602,"uuid":"961259270","full_name":"Cod3dDOT/rich-thumbnail-uploader","owner":"Cod3dDOT","description":"Thumbnail uploader for the foo_discord_rich plugin.","archived":false,"fork":false,"pushed_at":"2025-10-26T09:07:10.000Z","size":815,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-26T10:22:08.056Z","etag":null,"topics":["cli","foobar2000","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Cod3dDOT.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGES.md","contributing":null,"funding":null,"license":"COPYING","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-04-06T05:41:08.000Z","updated_at":"2025-10-26T09:07:13.000Z","dependencies_parsed_at":null,"dependency_job_id":"4dcb73b8-0d2d-4eb9-85a2-b81a7c1c3ff4","html_url":"https://github.com/Cod3dDOT/rich-thumbnail-uploader","commit_stats":null,"previous_names":["cod3ddot/rich-thumbnail-uploader"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/Cod3dDOT/rich-thumbnail-uploader","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cod3dDOT%2Frich-thumbnail-uploader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cod3dDOT%2Frich-thumbnail-uploader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cod3dDOT%2Frich-thumbnail-uploader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cod3dDOT%2Frich-thumbnail-uploader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Cod3dDOT","download_url":"https://codeload.github.com/Cod3dDOT/rich-thumbnail-uploader/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cod3dDOT%2Frich-thumbnail-uploader/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28978795,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-01T12:13:08.691Z","status":"ssl_error","status_checked_at":"2026-02-01T12:13:08.356Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["cli","foobar2000","rust"],"created_at":"2026-02-01T13:05:40.145Z","updated_at":"2026-02-01T13:05:47.168Z","avatar_url":"https://github.com/Cod3dDOT.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Rich Thumbnail Uploader](./docs/github-header.gif)](https://github.com/cod3ddot/rich-thumbnail-uploader)\n\n\u003cdiv align=\"center\"\u003e\n  \u003ca href=\"https://www.gnu.org/licenses/agpl-3.0\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e\n    \u003cimg src=\"https://www.gnu.org/graphics/agplv3-155x51.png\" alt=\"License: AGPL v3\" height=\"28\" /\u003e\n  \u003c/a\u003e\n\n  \u003ca href=\"https://github.com/cod3ddot/rich-thumbnail-uploader/releases\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/v/tag/cod3ddot/rich-thumbnail-uploader?label=version\u0026style=for-the-badge\u0026color=blue\u0026logo=git\u0026logoColor=white\" alt=\"Version\" /\u003e\n  \u003c/a\u003e\n\n  \u003ca href=\"https://www.rust-lang.org\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/Rust-orange.svg?style=for-the-badge\u0026logo=rust\u0026logoColor=white\" alt=\"Language: Rust\" /\u003e\n  \u003c/a\u003e\n\u003c/div\u003e\n\n# Rich Thumbnail Uploader\n\nThumbnail uploader for [`foo_discord_rich`](https://github.com/RemuSalminen/foo_discord_rich) - a plugin for Discord Rich Presence in foobar2000.\n\nUploads a thumbnail of album artwork to image hosting services and returns a link.\n\nInspired by [rust-imgur-upload](https://github.com/s0hv/rust-imgur-upload).\n\n## Supported Services\n\n| Service   | JPEG | PNG | WEBP |\n|-----------|------|-----|------|\n| Imgur     | [x]  | [x] | [ ]  |\n| Catbox    | [x]  | [x] | [x]  |\n\n## Quick Setup\n\nClone and build:\n```bash\ngit clone https://github.com/your-username/rich-thumbnail-uploader\ncd rich-thumbnail-uploader\ncargo build --release\n```\n\n## Project Structure\n\n```\n├── LICENCES/               # REUSE licenses (See README)\n├── resources/              # Windows metadata\n├── src/\n│   ├── models/             # Models for api responses\n│   │   ├── imgur.rs\n│   │   └── mod.rs\n│   ├── uploaders/          # Upload logic per service\n│   │   ├── imgur.rs\n│   │   ├── catbox.rs\n│   │   └── mod.rs\n│   ├── config/             # CLI helpers\n│   │   ├── cli.rs\n│   │   ├── help.rs\n│   │   └── mod.rs\n│   ├── errors.rs           # Contains error types\n│   ├── image_processor.rs  # Generates thumbnails\n│   └── main.rs             # Entry point\n├── Cargo.toml              # Crate metadata and dependencies\n├── build.rs                # Build logic (windows metadata)\n├── CHANGES.md              # Changelog\n├── COPYING                 # AGPL-3.0-or-later (See README)\n└── README.md               # This file\n```\n\n## Usage\n1. Save executable on disk\n2. File -\u003e Preferences -\u003e Discord Rich Presence Integration -\u003e Advanced\n3. Set upload command as the path to the executable, with any options you would like\n\nExample: `C:\\Users\\user\\rich-thumbnail-uploader.exe -s catbox -f webp`\n\n\n## Options\n\n```bash\nRich Thumbnail Uploader - Upload thumbnails for Discord Rich Presence\n\nUSAGE:\n    rich-thumbnail-uploader [OPTIONS]\n\nOPTIONS:\n    -d, --dimensions \u003cDIMS\u003e    Dimensions to resize image to (128-512) [default: 256]\n    -s, --service \u003cSERVICE\u003e    Image hosting service [default: catbox]\n                               [possible values: imgur, catbox]\n    -f, --format \u003cFORMAT\u003e      Output image format [default: png]\n                               [possible values: png, webp]\n        --uid \u003cUID\u003e           User ID for service authentication\n    -h, --help                Print help information\n    -V, --version             Print version information\n```\n## License\n\nThis project strives to be [REUSE](https://reuse.software/) compliant.\n\nGenerally:\n- Documentation is licensed under CC-BY-NC-SA-4.0\n- Code is licensed under AGPL-3.0-or-later\n- Config files are under CC0-1.0\n\n```\n    rich-thumbnail-uploader: thumbnail uploader for foo_discord_rich\n    Copyright (C) 2025  cod3ddot@proton.me\n\n    This program is free software: you can redistribute it and/or modify\n    it under the terms of the GNU Affero General Public License as published\n    by the Free Software Foundation, either version 3 of the License, or\n    (at your option) any later version.\n\n    This program is distributed in the hope that it will be useful,\n    but WITHOUT ANY WARRANTY; without even the implied warranty of\n    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n    GNU Affero General Public License for more details.\n\n    You should have received a copy of the GNU Affero General Public License\n    along with this program.  If not, see \u003chttps://www.gnu.org/licenses/\u003e.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcod3ddot%2Frich-thumbnail-uploader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcod3ddot%2Frich-thumbnail-uploader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcod3ddot%2Frich-thumbnail-uploader/lists"}