1
0
mirror of https://github.com/spl0k/supysonic.git synced 2024-11-14 22:22:18 +00:00

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
This commit is contained in:
Emory P 2013-11-03 15:46:19 -05:00
parent 8d678bef87
commit 37f0f3577f

View File

@ -79,7 +79,6 @@ class Scanner:
self.__remove_track(tr) self.__remove_track(tr)
return False return False
else: else:
print "Added ", path
tag = self.__try_load_tag(path) tag = self.__try_load_tag(path)
if not tag: if not tag:
return False return False