From 37f0f3577f6b05af18243c9ac0895298075c7258 Mon Sep 17 00:00:00 2001 From: Emory P Date: Sun, 3 Nov 2013 15:46:19 -0500 Subject: [PATCH] fixed up transcoding, transcode flac to ogg by default, sped up folder scan a bit and made artists unique field work properly okay thats good --- scanner.py | 1 - 1 file changed, 1 deletion(-) diff --git a/scanner.py b/scanner.py index 9a79573..c6116dd 100755 --- a/scanner.py +++ b/scanner.py @@ -79,7 +79,6 @@ class Scanner: self.__remove_track(tr) return False else: - print "Added ", path tag = self.__try_load_tag(path) if not tag: return False