@ -27,8 +27,11 @@ def scrobble(thealbum):
else:
theartist = album["artist"]
thetrack = item
last_api_call = network.scrobble(theartist,thetrack,int(time.time()))
print("Scrobbled " + item)
if theartist == "noscrob":
print("Skipped " + thetrack)
countdown(tracklist[item])
if i < len(album["tracks"]):
input("Press enter after changing side")