Ok, I finally had some time to get this worked on. It's working really well. Took a little work to get it just right, but your code really helped out a lot. Thanks!

The only thing I couldn't figure out how to handle without running a separate socket is getting the title of a show that takes you to the show's page instead of the search results page. I know you gave me a regex for finding the tt number in those cases (I had to change that slightly because they must have changed the site since you made it as it wasn't stored in a cookie as far as I could tell), but there doesn't appear to be any way of getting the title of the show that appears on the new page without doing a new socket to get that information. That probably is the only method, unfortunately.

Well, I went ahead and made it pull up the new page to get the title. You can see a slight pause as it does it, if you put in something to display at each step, but it's under a second and you can't normally see it without the test display, so it's all good now. smile

Thanks again!

Last edited by Riamus2; 17/02/09 04:28 AM.