Commit Graph

167 Commits

Author SHA1 Message Date
Ritiek Malhotra
74452e342a change order of trimSong() 2016-12-30 04:03:23 +05:30
Michael Parks
bb17db3f5d Change shebang to use environment python (#24)
Invoke python with env(1) to use the environment python rather than the system python
2016-12-30 00:45:34 +05:30
Ritiek Malhotra
266586a277 fix bug where old media players won't read meta tags 2016-12-29 13:05:06 +05:30
Ritiek Malhotra
2624cdace9 Minor Changes (#23)
* made code a little cleaner

* switched to requests from mechanize

* fixed sys.path error

* place list.txt with spotdl.py and not in Music/list.txt

* change a sub-heading to 'Instructions for Downloading Songs'

* remove mechanize

* change error message

* remove random comments

* no extra print

* remove random dots
2016-12-27 01:41:27 +05:30
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
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
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