On Sun, Aug 03, 2003 at 07:23:38PM -0400, Joe Stump wrote: > I was hoping for a non-command line interface for this type of operation. > It looks like WebVCR+ is exactly what I'm looking for. I think I'll be > using that to record my stuff for now and then move back to Freevo when > this option is more robust.
It's up to you, but you could always use Rob's record_server which has a web interface already. > MySQL supports both subselects (as of 4.0) and foreign keys (through > innodb tables). Also, I'd be wary of SQLite's statements that it's faster > than MySQL since its tests were ran against 3.23 and not the latest 4.0 > (which is odd since 4.0 has been stable for quite a while). The rub is that MySQL's hack to allow subselects, etc. is slower than databases like PostgreSQL. Speed isn't so much the issue though, as is ease of use. To get Sqlite working in python you install the module. That's it. The application creates and manages the db internally, so there is no daemon's to watch or issues with installing and configuring. Aubin ------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 _______________________________________________ Freevo-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/freevo-users
