Hi, What I really missed in freevo1.6 is the possibility to browse TV genres. So for example I would like to see what movies are broadcasted the next few days. So I started creating a tv plugin. Attached you can find the plugin. If you like it you can put it in svn. ;) I have a few remarks on other modules which I came across: freevo/ui/src/tv/program.py: Very nice class. It contains an function submenu, which has an parameter (additional_items) who is default False. From the lists of programs, which is generated by this plugin, I would really like to have these additional_items to be enabled. I also see that the tvguide sets the additional_items to True. So isn't it better to set this default to true or even enabled this always? kaa.epg.search(): This function is used 2 times in this plugin. 1) for finding the available genres in the epg guide. 2) for filtering the programs which has a specific genre. But infact what it really does is simply retrieve a list of ALL the programs. Filtering is done afterwards. In mine point of view, it would nice if this could be done by this search function. So query the epg data for these kind of things. I think it would also be much faster...
Next thing I want to take a look at is fixing the view_favorites and scheduled_recordings plugins for freevo 2.0. regards, Jose
tvgenre.py
Description: application/python
------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier. Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________ Freevo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freevo-devel
