Reply to thread

ah maybe I should also mention that I don't actually request the siteName in the Api calls. As you can see everything has an id. OnlineVideos doesn't have that, so I generate my own id's to keep track of everything.

Basically it is an base64 encoded string which has all the information I need to process further tasks :)

http://192.168.178.26:26405/MPExtended/MediaAccessService/GetOnlineVideosSiteSettings?id=QW1hem9uIFByaW1lIERl

If you decode it from this URL you get: "Amazon Prime De". for categories I use like"siteName::CategroyName....".

VideoIds are a bit longer:


and look like this decrypted:


Top Bottom