Release 1 -> Release 2: - Started working harder to ensure video filenames are unique once imported into MythTV, I now prepend video files with epoch seconds at time of import - DIVX (not divx) doesn't need transcode, added. Check for the existance of the video directory, and return an error if it needs creating. - Handle storage groups, check for the existance of the data directory - Updated docs - Complained about the poor state of SWF support - WMV support - FLV support Beta 4 -> Release 1: - Inital work on transcoding smaller files to something else - Better error checking for MySQL configuration and accessibility - Fixed bug where MythNetTV was unhappy if there were no channels configured in the MySQL database - Found, and hopefully fixed, a bug where program dates were not always being tracked correctly. Also added a check to make sure this doesn't happen again - Added --markread, which lets you mark old shows as already downloaded Beta 3 -> Beta 4: - Made --update more terse - Made --update more liberal about what it considers to be a video, specifically added video/quicktime and text/html (to work around the rather broken http://www.mobuzztv.com/uk/rss/quicktime - Added a filter option to --download to constrain it to only downloading shows with a specific title - Added transcoding for mov files - If there is a straggling import, and it causes as error, just skip it and mark it as imported - Don't reset transferred data statistic when we start downloading a show again - Started implementing moniker support for downloads - Unsupported monikers will result in an attempt to download the URL using mplayer (which works for RTSP and MMS at the least) Beta 2 -> Beta 3: - Renamed to mythnettv - todoremote bug fixed (bad column name) - statistics bug fixed (no transfer stats caused crash) - It is now possible to do a --todoremote, --importremote, or --importlocal and provide all the needed information on the command line Beta 1 -> Beta 2: - Now 50% of downloaded programs will be from the oldest queued, and 50% are the newest queued - Added --importremote, --todoremote, and --importlocal - Implemented transcoding via mencoder. It's quite possible it'll encounter a format it doesn't know about. Please let me know if that happens to you. - Added --subscribe, --unsubscribe, --list and --update - Added --statistics, --log, and --nextdownload