summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xclerk_helper1
1 files changed, 1 insertions, 0 deletions
diff --git a/clerk_helper b/clerk_helper
index 76c0036..14ac637 100755
--- a/clerk_helper
+++ b/clerk_helper
@@ -150,6 +150,7 @@ def restoreTrackRating(args):
columns = line.split(" "+config['global']['separator']+" ")
if song['title'] in line and song['date'] in line and song['album'] in line and song['track'] in line:
client.sticker_set('song', song['file'], 'rating', columns[0])
+ print("Imported song "+song['title']+" with rating of "+columns[0])
#create commandline arguments
parser = argparse.ArgumentParser(prog='mppc', description='A mpc clone in python')