Re: [Freevo-devel] First pass at basic class design for scheduler

2003-03-16 Thread Brian J. Murrell
On Sun, Mar 16, 2003 at 11:13:21AM -0400, Rob Shortt wrote: > > Brian, I like the concept of having Programs, Episodes, and Showings as > distinct classes and it really makes sense for recording TV. Indeed. I guess I am going after that "model after the real world" kind of thing. :-) > Are yo

Re: [Freevo-devel] First pass at basic class design for scheduler

2003-03-16 Thread Rob Shortt
Brian J. Murrell wrote: Here is my first pass at class design for the scheduler. The basic concept is as I said before, Programs have Episodes which have Showings. I have a couple of issues which I hope y'all can help with (this is my first Python code :-) so here goes: Brian, I like the concept

[Freevo-devel] First pass at basic class design for scheduler

2003-03-15 Thread Brian J. Murrell
Here is my first pass at class design for the scheduler. The basic concept is as I said before, Programs have Episodes which have Showings. I have a couple of issues which I hope y'all can help with (this is my first Python code :-) so here goes: # read xmltv and parse it into programs/episodes