From f7928bc1b7b52f3325ecea844728bffb74fe5eda Mon Sep 17 00:00:00 2001 From: "Shaurita D. Hutchins" Date: Thu, 20 Sep 2018 11:43:51 -0500 Subject: [PATCH] Updated README. Added pip install information to README and made metadata bullet list smaller. --- README.md | 22 +++++++--------------- 1 file changed, 7 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 6fcc949..1de5b99 100644 --- a/README.md +++ b/README.md @@ -8,29 +8,21 @@ - Downloads songs from YouTube in an MP3 format by using Spotify's HTTP link. - Can also download a song by entering its artist and song name (in case if you don't have the Spotify's HTTP link for some song). -- Automatically applies metadata to the downloaded song which include: +- Automatically applies metadata to the downloaded song which includes: - - Title - - Artist - - Album - - Album art - - Lyrics (if found on http://lyrics.wikia.com) - - Album artist - - Genre - - Track number - - Disc number - - Release date - - And more... + - `Title`, `Artist`, `Album`, `Album art`, `Lyrics` (if found on [lyrics wikia](http://lyrics.wikia.com)), `Album artist`, `Genre`, `Track number`, `Disc number`, `Release date`, and more... -- Works straight out of the box and does not require to generate or mess with your API keys (already included). +- Works straight out of the box and does not require you to generate or mess with your API keys (already included). -That's how your music library will look like! +Below is how your music library will look like! ## Installation -**This tool works only with Python 3.** +:heavy_exclamation_mark: **This tool works only with Python 3.** + +`pip install spotdl` Python 2 compatibility was dropped because of the way it deals with unicode (2020 is coming soon too). If you still need to use Python 2 - check out the (outdated)