You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’m trying to create a player for an addon that uses base64 encoded urls. These urls are not obduscated, just encoded in b64. When decoding the urls, they give this a JSON similar to this:
I’ve replaced all keys with their respective TMDBh keys, and left all the other ones to null or false (I didn’t know their meaning).
The part I’m struggling to make is so that all of this gets encoded to base64 and then sent to Kodi to go there. This afaik is not a feature, so I wanted to edit the code and maybe create a fork but my experience creating Kodi add-ons is near to none.
Why is this feature needed? What problem does it solve?
Some players use base64 encoded json that they then parse as the agruments in the url. I guess this works well for the addons but it does not work to create a player for TMDBh.
Steps to reproduce.
No response
Screenshots and Additional Info
No response
Checklist
I have searched the issues and this feature has not been requested.
I have updated TMDbHelper to the most recent version.
The text was updated successfully, but these errors were encountered:
Describe the feature that you'd like
I’m trying to create a player for an addon that uses base64 encoded urls. These urls are not obduscated, just encoded in b64. When decoding the urls, they give this a JSON similar to this:
I’ve replaced all keys with their respective TMDBh keys, and left all the other ones to null or false (I didn’t know their meaning).
The part I’m struggling to make is so that all of this gets encoded to base64 and then sent to Kodi to go there. This afaik is not a feature, so I wanted to edit the code and maybe create a fork but my experience creating Kodi add-ons is near to none.
Why is this feature needed? What problem does it solve?
Some players use base64 encoded json that they then parse as the agruments in the url. I guess this works well for the addons but it does not work to create a player for TMDBh.
Steps to reproduce.
No response
Screenshots and Additional Info
No response
Checklist
The text was updated successfully, but these errors were encountered: