Player.Open ? (videos,videodb://tvshows/titles/)
#1
Greetings,
So i'm playing around with TV Shows and hit a snag on something.

I can open the window to a tv show with
Code:
ActivateWindow(videos,videodb://tvshows/titles/)
as we all know.
I can then add
Code:
ActivateWindow(videos,videodb://tvshows/titles/tvshowid/)
to bring up the tvshow. (tvshowid is the id number from the database)
By adding
Code:
ActivateWindow(videos,videodb://tvshows/titles/tvshowid/2)
i can then see Season 2 of the current tvshow.

Here's my hicup:
What i would like to do from there is add the current Episode number (eg: Season 2 Episode 14) from that season and have it play.

I'm not talking about the episodeid from the database, just the current episode number on screen from that season of the current viewing tvshow.

Is this possible?
Reply

Logout Mark Read Team Forum Stats Members Help
Player.Open ? (videos,videodb://tvshows/titles/)0