From f7928bc1b7b52f3325ecea844728bffb74fe5eda Mon Sep 17 00:00:00 2001 From: "Shaurita D. Hutchins" Date: Thu, 20 Sep 2018 11:43:51 -0500 Subject: [PATCH 1/4] 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) From c5bb9452b211eb15777c93209ad9cb58de48b22c Mon Sep 17 00:00:00 2001 From: "Shaurita D. Hutchins" Date: Thu, 20 Sep 2018 11:45:09 -0500 Subject: [PATCH 2/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1de5b99..2a41ffd 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ - Works straight out of the box and does not require you to generate or mess with your API keys (already included). -Below is how your music library will look like! +Below is how your music library will look! From b6a40eb45dec073f92cd4010a2c8bfc28301118c Mon Sep 17 00:00:00 2001 From: "Shaurita D. Hutchins" Date: Fri, 21 Sep 2018 11:13:14 -0500 Subject: [PATCH 3/4] Changed pip install line to code block. --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2a41ffd..2577bea 100644 --- a/README.md +++ b/README.md @@ -22,14 +22,16 @@ Below is how your music library will look! :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) [python2](https://github.com/ritiek/spotify-downloader/tree/python2) branch. spotify-downloader works with all major distributions and even on low-powered devices such as a Raspberry Pi. +``` +$ pip3 install spotdl +``` + Check out the [Installation](https://github.com/ritiek/spotify-downloader/wiki/Installation) wiki page for OS-specific instructions to get spotify-downloader working on your system. From ba8f872d6d1b3476545a8630a659568ca58a93de Mon Sep 17 00:00:00 2001 From: Ritiek Malhotra Date: Sat, 22 Sep 2018 10:19:14 +0530 Subject: [PATCH 4/4] Be sure to check out the wiki! --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2577bea..5181f0c 100644 --- a/README.md +++ b/README.md @@ -28,12 +28,13 @@ If you still need to use Python 2 - check out the (outdated) spotify-downloader works with all major distributions and even on low-powered devices such as a Raspberry Pi. +spotify-downloader can be installed via pip with: ``` $ pip3 install spotdl ``` -Check out the [Installation](https://github.com/ritiek/spotify-downloader/wiki/Installation) wiki page -for OS-specific instructions to get spotify-downloader working on your system. +but be sure to check out the [Installation](https://github.com/ritiek/spotify-downloader/wiki/Installation) wiki +page for detailed OS-specific instructions to get it and other dependencies it relies on working on your system. ## Usage