You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+26-32Lines changed: 26 additions & 32 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,6 @@
1
1
# Video Hub App 3
2
2
3
-
[*Video Hub App 3*](https://videohubapp.com/) is the fastest way to browse and search for videos on your computer. Think of it like YouTube for videos on your computer: browse, search, and preview. Works on Windows, Mac, and Linux!
4
-
3
+
[_Video Hub App 3_](https://videohubapp.com/) is the fastest way to browse and search for videos on your computer. Think of it like YouTube for videos on your computer: browse, search, and preview. Works on Windows, Mac, and Linux!
5
4
6
5
## Download Now
7
6
@@ -11,31 +10,26 @@ $3.50 of every sale goes to the [_cost-effective_](https://www.givewell.org/char
*Video Hub App* was created by [Boris Yakubchik](https://videohubapp.com/en/about). It uses the frameworks _Angular_ and _Electron_.
18
-
15
+
_Video Hub App_ was created by [Boris Yakubchik](https://videohubapp.com/en/about). It uses the frameworks _Angular_ and _Electron_.
19
16
20
17
## License
21
18
22
19
This software was built on top of [`angular-electron`](https://github.com/maximegris/angular-electron) by [Maxime GRIS](https://github.com/maximegris). It carries an _MIT_ license (see the _LICENSE_ file). While the license is permissive, I ask that you do not distribute free copies of this software unless you have significantly changed it.
23
20
24
-
25
21
## Contributing
26
22
27
-
I would love to see the improvements you make to this app and am happy to accept pull requests. You can reach out if you'd like to coordinate / collaborate, or just *jump to [issues](https://github.com/whyboris/Video-Hub-App/issues)* to see what's already getting worked on and to add new suggestions!
23
+
I would love to see the improvements you make to this app and am happy to accept pull requests. You can reach out if you'd like to coordinate / collaborate, or just _jump to [issues](https://github.com/whyboris/Video-Hub-App/issues)_ to see what's already getting worked on and to add new suggestions!
28
24
29
25
Please consider improving any of the translations, or [add a new translation](https://github.com/whyboris/Video-Hub-App/tree/master/i18n)!
30
26
31
27
Please consider improving or adding an icon to the app. It's a simple process, just [follow the instructions](https://github.com/whyboris/Video-Hub-App/tree/master/src/app/components/icon)!
32
28
33
-
34
29
## Upcoming features
35
30
36
31
See [issues](https://github.com/whyboris/Video-Hub-App/issues) for what is in progress.
37
32
38
-
39
33
## Development
40
34
41
35
⚠ The repository is usually ahead of the publicly [released version](https://github.com/whyboris/Video-Hub-App/releases) - it is 🚧 WIP and may have bugs in it.
| Electron |v33| Oct 2024 | (internally uses Node `v20.18.0` and Chromium 128) |
50
+
| Electron Builder |v25| Oct 2024||
57
51
58
-
-**Node**: It may be best to use the same version as _Electron_ uses internally, but consider `v18.12.1`.
52
+
-**Node**: It may be best to use the same version as _Electron_ uses internally (`v20.18.0`)
59
53
60
54
-**Angular CLI**: not required but may be useful: [Angular CLI](https://cli.angular.io).
61
55
62
-
To help debug a production build of VHA you can use [Debugtron](https://github.com/bytedance/debugtron)
56
+
-**Mac**: We now have `M1` and `Intel` builds, but you may need to manually update the _FFmpeg_ and _FFprobe_ executables if you're building for a different architecture than you are on.
63
57
58
+
To help debug a production build of VHA you can use [Debugtron](https://github.com/bytedance/debugtron)
64
59
65
60
## Remote
66
61
67
62
👩🚀 a new feature in VHA is the option for the user to turn on a _server_ after the app starts. This will let the user open a simpler version of the VHA user interface on their phone or tablet (if both PC and device are on the same WiFi) and use it as remote control to play videos 🚀
68
63
69
64
For details, see [instructions](https://github.com/whyboris/Video-Hub-App/blob/master/remote/README.md).
70
65
71
-
72
66
## Thank you
73
67
74
68
This software would not be possible without the tremendous work by other people:
This software uses libraries from the FFmpeg project under the LGPLv2.1 with binaries from [here](https://github.com/kribblo/node-ffmpeg-installer#the-binaries)
0 commit comments