Tanja wrote:
> And there is another traceback that I had when trying to restart the system 
> via the shutdown menu:
> 
> 2008-03-04 22:30:50,410 DEBUG    record_client.py (215) 
> getScheduledRecordingsNow.result=<tv.record_types.ScheduledRecordings 
> instance a
> t 0x912df8c>
> Traceback (most recent call last):
>    File "/usr/local/freevo1/freevo/src/main.py", line 292, in eventhandler
>      app.eventhandler(event)
>    File "/usr/local/freevo1/freevo/src/menu.py", line 730, in eventhandler
>      action(arg=arg, menuw=self)
>    File "/usr/local/freevo1/freevo/src/menu.py", line 92, in select
>      self.function(arg=self.arg, menuw=menuw)
>    File "/usr/local/freevo1/freevo/src/plugins/autoshutdown.py", line 223, in 
> confirm_restart_system
>      info = self.message_check(wakeup=False)
>    File "/usr/local/freevo1/freevo/src/plugins/autoshutdown.py", line 156, in 
> message_check
>      is_shutdown_allowed()
>    File "/usr/local/freevo1/freevo/src/plugins/autoshutdown.py", line 446, in 
> is_shutdown_allowed
>      t = __get_scheduled_recording(0)
>    File "/usr/local/freevo1/freevo/src/plugins/autoshutdown.py", line 706, in 
> __get_scheduled_recording
>      proglist = schedule.getProgramList().values()
> AttributeError: 'tuple' object has no attribute 'getProgramList'


I've just committed a lot of TV code, it's still not fully tested but is 
must quicker. I'm busy testing and fixing it but it will be a little 
unstable over the next few days.

The storing of scheduled recordings has changed from xml to pickle and 
favourites have been split out of the scheduled recordings so in the 
long term losing the schedule does not delete the favourites.

NOTE It also means that so any current favourites will be lost and will 
need re-adding, sorry but this is a pain.

If you can stand the loss of favourites, then it good to update.

Duncan

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Freevo-devel mailing list
Freevo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to