Boris
Boris
Hooray for https://github.com/keichi/osx-tag 🎉 Works correctly, but I'll need to add some toggles so users can disable it 😓 ⚠️ this dependency can't be installed on _Windows_ and I would...
Face detection and extraction works 😎 App builds without crashing -- 125MB file 👌 not too big. Currently built app doesn't seem extract photos because the `weights` folder needs to...
Huge thank you to @cal2195 for his code 🙇 This code comes from his `transcoding-video` [branch](https://github.com/whyboris/Video-Hub-App/compare/main...cal2195:transcoding-video) 🥇 This is meant to be released in tandem with https://github.com/whyboris/Video-Hub-App-remote/pull/9 🤝 ### ~Help...
```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 👍
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 😅
Will make it nice and easy to sort by video date (from 2020 to 2021 for example). I'll try to add this feature 🤞
Let's fix this 👍
Currently it's set to the maximum number of views, but we should add +3 for ease of using the slider 👍
😓 current bug: if you search for the number `4` in the file search filter, the results are not what you expect This is because many files end with `.mp4`...