Channel 10 Australia Catch up service (1 Viewer)

ajmca52

New Member
April 10, 2011
1
0
42
Home Country
I am currently trying to build a general site for Channel 10 Australia Catchup. I though it would be as easy as the AFL 2011 one that I built the other day, but sadly not.

So far I have gathered that for every request I need to get a token from the start. I do not know how to get the general site builder to remember the token. It can remember it for one step eg get the TV Category, but I goes away on the Sub Category.
Is the only way this can be done by making a new util?

The basic steps that I have to follow are (These links are probably region locked to Australia)

Channel 10
http://api.movideo.com/rest/session?applicationalias=main-player&key=movideoNetwork10
Get token in lets say {token}

TV Category (41515 is for TV Series)
http://api.movideo.com/rest/playlist/41515/playlists?token={token}

Sub Category
Change 41475 to be ID from Category
http://api.movideo.com/rest/playlist/41475/playlists?token={token}

Then media/video
Change with ID from Sub category
http://api.movideo.com/rest/playlist/40574/media?token={token}
 

offbyone

Development Group
  • Team MediaPortal
  • April 26, 2008
    3,989
    3,712
    Stuttgart
    Home Country
    Germany Germany
    AW: Channel 10 Australia Catch up service

    Sounds like you have to fire up VS2010 and create a SiteUtil for this.
     

    Users who are viewing this thread

    Top Bottom