]> git.parisson.com Git - deefuzzer.git/commit
Split try block for exporting the different feed types (so failure on one doesn't...
authorachbed <github@achbed.org>
Wed, 3 Dec 2014 15:16:09 +0000 (09:16 -0600)
committerachbed <github@achbed.org>
Wed, 3 Dec 2014 15:16:09 +0000 (09:16 -0600)
commitd0521b114b1e8b06ad1c9ebb79c1c713b4c94f51
treed47a3874093284779c46cb61357241bd9c2dbe81
parentd1913f964d7f01a24bc9db63fad674be73eb71c9
Split try block for exporting the different feed types (so failure on one doesn't block the other)
Converted the Producer to put a static True value on the queue instead (prevent possible overflow)
Add jingles:frequency option
Now resets counter to prevent eventual overflow
Add saving of status file to record current position
Add reading of status file on station init to restart where it left off
Reset the counter when incremented to prevent overflows
When a new playlist is detected (ie, songs added/removed) playback attempts to keep going instead of restarting
deefuzzer/core.py
deefuzzer/station.py