Hello, I have a series of pipes used to get information for new TV
shows which have been released.
I almost have it working exactly the way I want, but when I pass a
string from my TV Show pipe to my Episode Guide pipe the integers are
not passed correctly for some reason.
If I manually enter the season and episode using the exact same
numbers as item.summary.season and item.summary.episode (from TV Shows
to Episode Guide) the pipe works fine. If I use the summary.season and
summary.episode the second pipe doesn't receive it (or that is how it
appears to me at least).
Does anybody have any suggestions on what I should try next?
Here are the two pipes I am trying to combine:
TV Shows:
http://pipes.yahoo.com/spazlon/tvshows
Episode Guide:
http://pipes.yahoo.com/spazlon/epguide
Thanks!