As they note, the true game information is available on the DirectTV website. I asked DirecTV if they would mind if I used XMLTV to scrape their listings. Response:DirecTV has directed us to not list the game information in our lineups
database, so unfortunately you would only have access to the static "NBA
League Pass" messages as you are viewing - even though the true game
information can be found on their site.
So I was able to get things going by supplementing my SD listings data with data scraped using the XMLTV DirecTV grabber (tv_grab_na_dtv). I did have to modify the stock grabber to get it to pull down the extened channel list. Had to add an extra parameter to the requset URL. Patch is attached. 2nd issue is that the scraped listings have a progam length of 6 hours. I'm running the listings through another little Perl script (attached) to adjust them to be 2.5 hours long. Then I use mythfilldatabase to load the listings into the MythTV database. The whole process is managed by a shell script (attached) that gets run once a day (at noon) by a cron job.We provide the information given on
the online guide for our customers to use, so you may use your PVR
software, but keep in mind the online guide is subject to change at any
time.
I'm posting all of this here in case somebody else is in the same situation. I hope google indexes this post and was able to help!