MythNetTV release 6
New things in this release: Better testing: r114: Unit tests for video.py r148: Updated unit test now that we create more tables r151: Start work on syndication unit tests r153: Unit test for bad syndication dates, as well as more flexibility in db connections needed for this unit test r157: Nicer unit test failure output, and refactor GetVideoDir() into the utility module r181: Slightly improve syndication unit tests r183: Add flag parsing to unit tests, and fix some more flag name changes Better documentation: r117: Added a man page for video.py -- I'm not 100% happy with its name though Bug fixes: r114: Fixed a bug where the new filename for video transcode could be the same as the input filename, resulting in video corruption. This was found with one of the new video.py unit tests r116: The logic for the --prompt flag was the wrong way around. Fixed. r119: Nicer download status messages r121: Handle 404s in feed updates better r129: Slight tweak to SVN submit script r131: More accurate tracking of proxy usage (update during download, instead of just at the end) r137: Proxy budget being exceeded doesn't count as a failed download attempt r143: Subscribe now renables…