Adam, I blew it and missed one. Line 1075 in
tv/plugins/recording_manager.py needs to be:
accessed = time.time() - os.stat(recorded_item.filename)[7]
When I first wrote this, I imported time from time, so I could get away
with just time(). But now that other things in RM are using the time
library and it's being imported as a whole, it needs to be time.time().
It's sneaky, because it doesn't crash until the minimum space threshold
is crossed and the cleanup daemon puts together its list of deletion
candidates. Otherwise everything will run fine.
I can submit something to the tracker for this if needed, but since it
was just a one-liner, I was hoping I could just post it for you here
rather than open a whole new bug just for it.
James
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand
malware threats, the impact they can have on your business, and how you
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Freevo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-devel