Ivo Georgiev
Ivo Georgiev
try providing the full path to the .json file
perhaps there is an error in the json file? can you run it by an online json validator? or simply try to require() it with node.js
@greg0ire yes, all the WEBSITE_\* strings
where is that? could be by mistake
Stremio is going to launch a web-based version without torrent streaming functionality (only YouTube and HLS-based add-ons initially), so a thing like this may partially enhance it by adding some...
Any progress or work-arounds on this? Have you investigated the possible source of the issue? Maybe I can help?
I did hack it by replacing ``` cpp Q_PROPERTY( State state READ get_state NOTIFY stateChanged ) ``` with ``` cpp Q_PROPERTY( unsigned state READ get_state NOTIFY stateChanged ) ``` I...
@RSATom any updates on this? It kind of blocks some stuff
Yep, this is specific to QWebChannel; all those props work OK in QML. It's possible that the objects that were originally on these properties were replaced, and this was not...
Actually, there are warnings like: ``` Property 'fps'' of object 'QmlVlcInput' has no notify signal and is not constant, value updates in HTML will be broken! Property 'hasVout'' of object...