|
|
@@ -34,6 +34,8 @@ import logging
|
|
|
## - Download the first X results from YoutubeSearch and pick best result
|
|
|
##
|
|
|
## - Allow interrupt to stop script (CTRL + C)
|
|
|
+##
|
|
|
+## - Test for Git
|
|
|
|
|
|
##Vars
|
|
|
if os.path.exists('config.ini'):
|
|
|
@@ -44,7 +46,7 @@ else:
|
|
|
print("Exiting...")
|
|
|
exit(1)
|
|
|
|
|
|
-VERSION="0.0.4"
|
|
|
+VERSION="0.0.5"
|
|
|
DOWNLOAD=config['DEFAULT'].getboolean('Download') #Download True/False
|
|
|
MUSICFILE=config['DEFAULT']['Musicfile'] #location of text file containing songs
|
|
|
RETRIES=config['DEFAULT'].getint('Retries') #Number of retries to search for songs
|