{"id":27966685,"url":"https://github.com/weespin/khinsiderdownloader","last_synced_at":"2025-05-07T20:55:55.886Z","repository":{"id":41371101,"uuid":"285946797","full_name":"weespin/KhinsiderDownloader","owner":"weespin","description":"A simple Bulk Khinsider downloader with GUI, better and faster than all implementations on python 👀","archived":false,"fork":false,"pushed_at":"2025-04-28T18:56:16.000Z","size":428,"stargazers_count":163,"open_issues_count":0,"forks_count":3,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-05-07T20:55:43.768Z","etag":null,"topics":["cpp","downloader","khinsider","linux-app","music","music-downloader","ost","qt6","video-game-music","video-games","windows-app"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/weespin.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}},"created_at":"2020-08-08T00:48:45.000Z","updated_at":"2025-05-07T11:35:57.000Z","dependencies_parsed_at":"2022-07-30T07:37:59.494Z","dependency_job_id":"a18f1dfe-25e9-4a2b-9fe8-103264d46cf0","html_url":"https://github.com/weespin/KhinsiderDownloader","commit_stats":null,"previous_names":[],"tags_count":26,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weespin%2FKhinsiderDownloader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weespin%2FKhinsiderDownloader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weespin%2FKhinsiderDownloader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weespin%2FKhinsiderDownloader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/weespin","download_url":"https://codeload.github.com/weespin/KhinsiderDownloader/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252954375,"owners_count":21830902,"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":["cpp","downloader","khinsider","linux-app","music","music-downloader","ost","qt6","video-game-music","video-games","windows-app"],"created_at":"2025-05-07T20:55:55.283Z","updated_at":"2025-05-07T20:55:55.879Z","avatar_url":"https://github.com/weespin.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# KhinsiderDownloader 🎵 \n### A simple Bulk Khinsider downloader with GUI\n[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)\n[![Github Downloads (total)](https://img.shields.io/github/downloads/weespin/KhinsiderDownloader/total.svg)](https://tooomm.github.io/github-release-stats/?username=weespin\u0026repository=KhinsiderDownloader)\n![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/weespin/KhinsiderDownloader/build.yml)\n# Screenshots\n![Screenshot](https://weesp.in/i/309ce634ce4115ee.png)\n\n## ✨ Features\n\n - 🎯 Windows and Linux (AppImage) Builds.\n - 🔎 Search albums easily\n - ⚡ Async downloading with worker pool for faster performance\n - 🎨 Simple and clean GUI\n - 🌙 Nightly builds available\n\n## 📥 Download\n\n-   [Latest Release (Windows \u0026 Linux)](https://github.com/weespin/KhinsiderDownloader/releases) \n    \n-   [Windows/Linux Nightly Builds (Artifact)](https://nightly.link/weespin/KhinsiderDownloader/workflows/build/master)\n\n## 🌟 Star the Project\nIf you like KhinsiderDownloader, feel free to leave a star on GitHub to show your support!\n\n## 🛠️ Building From Source\n\n### Windows\n#### Requirements\n\n-  🛠️ CMake 3.16+\n-  🖼️ Qt \u003e=6.8.3  \n-  🧰 Visual Studio 2022\n-  📦 VCPKG (clone manually, preferred at `C:\\vcpkg` for automatic builds. Don’t forget to run `bootstrap-vcpkg.bat`)\n\nManual Building\n\n```bash\ngit clone https://github.com/weespin/KhinsiderDownloader.git --branch experimental\ncd KhinsiderDownloader\nmkdir build\ncd build\ncmake .. -DCMAKE_PREFIX_PATH=\"path\\to\\Qt\" -DCMAKE_TOOLCHAIN_FILE=\"path\\to\\vcpkg\"\ncmake --build . --config Release\n\"path\\to\\qt\\bin\\windeployqt.exe\" --qmldir \"\\path\\to\\project\\src\\ui\" --no-translations --release --force-openssl \"\\path\\to\\project\\build\\Release\\appKhinsiderQT.exe\"\n```\n\nAutomatic Building\n\n```bash\ngit clone https://github.com/weespin/KhinsiderDownloader.git --branch experimental\ncd KhinsiderDownloader/scripts/windows\nfullbuild.bat\n```\n\n### Linux\n#### Requirements\n\n-  🛠️ CMake 3.16+\n-  🖼️ Qt \u003e=6.8.3\n  \n\u003cdetails\u003e\n \u003csummary\u003ePrerequisites for debian\u003c/summary\u003e\n \n```text\n sudo apt install qt6-base-dev cmake build-essential qtdeclarative5-dev qt6-declarative-dev libqt6xml6 libcurl4-openssl-dev qml6-module-qt5compat-graphicaleffects\n```\n\u003c/details\u003e\n\n```bash\ngit clone -b experimental https://github.com/weespin/KhinsiderDownloader.git\ncd KhinsiderDownloader\nmkdir build \u0026\u0026 cd build\ncmake ..\nmake -j$(nproc)\ncd ..\nchmod +x scripts/linux/deploy.sh\n./scripts/linux/deploy.sh\n```\n\n## 🤝 Contributing\n\nContributions are very welcome!  \nYou can help by:\n\n-   🐛 Reporting bugs\n    \n-   💡 Suggesting enhancements\n    \n-   🎨 Noticing UI/UX issues\n    \n-   🛠️ Opening pull requests\n    \n\nIf you want to contribute code:\n\n1.  Fork the repository\n    \n2.  Create a feature branch (`git checkout -b your-feature`)\n    \n3.  Commit your changes\n    \n4.  Push to your branch\n    \n5.  Create a Pull Request\n\nFound a bug?\n 👉 [Open an Issue here](https://github.com/weespin/KhinsiderDownloader/issues)\n\n## ⚖️ Legal Disclaimer and Copyright Notice\n\nThis application downloads music directly from [https://downloads.khinsider.com/](https://downloads.khinsider.com/). All music and related content are hosted and provided by the external website.\n\nSimilar to torrent apps, this application does not host or store any music files on the server. It merely facilitates the download process from the external source. All music content is subject to the terms and conditions of the copyright holders and the external website.\n\nIf you have any copyright concerns or wish to file a DMCA notice, please contact [Khinsider](https://downloads.khinsider.com/) directly. Any copyright issues should be reported to them, not to the developer of this application.\n\nPlease respect the intellectual property rights of artists and content creators.\n\n## 📜 License\n\n**KhinsiderDownloader**  \nCopyright (C) 2025 Weespin\n\nThis program is free software: you can redistribute it and/or modify it under the terms of the  \nGNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.\n\nThis program is distributed in the hope that it will be useful,  \nbut **WITHOUT ANY WARRANTY**; without even the implied warranty of **MERCHANTABILITY** or **FITNESS FOR A PARTICULAR PURPOSE**.  \nSee the GNU General Public License for more details.\n\n\nYou should have received a copy of the GNU General Public License along with this program.  \nIf not, see [http://www.gnu.org/licenses/](http://www.gnu.org/licenses/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fweespin%2Fkhinsiderdownloader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fweespin%2Fkhinsiderdownloader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fweespin%2Fkhinsiderdownloader/lists"}