Archive

Archive for May, 2007

SnapStream Schedule Plug-in for DigiGuide update

May 27, 2007 Comments off

Following an email request from a reader of my web site who requested a copy of my updated version of the digiadd.aspx file which comes with the SnapStream Schedule Plug-in for DigiGuide, I went looking for the file as I had not used Beyond TV for a while myself, but I could not find my modified version as I had upgraded to v4.6 of Beyond TV a while back and it looked like the file had got lost as part of the upgrade. I could not find a copy on any of my other machines either, so I put it on my to do list to revisit at some later stage. Over the last few weeks, I have been getting back to using Beyond TV and DigiGuide more and I decided to fix this. I started by reviewing the original digiadd.aspx file which comes with the Plug-in but it is written in VB.NET and the syntax is foreign enough to me to make updating it too hard. What I instead decided to do was rewrite the page from scratch using C#. I’ve now got recording working again from DigiGuide on my main machine to my BTV machine upstairs. Perhaps at some stage I might write my own replacement plug-in to make the HTTP request directly from the plug-in using Wininet rather than shelling out to a temporary HTTP page. That way you would be able to provide better control and configuration but for now, I’m happy enough to have this nice functionality back and working.

For more information on this and to download the updated file, please see my RedRat Tuner for Beyond TV page at http://www.naughter.com/redrattuner.html.

Finally, for more information about integrating with Beyond TV, check out http://code.snapstream.com/ which includes details on their various SDKs.

Advertisement
Categories: Web Site Updates

DtWinVer v1.75

May 18, 2007 Comments off

Just to let everyone know that v1.75 of DtWinVer has been released. Updates for this version include:

  • Updated copyright details.
  • Updated code to refer to Windows Server 2008 which was formerly known as Windows Server codename "Longhorn".
Categories: Web Site Updates

CFTPTransferDlg & CFTPTransferer v1.11

May 18, 2007 Comments off

Just to let everyone know that v1.11 of CFTPTransferDlg & CFTPTransferer has been released. Updates for this version include:

  • Updated documentation to say that resume is not supported.
  • Updated documentation to better describe how to add the classes into your application. Thanks to Roger Huggins for prompting this update.
Categories: Web Site Updates

W3Mfc v1.82

May 9, 2007 Comments off

Just to let everyone know that v1.82 of W3Mfc has been released. Updates for this version include:

  • Updated copyright details.
  • Fixed a bug in the two CHttpSocket::ReadResponse methods where the code would forget to keep the received buffer null terminated if the buffers have to be grown while a HTTP request is being parsed. Also these methods have been renamed to ReadRequest. Thanks to Alberto Massari for reporting this particularly nasty bug.
Categories: Web Site Updates