From f2c7ecfef0b525aa1d80b43effdb45886af42067 Mon Sep 17 00:00:00 2001 From: Maddox Werts Date: Sun, 9 Jun 2024 20:03:42 +0000 Subject: [PATCH] Update README.md --- README.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dafde44..f267232 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,21 @@ # SongPuller +### Easily pull songs from many platforms with MetaData. -Easily pull songs from many platforms with MetaData. \ No newline at end of file +In order to use this program you need a **compatible song platform** *(ex: SoundCloud, Spotify, Apple Music, etc.)* +As of June 9th, 2024, The only platform supported is **SoundCloud**. It uses a third party platform to download the songs, so if that goes down I will need to re-program this project. + +To download a song: + 1. Open the executable + 1. Open a compatible song platform and find your song + 1. Copy the "share" link + 1. Inside the executable, go to the "Download a Song" page + 1. Paste the link when it asks you to + 1. Ensure that the song name is correct and enter "y" + +Once it's done downloading, you may find your .mp3 file inside of the *./out* directory. +This file already has all metadata available attached including: +- Title +- Author +- Cover Image + +This software is a **Use At Your Own Risk** program. I am not responsible for any legal trouble that this may entail. This project was created for **Educational Purposes** to show how one can download files from a CDN (Content Delivery Network). \ No newline at end of file