simone viozzi

Results 38 comments of simone viozzi

I removed the `recursive` flag. If a user use it, it will go into the `kwargs` and it will be ignored.

Hi @bsekachev, what do you think about the implementation until now? I tried to call `canvasInstance.interact` in a loop, but this didn't work, and the preview is broken right now...

Hi @bsekachev, yes, having the reference of https://github.com/opencv/cvat/pull/4543 was very useful. I fixed the preview and now everything woks as expected. Could you please do a review? Thank you. What...

There is anything new on this? i tried with the url but it didn't work. tried creating a folder under `/config` and specifying the folder in plugin manager but didn't...

i solved the issue myself, for the plugins to work python is needed. add the following lines on the dockerfile and rebuild it ``` ENV PYTHONUNBUFFERED=1 RUN echo "**** install...

If I take the stream URL from the logs: ``` cplayer: Opening done: https://jellyfin.xxxxxxxx.xx/Videos/xxxx433fe9633c742f3faf6c4f58xxxx/stream.mkv?Static=true&mediaSourceId=xxx433fe9633c74xxxxaf6cxxxxa7xx&deviceId=xxxxbHlmaW5NZWRpYVxxxxllciAxLjguMSAobxxxxXgteDg2XzY0IHxxxx5vd24pfDE2NzcyNDgxOTExxxxx&api_key=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx&Tag=xxxx8bd1bf0c80cfxxxx8e1d57d5xxxx ``` Replacing the x'ed API key with a valid one, and dropping the URL into mpv,...

I've had this problem in the past, with the "reload ui" command it should fix itself. Otherwise, try to clear the browser cache.

> Earlier versions of SB did what you suggest: you had to Cmd/Ctrl-click links to navigate there. Is there a setting to revert the old behavior?

There is any currently supported / working plug for this functionality?

On zsh you can do ```bash cd .... ``` And it will jump back 3 directories.