{"id":15059911,"url":"https://github.com/0zean/yt2mp3","last_synced_at":"2026-01-06T19:05:03.836Z","repository":{"id":254773042,"uuid":"847474161","full_name":"0zean/YT2MP3","owner":"0zean","description":"A WinUI 3 C# application for interfacing with yt-dlp","archived":false,"fork":false,"pushed_at":"2024-09-16T02:14:50.000Z","size":135,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-27T16:13:37.098Z","etag":null,"topics":["csharp","music","windows-app","winui3","yt-dlp"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/0zean.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":"2024-08-25T23:11:57.000Z","updated_at":"2025-01-06T13:20:00.000Z","dependencies_parsed_at":"2024-09-16T03:28:03.563Z","dependency_job_id":"28fc00f2-dc7a-417d-9731-75351bc58814","html_url":"https://github.com/0zean/YT2MP3","commit_stats":null,"previous_names":["0zean/yt2mp3"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/0zean/YT2MP3","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0zean%2FYT2MP3","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0zean%2FYT2MP3/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0zean%2FYT2MP3/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0zean%2FYT2MP3/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/0zean","download_url":"https://codeload.github.com/0zean/YT2MP3/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0zean%2FYT2MP3/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278028934,"owners_count":25918069,"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","status":"online","status_checked_at":"2025-10-02T02:00:08.890Z","response_time":67,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["csharp","music","windows-app","winui3","yt-dlp"],"created_at":"2024-09-24T22:49:50.461Z","updated_at":"2025-10-02T15:31:12.698Z","avatar_url":"https://github.com/0zean.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# YT2MP3\n\nYT2MP3 is a WinUI 3 desktop application built using C#. It is built around `yt-dlp` to download audio from a YouTube link and `ffmpeg` to handle audio type conversions. The app is designed with the Windows 11 Mica theme and is intended to simplify the `yt-dlp` experience.\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"YT2MP3/Assets/demo.png\" /\u003e\n\u003c/p\u003e\n\n## Features\n\n- **YouTube Audio Download**: Input a YouTube URL and download the audio directly to your local machine.\n- **Playlist Support**: Option to download entire playlists with a single click.\n- **Destination Selection**: Choose where you want to save the downloaded audio files.\n- **Modern UI**: Built using WinUI 3, leveraging the Mica design for a sleek Windows 11 look and feel.\n\n## Prerequisites\n\n- **Visual Studio 2022** with the following workloads installed:\n  - `.NET Desktop Development`\n  - `Desktop Development with C++` (for WinUI)\n- **yt-dlp**: The app uses `yt-dlp` to download YouTube content. The app includes a PowerShell script to install or update `yt-dlp` automatically.\n- **ffmpeg**: The app uses `ffmpeg` for high quality audio conversion. The app includes a PowerShell script to install `ffmpeg` automatically.\n\n## Installation\n\n1. **Clone the Repository**:\n    ```bash\n    git clone https://github.com/0zean/YT2MP3.git\n    cd YT2MP3\n    ```\n\n2. **Open the Solution**:\n    - Open `YT2MP3.sln` in Visual Studio 2022.\n\n3. **Build the Project**:\n    - Ensure all dependencies are restored, and build the solution.\n\n4. **Install yt-dlp and ffmpeg**:\n    - Run the `InstallUtils.ps1` PowerShell script to install or update `yt-dlp` and `ffmepg`.\n\n5. **Run the App**:\n    - Start the application by pressing `F5` in Visual Studio.\n\n6. **Optionally Install the App**:\n    - By right-clicking the `.csproj` file in Visual Studio, you can select \"Package and Publish\" -\u003e \"Create App Packages\" to generate an MSIX installer to install the app on your PC.\n\n## Usage\n\n1. **Input YouTube URL**: Enter the URL of the YouTube video or playlist in the provided input field.\n2. **Select Destination**: Choose the folder where you want to save the downloaded audio files.\n3. **Playlist Option**: Check the playlist checkbox if the provided URL is a playlist.\n4. **Download**: Click the download button to start the process.\n\n## Built With\n\n- **C#**\n- **WinUI 3**\n\n## Contributing\n\nContributions are welcome! Please follow these steps:\n\n1. Fork the repository.\n2. Create a new branch (`git checkout -b feature/your-feature`).\n3. Commit your changes (`git commit -m 'Add your feature'`).\n4. Push to the branch (`git push origin feature/your-feature`).\n5. Open a pull request.\n\n## License\n\nThis project is licensed under the GLP3 License - see the [LICENSE](LICENSE) file for details.\n\n## Acknowledgements\n\n- [yt-dlp](https://github.com/yt-dlp/yt-dlp) for making the downloading process easy.\n- [ffmpeg](https://www.ffmpeg.org/) for audio conversion.\n- Microsoft for the WinUI 3 platform.\n- \u003ca href=\"https://www.flaticon.com/free-icons/installer\" title=\"installer icons\"\u003eInstaller icons created by riajulislam - Flaticon\u003c/a\u003e\n\n## Support\n\nIf you find this project helpful, please give it a ⭐ on GitHub!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0zean%2Fyt2mp3","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F0zean%2Fyt2mp3","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0zean%2Fyt2mp3/lists"}