lockedmouse
lockedmouse
+1, that way we could also preview HEVC videos in the Web UI which would help with cuepoint editing.
How does the second scraper show up in XBVR? Ideally, the scraper table should contain two entries, "VRLatinas" and "VRLatinas (SLR)", both with a separate toggle and the ability to...
Oh, then my concern was unwarranted; this looks fine. 👍 I'm a little concerned that the scenes are prefixed by `vrlatina-` and `vrlatina-slr-`, so it will be difficult to query...
I don't think your issue is related to #506 or #496. You can find the XBVR config files under `C:\Users\USER_NAME\AppData\Roaming\xbvr`. Make a backup of that folder and delete everything except...
Looking at the code, it appears that the call to [`bleve.NewUsing()`](https://github.com/xbapps/xbvr/blob/0.3.11/pkg/tasks/search.go#L29) returns an error. We only catch `ErrorIndexPathExists` and do not check for other errors, therefore `i.Bleve` is set to...
Also, in case the search index is corrupt, try deleting the contents of the `/root/.config/xbvr/search-v2` folder, then restart XBVR.
Thoughts on implementation: - We add a new migration that 1. deletes the "Default" playlist, and 2. adds a new user setting "default playlist" which is a lookup of `playlists.id`...
This got implemented in 0.3.6 (6b7107f2364571cc6772c94941e5a5d51ac4be0e), so this issue can be closed.
As an update, Play'a has lifted the domain restriction and now allows arbitrary domains. Unfortunately, it only supports HTTPS on port 443, which will be difficult to implement in XBVR,...
As an update, when testing this PR I ran into problems where DeoVR would refuse to playback videos with the `skipIntro` property. Like it would load forever and show a...