Boof
Boof
There are still a few bugs but they might be unrelated. For some reason when launched from the command line waydroid will be larger than my second monitor, and a...
Audio is also extremely sped up, related to #1237
Getting the same issue. I'm running version 2.1.0 from the dev branch and downloading from Norway.
The only major change between 2.2.0 and 2.2.1 is the Gnome runtime version being increased from 46 to 47. I have never used Tuxedo OS and have no idea how...
That is very similar to an error I have received in the past. I got this error when trying to run any GTK app through Flatpak. I was using Fedora...
I'm getting the exact same error, it used to work perfectly but now it doesn't work anymore. I believe it stopped working because I added another mod that uses the...
Yeah, I have been using the resume feature recently. Launching through the normal play button works perfectly. I was unaware that the resume button caused issues. Do you still want...
yt-dlp retrieves the m3u8 using this url `https://nrk-od-world-61.akamaized.net/open/ps/muhu/muhu02000123/8d5479b2-36.smil/index.m3u8?adap=small&s=0` and the web player uses this one `https://nrk-od-world-61.akamaized.net/open/ps/muhu/muhu02000123/8d5479b2-36.smil/index.m3u8`
I made this quick fix, however I'm unsure if this is the correct way of fixing it and if it follows the coding conventions. `/extractor/nrk.py` ```diff import itertools import random...
Thanks! Would you be okay with me using this code in a pull request?