CC-1469: Crossfading support (non-equal power)

-webstreams scheduled in the future are now working...
This commit is contained in:
Martin Konecny 2013-03-15 15:07:55 -04:00
parent dd7fc61e23
commit 445573dcdb
5 changed files with 177 additions and 598 deletions

View file

@ -540,7 +540,7 @@ class PypoFetch(Thread):
#check if this file is opened (sometimes Liquidsoap is still
#playing the file due to our knowledge of the track length
#being incorrect!)
if not self.is_file_opened():
if not self.is_file_opened(path):
os.remove(path)
except Exception, e:
self.logger.error(e)