I gave a MythNetTV talk at linux.conf.au yesterday, and it went remarkably well. Hardly any fruit was thrown. I’m quite please that so far two patches have been sent to me after the talk, and questions in the talk promoted a release of version 7. I should share the following resources from the talk: the…
Tag: mythnettv
MythNetTV release 7
This release is smaller than the last one, but has some bug fixes which folk might find handy. New things in this release: Better testing: r232: Simple script to create the unit testing database New features: r210: Allow users to override the default bittorrent upload rate r212: Provide more sync information when running in verbose…
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,…
Please help me test trunk
I’m getting ready to do another MythNetTV release, as I’ve fixed quite a few things recently. I’d appreciate people testing the new code before I do an official release. You can get the current code like this: svn co http://www.stillhq.com/mythtv/mythnettv/svn That will create a directory called mythnettv, with a subdirectory named trunk, which is the…
Couldn’t determine the video directory?
A couple of people have contacted me in the last couple of days with an error where MythNetTV can’t determine the directory to put videos in. The error would look something like this: Importing data/tekzilla–0050–tehbunniez–hd.h264.mp4 Traceback (most recent call last): File “./mythnettv”, line 453, in main(sys.argv) File “./mythnettv”, line 212, in main mythnettvcore.DownloadAndImport(db, guid, out=out)…
MythNetTV release 5
New things in this release: There is now a users mailing list at http://lists.stillhq.com/listinfo.cgi/mythnettv-stillhq.com Moved to a public SVN server at http://www.stillhq.com/mythtv/mythnettv/svn/ Added the ‘justone’ syntax to the download command Another try at using gflags. This means that all the command lines have changed slightly. Moved the core of MythTV out of the user interface…
Please help me test trunk
I’m preparing a new release of MythNetTV, and would like some help testing the code, as I have re-factored how the user interface works and there is some risk that I have broken things in the process. You can get the code like this: svn co http://www.stillhq.com/mythtv/mythnettv/svn That will create a directory called mythnettv, with…
MythNetTV mailing list
I get a few support requests for MythNetTV, and I must admit that I sometimes get quite behind on my personal email, especially when I’m travelling. I’ve therefore created a mailing list for announcements and discussion in the hope that people will chat and come up with great ideas, as well as being able to…
MythNetTV release 4
New things in this release: Removed gflags because people found it hard to find Bug fix patch from David Linville applied Fixed broken imports caused by refactoring Transcode not needed for avc1 and m4v Another bug fix patch from David Linville applied Store filesize in the db Removed some namespace imports I am not a…
MythNetTV release 3
New things in this release: Started work on an RSS exporter for MythTV recordings DX50 doesn’t need transcode Tweaked supported video mime types so “Tikibar TV” and “Ask a ninja” work First cut of Bittorrent support Schema upgrades Archive recordings as well as importing them Improved –list output Subtitle restrictions on download as well Make…