From 2ddb2b8a89e36c037f67a48968708624f1344d4b Mon Sep 17 00:00:00 2001 From: MCorange Date: Thu, 10 Oct 2024 02:16:33 +0300 Subject: [PATCH] Fix missing links --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index b5662c8..aef6189 100644 --- a/README.md +++ b/README.md @@ -5,17 +5,17 @@ An open source music downloader AND player (soon (TM)) ## Design Written in rust, it *tries* to be fast, reliable, and actually useful, as it doesnt stream the music from a server where it could be deleted and lost forever. -It uses [egui](#) for a crossplatform frontend that makes it possible to run almost anywhere. -The music is downloaded via [ytdlp](#) and [spotdl](#), and converted to your favorite format via [ffmpeg](#) +It uses [egui](https://www.egui.rs/) for a crossplatform frontend that makes it possible to run almost anywhere. +The music is downloaded via [ytdlp](#Dependencies) and [spotdl](#Dependencies), and converted to your favorite format via [ffmpeg](#Dependencies) ## Offline usage Your whole music library is downloaded to your music folder (unless its being ran in standalone mode). Saved in your selected format. All of the info required to download your songs is stored in 1 file (!). So all you need to backup all of your music is just 1 relatively small file AND you get the added benefit of easily moving your music between devices with just 1 manifest file, 1 executable (and 3 [dependencies](#dependencies)). Just press `download all` and see as all of your playlists appear in your hard drive, powereded by Open Source software. ## Dependencies -[ffmpeg](#): To convert your music files to your desired format. -[spotdl](#): To download music from spotify, because ofcourse spotify had to be the special child -[ytdlp](#): To download music from every single other source +[ffmpeg](https://ffmpeg.org/): To convert your music files to your desired format. +[spotdl](https://github.com/spotDL/spotify-downloader): To download music from spotify, because ofcourse spotify had to be the special child +[ytdlp](https://github.com/yt-dlp/yt-dlp): To download music from every single other source The rust dependencies can be found in the [Cargo.toml](/Cargo.toml) file.