Alexandru Branza

Results 431 comments of Alexandru Branza

> Am I right to assume that cp1250 is the same as Windows-1250? Yes, you are correct. > I wonder how OpenSubtitles do it, maybe the browser sends that information...

I did that with peerflix, not webtorrent, which doesn't need window and I only pass the magnet link to the worker

Unfortunately not, passing data as base64 encoded in the meta ID is actually (although a hack) the best way to do this. I don't think Stremio should proxy data between...

I think ur situation might be easier to fix with a feature that goes straight from the catalog to the player. (avoiding the meta page completely) This has been requested...

This is not possible yet though, as I mentioned before it is a requested feature. I only mentioned it because I believe it applies to your case too.

It is currently possible to monetise addons by creating a payment gateway in the addon settings page (`manifest.behaviorHints.configurable`)

Addon settings are now also supported in the new Android release: v1.3.0

Yeah, this is still on my to do list, I updated the code in the written tutorial for it (link is in the video description), but still need to update...

Hi, I'm afraid what you wish to do is not possible, there is no deep link that can lead to the video player directly. If you wish to automate an...

An example of using `localtunnel` is now part of [stremio-express-addon-example](https://github.com/Stremio/stremio-express-addon-example) Will mention it in the addon sdk docs too as it can also be used with the sdk.