Cleaned up Generator + readme
This commit is contained in:
parent
889137712a
commit
7a22c9efec
2 changed files with 3 additions and 3 deletions
|
|
@ -2,11 +2,10 @@ import os
|
|||
from mutagen.easyid3 import EasyID3
|
||||
from mutagen.mp3 import MP3
|
||||
import requests, ast, time, math, argparse, json
|
||||
|
||||
loading = ["-","\\","|","/"]
|
||||
|
||||
# place your lastfm key in the slot below
|
||||
apikeylastfm="YourLastfmKeyHere"
|
||||
|
||||
loading = ["-","\\","|","/"]
|
||||
songFiles = os.listdir(r'./sound')
|
||||
parser=argparse.ArgumentParser(description="Options for the generation of the song database")
|
||||
parser.add_argument('-m', '--mode', help='new/update: Remake database or update current', default= "update")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue