It's been so long since I've been able to create shiny new things. I'm itching to sit down and spend days on end inventing something really useful. I have a few ideas of fun things I can make, too -- I just need to be able to sit down and make them.
Mrrr. Stupid exams.
Comments
On my computer, I have a wintv card, and given my computer already has a hard disk of course, you can record tv to hard disk. Generally this works ok, give or take the program will take up to 30 seconds to load and start rolling, but the recording program is not really a problem and does a good job of being able to be invoked from the command line to do the user's bidding.
My problem is the interface for setting the timer is not very good. Not only is the interface poor, setting the duration is difficult, and that whole pre-roll problem we had earlier,but consider you wanted to record a series, say for example Dr who, which due to the vaguearies of BBC1's scheduling is on at a slightly different time every week, whereas wintv scheduler will record something at the same time daily or weekly, this won't be of much use, but looking up stuff on the radio times website and copying it down also sucks from a useability standpoint.
The wintv scheduler program is itself very simple, all it is is a front end for the windows task scheduler service. Programming for which is easy enough in visual basic. Moreover it's possible to get tv listings via an RSS feed, so it's possible to give the users a display of the tv listings where they can click to record a program, or have it grep through for the users favourite programs or keywords to record.
The challenges here are thus:
display to the user human readable RSS output, make this clickable, and make an alorythm that formats this into a new scheduled task.