Krzysztof Bociurko

Results 17 comments of Krzysztof Bociurko

Also tried to restore from the extensions recent sessions, no tab groups there either. If this might help, I also had a few more extensions active, most notably [Tabs Outliner](https://chrome.google.com/webstore/detail/tabs-outliner/eggkanocgddhmamlbiijnphhppkpkmkl)...

Any idea what is the default folder used? With the filepicker issue on Android tv, this might be a good workaround to have one by default like /storage/emulated/0/Roms. Also, any...

Hi, progress bars are disabled on hls on purpose - HLS is usually used with live streams, and there is no way to know the duration of a live stream....

Simply use `player.media.time = 3200`. Works with HLS and normal video. To get the player object, use ```js var player; addEventListener("load", function() { player=document.getElementsByTagName("bivrost-player")[0].bivrost; }); ```

What is undefined, `player` or `player.media.time`? When are you running the command? The `player` is constructed on `DOMContentLoaded` if you're running it with a tag. But `player.media` needs to load...

Just checked your page and you have a list of issues: 1. You use `data-bivrost-player` alternate syntax, but query for the `bivrost-player` tag. 2. You use delays instead of loading...

Are you sure? It works for me. Note that you used a 8 second timeout for the action. https://user-images.githubusercontent.com/697605/151401813-087e1804-f9bd-47be-a80b-7d359faf778a.mp4 .