Commit Graph

922 Commits

Author SHA1 Message Date
Ritiek Malhotra
ea26cf8cbd removed unused variable 2016-12-02 11:41:18 +05:30
Ritiek Malhotra
41816edda3 printing lyrics now works 2016-12-01 22:12:36 +05:30
Ritiek Malhotra
0fbaad4153 improved code quality 2016-12-01 09:57:09 +05:30
Ritiek Malhotra
44528217e0 removed a useless function 2016-11-30 22:18:12 +05:30
Ritiek Malhotra
91e200cc60 removed an extra variable 2016-11-30 22:07:39 +05:30
Ritiek Malhotra
2448894d9c handle blank lines in list.txt more gracefully 2016-10-21 12:52:52 +05:30
Ritiek Malhotra
1f46d7b7df Fixed a minor bug when using list (#16)
* fix for last song in list.txt

* decode song names using utf-8

* added youtube-dl
2016-10-17 00:58:14 +05:30
Ritiek Malhotra
e9449879c7 added youtube-dl 2016-10-14 19:54:26 +05:30
Ritiek Malhotra
010e0e157b decode song names using utf-8 2016-10-14 17:06:39 +05:30
Ritiek Malhotra
84e64b965e fixed an additional misuse of root 2016-10-11 20:47:28 +05:30
Vincenzo "vikkio88
f740b17cf0 Set of minor fixes (#11)
* minor fix on main script

* added gitignore

* Fixed problem related to sudo misused on the convert command
2016-10-11 20:45:19 +05:30
Ritiek Malhotra
aac2020214 encodes both spotify titles and inputs 2016-10-11 16:09:00 +05:30
Ritiek Malhotra
eaf23f5848 ability to copy all song URI's at once 2016-10-11 14:27:51 +05:30
Ritiek Malhotra
1f50a1fc88 ability to copy all song URI's at once 2016-10-11 14:27:11 +05:30
Ritiek Malhotra
178ba52e9a fixed encode error
works, but encodes wrong on windows
2016-10-11 14:09:35 +05:30
Ritiek Malhotra
096212954e made a standalone script (#10)
* Delete setup.py

* Delete setup.cfg

* Delete spotdl

* Create spotdl.py

* added instrcutions for standalone script
2016-10-11 12:06:29 +05:30
Ritiek Malhotra
1162b53d07 improved readme 2016-10-10 23:24:56 +05:30
Ritiek Malhotra
84e892dd29 improved readme 2016-10-10 23:19:05 +05:30
Ritiek Malhotra
99c3dad67e fixed info for installing avconv on windows 2016-10-10 22:49:10 +05:30
Ritiek Malhotra
504265addc fixed info for installing avconv on windows 2016-10-10 22:47:40 +05:30
Ritiek Malhotra
f20fd9bf04 fixed misleading info in readme 2016-10-10 19:18:54 +05:30
Ritiek Malhotra
55e770734d info on using on windows 2016-10-10 07:49:59 +05:30
Ritiek Malhotra
0b2adf572e info on using on windows 2016-10-10 07:27:39 +05:30
Ritiek Malhotra
b45c3e6898 fixed a broken link 2016-10-10 07:25:04 +05:30
Ritiek Malhotra
3219eedcdd fixed a broken link 2016-10-10 07:23:36 +05:30
Ritiek Malhotra
eac549f847 Merge pull request #8 from Ritiek/developer
windows support
2016-10-10 07:14:40 +05:30
Ritiek Malhotra
22fd01c4bb Update README.md 2016-10-10 07:12:00 +05:30
Ritiek Malhotra
feb19e498c Update README.md 2016-10-10 07:11:29 +05:30
Ritiek Malhotra
e037c461b8 Update README.md 2016-10-10 07:11:07 +05:30
Ritiek Malhotra
4e932aa621 Update README.md 2016-10-10 07:10:22 +05:30
Ritiek Malhotra
11925926e3 Update spotdl 2016-10-10 06:22:07 +05:30
Ritiek Malhotra
893b4255d3 Update spotdl 2016-10-10 05:00:35 +05:30
Ritiek Malhotra
b4ce64bf12 Update spotdl 2016-10-10 04:56:09 +05:30
Ritiek Malhotra
e71b003576 windows compatibility 2016-10-10 04:47:16 +05:30
Ritiek Malhotra
68b4061b46 windows compatibility 2016-10-10 04:42:06 +05:30
Ritiek Malhotra
31badf641e fixed permissions 2016-09-29 11:56:09 +05:30
Ritiek Malhotra
3f916c726a no need to chmod list.txt 2016-09-29 11:41:30 +05:30
Ritiek Malhotra
ca73225584 set-up list.txt with proper permissions 2016-09-29 11:39:51 +05:30
Ritiek Malhotra
5e79d7948f converts to 192k bitrate 2016-09-29 11:26:33 +05:30
Ritiek Malhotra
0b7efbc212 MIT License 2016-09-28 18:11:42 +05:30
Ritiek Malhotra
63e605f81a mp3 format 2016-09-28 18:10:44 +05:30
Ritiek Malhotra
327c9c8f94 raw song is .m4a instead of .webm now 2016-09-28 18:09:55 +05:30
Ritiek Malhotra
b9f59b61ed changed permissions 2016-09-28 17:41:08 +05:30
Ritiek Malhotra
1ed466115b Update requirements.txt 2016-09-28 12:07:10 +05:30
Ritiek Malhotra
908110d9ae update using git pull 2016-09-28 12:00:42 +05:30
Ritiek Malhotra
d79c62493a update using git pull 2016-09-28 11:58:58 +05:30
Ritiek Malhotra
eeee6c8ea4 fixed info on lyrics command 2016-09-28 11:03:40 +05:30
Ritiek Malhotra
96f6e7bc07 Merge pull request #3 from RussellBradley/master
Use requirements.txt to install python packages
2016-09-28 10:48:48 +05:30
Ritiek Malhotra
725e563a92 merged pull request 2016-09-28 10:48:33 +05:30
Ritiek Malhotra
a47970630b Delete requirements.txt 2016-09-28 10:45:34 +05:30