exit loop

This commit is contained in:
SpootDev 2016-03-31 10:55:21 -05:00
parent 2e1a2328fd
commit 065bff5215
1 changed files with 286 additions and 285 deletions

View File

@ -195,6 +195,7 @@ def getSongTags(file):
if pic.type == 3 and pic.data:
#the file has an embedded cover
hasEmbeddedCover = True
break
if audio.get("rating"):
rating = float(audio.get("rating")[0])
#flac rating is 0-100 and needs to be converted to 0-5 range