José Antonio Postigo

Results 16 comments of José Antonio Postigo

Then use the video HTML tag...

Oh... well. I was thinking about making it run in a Raspberry Pi running a distro without a graphical environment. But first, I've found out that it is impossible making...

OMG @cgutman that is amazing! The same client for all the platforms with or without X :dancer: Thank you very much!

I'm facing the same issue. I can't remove a document I have just appened to another.

Just using `sudo` worked for me. It is strange, it stopped working suddenly...

Did ypu try moonlight list command? That will show connecting to IP...

Check out https://github.com/wackerl91/luna. It works fine on OSMC and the doc says it could be easily ported to be used in other kodi based distribution.

I've found out adding at the end of URL the query string: `?0` is enough to make it work 🤔

Based on: > To track loading progress you just need to implement a timer to observe changes on the stats object between these events. I have done my own workarround....

My solution, based on @aphofstede workaround, considering that `console.error` could have many params, and some of them might not be strings: ```javascript const originalConsoleError = console.error; const jsDomCssError = 'Error:...