Jan Holub

Results 18 comments of Jan Holub

If you happen to create this *full offline* version would that offline app still work as a server? I have a Music Server Meteor App with a webinterface. It was...

Hey there, yes you're probably right. There were a few things and hiccups I wanted to fix before a proper V2 release but I think I should just publish it...

Hey there, I'm super sorry for the late reply, somehow I didn't check GitHub. You are right, this should be offered in the module right away and I'll implement it....

Hey, sorry for the late reply, somehow I wasn't checking GitHub. I'm not sure if it's possible through MPV means, do you you know if it is? This module is...

Hey there, I'm sorry for only seeing this just now, Thanks for noticing, this is indeed something that shouldn't happen, as it's so simple. If you want to, you can...

Where's the part, where file paths are transformed to absolute paths, such that it works, no matter from which path **Node-MPV** was started? I get that checking for HTTP only...

The question is how would the fix look like? Output **100.0** or always save the previous value when the value is **null**? I'm not 100% sure if that wouldn't eventually...

Interessting. I will have to read into that. It's always a pain to deal with different MPV versions, because you never know which one people have installed. If you use...

Has this issue ever occured again? Just asking to see if it's worth investing time in.

I used the following code to reproduce the issue (slightly adapted to the breaking changes I made with version 2) ``` mpv.start().then(() => mpv.load()).then( () => mpv.observeProperty('percent-pos', 50)); mpv.on('status', state...