From c35a58dbe854ca86f36d170b7b9da5d72fadd0ba Mon Sep 17 00:00:00 2001 From: Ritiek Malhotra Date: Thu, 2 Feb 2017 09:59:34 +0530 Subject: [PATCH] update docs for optional conversion --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2c0cbfa..9878a10 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,11 @@ Now to run the script type: First launch the script using the above command as mentioned for your OS. +If you want to skip the conversion process and meta-tags, run the script by passing `-n` or `--no-convert` option: +`sudo python spotdl.py -n` or `python.exe spotdl.py -n` depending on your OS. + +Use `-h` option to see full list of supported options. + #### Downloading by Name: For example: @@ -129,7 +134,7 @@ the nights avicci ``` • play - will play the last song downloaded using mplayer • list - downloads songs from list.txt -• lyrics - will print out the lyrics for last downloaded song. +• lyrics - will print out the lyrics for last downloaded song • exit - exit the script ```