2006-02-07, 06:05 AM
I wasnât sure where to post this so⦠here goes.
Thereâs no denying how cool PVRs are. But, they work best for recording things you already know you want to watch (series, sporting events, movies youâve heard of) and not so well for movies youâve never heard of. I run GBPVR and I have a Dish Network provided PVR and both restrict movie descriptions to a line and a half and future showtimes to a couple of days.
So, I built a solution. Itâs called MoviesOnCable.com and Iâve got every showtime from the HBO, Showtime, and Starz families of stations. There are links to the movie channelâs websites and other movie info sites to learn more about a film. Iâve built in PVR connectivity so I can click from any movie on the site straight over to my GBPVR search screen and click record. Conversely, Iâve made a one-line mod to GBPVR to allow me to look up movies on the web site.
I just released a new code base, so the site now supports sharing movies with friends, printing wrappers, and a ton of other features. One of my favorite features is the ability to ignore movies. For example, the Chevy Chase turd âMan of the Houseâ is coming on 107 times this month. If I were at the mercy of my cable box Iâd have to ignore it that many times to try and find a movie thatâs worth watching. MoviesOnCable.com lets me click âIgnore itâ and I never see it again!
So, take a look and let me know if it works for you. If you have any suggestions Iâm all ears.
Thanks,
Scott
scott@moviesoncable.com
To get GBPVR to link to MoviesOnCable.com edit gbpvr\web\Details.aspx and replace the line that contains âimages/program_hdr_pi.gifâ with the following.
<td align="right"><a href="http://moviesoncable.com/search.php?rownum=0&searchtitle=<%=showTitle.Text%>" target=MOC_new><img src="images/program_hdr_pi.gif" width="253" height="45" border="0"></a></td>
Thereâs no denying how cool PVRs are. But, they work best for recording things you already know you want to watch (series, sporting events, movies youâve heard of) and not so well for movies youâve never heard of. I run GBPVR and I have a Dish Network provided PVR and both restrict movie descriptions to a line and a half and future showtimes to a couple of days.
So, I built a solution. Itâs called MoviesOnCable.com and Iâve got every showtime from the HBO, Showtime, and Starz families of stations. There are links to the movie channelâs websites and other movie info sites to learn more about a film. Iâve built in PVR connectivity so I can click from any movie on the site straight over to my GBPVR search screen and click record. Conversely, Iâve made a one-line mod to GBPVR to allow me to look up movies on the web site.
I just released a new code base, so the site now supports sharing movies with friends, printing wrappers, and a ton of other features. One of my favorite features is the ability to ignore movies. For example, the Chevy Chase turd âMan of the Houseâ is coming on 107 times this month. If I were at the mercy of my cable box Iâd have to ignore it that many times to try and find a movie thatâs worth watching. MoviesOnCable.com lets me click âIgnore itâ and I never see it again!
So, take a look and let me know if it works for you. If you have any suggestions Iâm all ears.
Thanks,
Scott
scott@moviesoncable.com
To get GBPVR to link to MoviesOnCable.com edit gbpvr\web\Details.aspx and replace the line that contains âimages/program_hdr_pi.gifâ with the following.
<td align="right"><a href="http://moviesoncable.com/search.php?rownum=0&searchtitle=<%=showTitle.Text%>" target=MOC_new><img src="images/program_hdr_pi.gif" width="253" height="45" border="0"></a></td>