This unfinished tool is no longer under active development. I highly recommend you use its replacement, CCVTAC, which is a far more developed command line utility.
This is a very simple UI wrapper for yt-dlp using Avalonia and C# that I created to get some practice with Avalonia. It provides a straightforward UI to more easily extract MP3 files from specified YouTube videos.
It's a work in (occasional) progress, is rather rough around the edges, and currently must be compiled manually, but works well for my own purposes.
Feel free to use it, but please do so responsibly!
- .NET 8 runtime
- yt-dlp
Use dotnet run
to start the program manually.
- Better UI responsiveness during long operations (issue #5)
- Check into Asian language support