Accessing MovieObject/EpisodeObject metadata once in MediaObjectsForURL

Is there a way to access the MovieObject/EpisodeObject metadata once you are in the MediaObjectsForURL(url) function while you are in the URL Service? :blink:

 

I would like to change the thumb image of the MovieObject/EpisodeObject metadata if I find out that the stream video is not available.  <_<

 

-Thanks

 

Is there a way to access the MovieObject/EpisodeObject metadata once you are in the MediaObjectsForURL(url) function while you are in the URL Service? :blink:

No, this is not possible. Maybe you could add some extra check in the MediaObjectsForURL function to check if a video is available or not?

If the video is not available or Host site has changed it's code causing an issue I just make it play an error video if you select the video to play.  Thanks again sander for your help!!!  I will just leave it as is then.

Off from this topic might look into the idea of multithreading and see if I can use this to help with time out issues loading hosts.  Thanks again for your help.  :)