0chroma
0chroma
@Alvin-HZ @sumnerevans I think the issue is that you need to update mpv in requirements.txt. Should just need to run this command: ``` pip-compile --upgrade-package mpv==1.0.6 ``` after that the...
For anyone using flatpak + gnome wayland, these launch options worked for me: `WAYLAND_DISPLAY='' /var/data/Steam/steamapps/common/SteamVR/bin/vrmonitor.sh %command%`
hello! I have an AMD GPU and would love to work on this. It'd be my first issue, so lmk if there's anywhere specific I should look to get started.
btw, to get pipewire working in the [flatpak install instructions](https://github.com/alvr-org/ALVR/wiki/Installing-ALVR-and-using-SteamVR-on-Linux-through-Flatpak) I needed to add `xdg-run/pipewire-0` permissions via flatseal:  terminal equivalent should be `flatpak override --user --filesystem="xdg-run/pipewire-0"...
> adding that as it is would mean making Alpaca 4 times heavier and not everybody would even need rocm, the problem here is that either the freedesktop runtime or...
I feel like cropping XDG thumbnails to a square should be fast enough that you could potentially do it while drawing the UI. I might experiment with that when I...
it'd be nice to set the nice levels to lower priority too, especially for the initial scan
the option mostly determines if the playlist is written with absolute or relative paths, I modified the reader so it does exactly what you described regardless of config option
If you'd like I can remove the config check during writes from the PR, but I think there's a lot of situations where absolute paths would still make sense (ie...
heya, just checking in. Let me know if you'd like this merged in!