cpiber / NebulaEnhance

A browser extension for bringing quality-of-life features to https://nebula.app
MIT License
39 stars 2 forks source link

Feature Request: Force video quality #39

Open NightMean opened 1 year ago

NightMean commented 1 year ago

I've noticed that sometimes Nebula uses 360p quality instead of 1080p even though my internet connection is capable of streaming it. Would it be possible to add a an option where we would be able to choose which quality should Nebula always use? E.g. Always prefer highest quality, 4K, 1440p, 1080p..

cpiber commented 1 year ago

I can look into this next week, should be possible

cpiber commented 1 year ago

I've invested some time into this issue now, unfortunately it seems it isn't as easy as I thought, as video quality isn't native to the browser, but instead provided by a library (hls.js), and I do not have any handle on this. Extracting the data from the interface is also difficult, as it's simply not rendered if the menu isn't open...

For now, I wouldn't expect too much, but I'll continue to experiment when I have time.

NightMean commented 1 year ago

Thanks a lot for trying!