Video-Hub-App
Video-Hub-App copied to clipboard
Official repository for Video Hub App
TL;DR up front: the part of the hash function that is meant to read the middle of the file uses `fileSize / 2` to seek to the middle, however that...
There is a bug sleeping in the code that calculates the file hashes. The current version of nodejs used by VHA/Electron hides it but the current version 16.2.0 of nodejs...
```json "angularCompilerOptions": { "strictTemplates": true }, ``` 🚀 [Documentation](https://angular.io/guide/template-typecheck#strict-mode) states that `fullTemplateTypeCheck` has been deprecated since Angular 13 - so let's remove that in the process 😀 #708 👍
Since there is an issue for the jpeg xl format, I thought I'll also create one for av1. It would allow for much smaller clips at the same quality and...
When `hide offline` button is toggled and you switch to another hub, initially no videos are shown (until you toggle the button off and on again). Fix this bug 😅
Hello! All files are double after a rescan. In the details I can see both versions lead to the same destination. The ratings have also been taken over to the...
An easy-to-access button for each video that allows you to add it to a Favorites category
Hey! When you set "Random" view and then use right-click -> "Details" on one video, and change rating (I think also when you rename the file?), then another random shuffle...
I have _finally_ managed to figure out what was causing a very strange error to occur on what I now realize were multiple systems. I was often having issues accessing...
Will make it nice and easy to sort by video date (from 2020 to 2021 for example). I'll try to add this feature 🤞