Live data from Hacker News

Show HN: Video Hub App – like YouTube for videos on your computer

videohubapp.com

71–78 of 78 posts

Re: Show HN: Video Hub App – like YouTube for videos on your computer

#71
post #2

I created this software using Angular, Electron, FFmpeg, and angular2-virtual-scroll. All proceeds go to Against Malaria Foundation (GiveWell's top-rated charity). Currently not open source, but am trying to figure out how to set a license that encourages people to tinker with the code, but not to clone a copy and sell it.

If I remember correctly by default a repository on GitHub with no licence means you have the full copyright. People can clone it and if you have a CLA you could accept changes, but they cannot really do anything with it. So perhaps just showing the code and not putting any open source license could work in this case?

This is excellent! I'll look into that -- it would be awesome if the default setting (with no extra work on my part) will suit my needs!

Re: Show HN: Video Hub App – like YouTube for videos on your computer

#72
post #2

I created this software using Angular, Electron, FFmpeg, and angular2-virtual-scroll. All proceeds go to Against Malaria Foundation (GiveWell's top-rated charity). Currently not open source, but am trying to figure out how to set a license that encourages people to tinker with the code, but not to clone a copy and sell it.

It looks nice! I like the browser view. One feature I need (and would like to tinker with the code to add it) is support for subtitles in multiple languages at the same time. http://voicetube.com does this to help people learn English; I'm trying to learn Chinese.

VoiceTube looks cool! But my app doesn't play the videos -- the videos open in your OS's default video player.

Re: Show HN: Video Hub App – like YouTube for videos on your computer

#73
post #69

Cool! Peanut gallery suggestions: - The default black-on-dark-grey in the primary pane looks amateurish. Switching out the background color for something lighter (maybe a light beige?) would make a world of difference for first impressions. - I'd appreciate if the screenshots adapted to my platform, so I could see what the app actually looks like on Windows. But I understand that it'd consume a lot of effort to re-ta…

I would say to also include a dark theme. I'd prefer to customize the colors manually, but if that's not possible, at least have a light/medium/dark theme choice. The main reason, at least for me, is that on the TV, lighter themes are very bright.

One of the animations on the website shows off a dark theme.

Re: Show HN: Video Hub App – like YouTube for videos on your computer

#74

Quick related question: Is there a lightweight video player that also acts as library management tool? It seems there are either lightweight players that simply open and play files you throw at it (MPV, VLC, ...) or heavy server-client solutions like Kodi, Plex and others. I'm looking for something inbetween. Basically VLC or MPV with a persistent library I can point to my film/tv shows folder and it will let me brow…

Tried Plex yet?

Re: Show HN: Video Hub App – like YouTube for videos on your computer

#75
post #74

Quick related question: Is there a lightweight video player that also acts as library management tool? It seems there are either lightweight players that simply open and play files you throw at it (MPV, VLC, ...) or heavy server-client solutions like Kodi, Plex and others. I'm looking for something inbetween. Basically VLC or MPV with a persistent library I can point to my film/tv shows folder and it will let me brow…

Tried Plex yet?

Briefly. But as a long time Kodi user (since early XBMC / XBOX days) I'm probably quite familiar with the concept and while it certainly fits into my living room setup, it's way too heavy for casual use alongside other activities on my iMac. There I'd be fine with something slightly better than the file system: List shows, build a library, add some meta data, track progress.

There are countless music library management apps (iTunes, Swinsian, MusicBee, Roon, Foobar, Vox) - something similar for video is needed.

Re: Show HN: Video Hub App – like YouTube for videos on your computer

#76
post #14
post #13

Looks great, can you explain how it differs from say PLEX?

Primary goal: preview inside the video on hover (scrub). I may be mistaken but I don't think PLEX has it. Video Hub App also has a filmstrip view and a quick and advanced search capabilities (by folder, file name, exclude, etc). PLEX has many features that my app isn't trying to replicate -- I think the two are aimed at different use cases.

I’m not sure it does the exact thing you’re talking about and I don’t think it’s enabled by default, AND it’s computationally a beast of an operation to do with large libraries, but thumbnails while seeking are supported: https://support.plex.tv/articles/202197528-video-preview-thu...

Re: Show HN: Video Hub App – like YouTube for videos on your computer

#77
post #14

Earlier quoted context omitted.

Primary goal: preview inside the video on hover (scrub). I may be mistaken but I don't think PLEX has it. Video Hub App also has a filmstrip view and a quick and advanced search capabilities (by folder, file name, exclude, etc). PLEX has many features that my app isn't trying to replicate -- I think the two are aimed at different use cases.

It isn't immediately clear to me, but could someone throw an nginx proxy in front of this and use it like Plex, either over the internet or local network?

The app basically does 2 things:

1) extract screenshots from videos from a folder you give it (should work over network as far as I can tell -- it works with external hard drives for sure).

2) show a gallery view of your videos. When you click on any video, it launches your OS's default video player.

I'm unsure if/how it would work in the case you describe.

Post reply on HN