Reply to thread

this is one thing I miss from BeyondTV. BTV is a zap2it customer and I can login a BTV TV EPG page, select a show and say I want to record 1 episode, all episodes, or all new episodes. The BTV SW will periodically auto download the remote recording. zap2it has support for Tivo but you need a Tivo account. I think tvguide.com has some directtv support.


You can sort of do this with www.titantv.com. If you setup an account you can select a show and download a "program.tvpi" file to record the show. The file looks like xml. They also mention supporting PVRs like hauppauge, RedButton Linux Live, see "Related Links" on bottom of page.


example tvpi file


[CODE]

<tv-program-info version="1.0">

<program>

<station>KPIX-DT</station>

<tv-mode>digital</tv-mode>

<program-title>Survivor: Blood vs. Water</program-title>

<episode-title>Rule In Chaos</episode-title>

<program-description>The first castaway is sent home for good after the season&apos;s first challenge on Redemption Island; the veterans consider starting their own alliance, but some are hesitant because that means they may have to leave their loved ones behind.</program-description>

<start-date>20130926</start-date>

<start-time>03:00</start-time>

<end-date>20130926</end-date>

<end-time>04:00</end-time>

<duration>01:00</duration>

<rf-channel>29</rf-channel>

<psip-major>5</psip-major>

<psip-minor>1</psip-minor>

<stream-number>1</stream-number>

</program>

</tv-program-info>

[/CODE]


Top Bottom