On Thu, Mar 04, 2004 at 11:33:53PM -0400, Rob Shortt wrote: > 2) TV guide speed: Its too slow!! (loads slow) Yes, I want all the > functionality AND speed. Can we do something about this? I think the > speed is affected by the amount of data we pass back to the web browser. > I have lots of channels and really notice bad load time, I only > display 2 hours in by guide as well.
Well, the way we do it now is, well to be frank, completely inefficient. Instead of using DHTML popups, why don't we use a new window popup? i.e. window.open() If there are 50 shows on the screen, we send 50 popups. Instead, we should just window.open a smaller window. It would make a huge difference. (Just to see, I tried doing a line count... the guide is 7290 lines and 300k. Stripping out the popups reduces it to 424 lines and 28k. And this is for three hours at a time) > 3) Genre support: I really like the genre support (genre.rpy and the > genre options at the top of the guide) and think we could add onto it a > bit. Maybe we can merge genre.rpy and search.rpy with advanced search > options. Also most times when I use the genre I would like to see more > than the current days worth and the guide loading slow makes me to not > want to change the guide date. The genre option list could be an entry > to an advanced search with prepopulated fields. What about color coding genres? At least allowing it be optionally configured so you could highlight "comedy" in red, or "sports" in green, etc. > Also is there a good way to search for movies? Is all we have to go by > the MPAA rating? It would be awesome to do a search for all movies, or > all movies of a particular genre. We could do lots with an advanced search. Try tv_imdb (included with xmltv) and we could go from there. > 1) Prepopulate edit_favorites.rpy fields. When you edit an existing > favorite it loses some of your previous properties. Probably not too hard; just use the 'selected' in the form fields. > 2) Confirm on delete file. Yep, I got bit by this one once too. :) Should we be showing the FXD filename or the raw filename? It seems inconsistent right now. ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ Freevo-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/freevo-devel