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
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
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