doko-desuka

Results 9 comments of doko-desuka

Some notes, if someone wants to tackle this: - Some requests in the add-on seem to be done here, there might be other places: https://github.com/jdf76/plugin.video.youtube/blob/b63c165cb6363dd26ef0fc5f1e4e1f00af5df3f9/resources/lib/youtube_plugin/youtube/client/youtube.py#L1111-L1123 - There's a `proxies` parameter...

FMovies (the only website where mcloud.to was present, probably owned by them too along with Vidplay) is probably down for good. For many weeks the website didn't update with new...

@Gujal00 maybe using InputStream.Adaptive for playback? It [supports AES-128](https://github.com/xbmc/inputstream.adaptive/blob/Omega/src/parser/HLSTree.cpp#L236) (**edit:** corrected link). On Kodi 18+ it should come bundled by default. To use it, you add some properties to the...

Please correct me if I'm wrong. According to this code, `liblibtorrent.so` doesn't exist in the repo because **it is a copy of `libtorrent.so`**: https://github.com/DiMartinoXBMC/script.module.libtorrent/blob/2e66934fd2b1396abfa25a46324181a649255d09/python_libtorrent/python_libtorrent/functions.py#L82-L100 So the code takes care of...

I have a slow WI-FI connection and I don't use inputstream-adaptive. If you take this snippet... ``` r = http.send_request(item.getPath()) if r.ok: lines = r.text.split('\n') for index, line in enumerate(lines):...

While such a library integration feature is not yet built in to WonderfulSubs, I think you should be able to do that with the OpenMeta add-on (repository installed [from this...

Edit: corrected some info in my comment.

@j-chacko I don't use OpenMeta, so I'm glad you tried it and found it works for what you want. I wish there were more examples of OpenMeta players, for reference....

(Updated the link, it was missing a comma in the JSON object.)