aaxConvert.py
@@ -6,7 +6,7 @@ import shlex import json from getaaxkey.getaaxkey import getcorrectkey import querysubsonic from querysubsonic import findalbumbyname # arguments # activation_key, file name, codec(default to mp3) @@ -132,9 +132,7 @@ metadata = getmetadata(rfile) album = getmetadatatags('album') #See if we got it already if findalbumbyname(album): return 0 else: if (findalbumbyname(album) == False): artist = getmetadatatags('artist') title = getmetadatatags('title') act_byte = getcorrectkey(rfile)