Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Software Development
Programming
Development
[Electron + Angular + TypeScript] Venobo Streaming App
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="MayoMayn" data-source="post: 406606" data-attributes="member: 71840"><p>Yeah, that's what I've also thought about doing. But the thing about bookmarks being saved on your own device, means that if you need to use the application on someone else PC, then you haven't got your own bookmarks.</p><p>But yet again, I am probably just making it an option to register for better experience with the app.</p><p>And if it's possible to add a proxy connection between the WebTorrent service and your network, that could also be nice, since hidemyass offers a lot of free proxies.</p><p>[doublepost=1492035643,1491948077][/doublepost]<strong>#UPDATES</strong></p><p>I think I've finally coded the best possible caching system for the app.</p><p></p><p><strong>http.js</strong></p><p><a href="https://github.com/marcus-sa/Venobo/blob/master/venobo-app/renderer/utils/http.js" target="_blank">https://github.com/marcus-sa/Venobo/blob/master/venobo-app/renderer/utils/http.js</a></p><p></p><p><strong>cache.js</strong></p><p><a href="https://github.com/marcus-sa/Venobo/blob/master/venobo-app/renderer/utils/cache.js" target="_blank">https://github.com/marcus-sa/Venobo/blob/master/venobo-app/renderer/utils/cache.js</a></p><p></p><p>As suggested by our fellow members, I'll code this app to be anonymous as possible, so no registration will be needed.</p><p>[doublepost=1493149732][/doublepost]<strong>#UPDATES</strong></p><p>Lately I've not been coding so much on this project, since I am quite confused on how to proceed with it, as I cannot really do the back-end properly without getting the front-end components done first.</p><p>So basically I've decided to code a carousel component for the home page, media suggestions and so on for a much better experience.</p><p><img src="http://i.imgur.com/NP2sF71.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /> </p><p>Currently the carousel looks something like that, but of course I'd have to fix the transform so when the row of items end, it just can't continue scrolling like now, but it's gonna be quite difficult since I'd have to get the current size of the content element compared to the users screen, and from there count the amount of items inside the carousel that are currently not hidden, and which ones are left to be shown.</p><p>[doublepost=1493157379][/doublepost]Incase anyone was wondering how the code looks, then this is the progress for now: </p><p><a href="https://github.com/marcus-sa/Venobo/blob/master/venobo-app/renderer/components/carousel.js" target="_blank">https://github.com/marcus-sa/Venobo/blob/master/venobo-app/renderer/components/carousel.js</a></p></blockquote><p></p>
[QUOTE="MayoMayn, post: 406606, member: 71840"] Yeah, that's what I've also thought about doing. But the thing about bookmarks being saved on your own device, means that if you need to use the application on someone else PC, then you haven't got your own bookmarks. But yet again, I am probably just making it an option to register for better experience with the app. And if it's possible to add a proxy connection between the WebTorrent service and your network, that could also be nice, since hidemyass offers a lot of free proxies. [doublepost=1492035643,1491948077][/doublepost][B]#UPDATES[/B] I think I've finally coded the best possible caching system for the app. [B]http.js[/B] [URL]https://github.com/marcus-sa/Venobo/blob/master/venobo-app/renderer/utils/http.js[/URL] [B]cache.js[/B] [URL]https://github.com/marcus-sa/Venobo/blob/master/venobo-app/renderer/utils/cache.js[/URL] As suggested by our fellow members, I'll code this app to be anonymous as possible, so no registration will be needed. [doublepost=1493149732][/doublepost][B]#UPDATES[/B] Lately I've not been coding so much on this project, since I am quite confused on how to proceed with it, as I cannot really do the back-end properly without getting the front-end components done first. So basically I've decided to code a carousel component for the home page, media suggestions and so on for a much better experience. [IMG]http://i.imgur.com/NP2sF71.png[/IMG] Currently the carousel looks something like that, but of course I'd have to fix the transform so when the row of items end, it just can't continue scrolling like now, but it's gonna be quite difficult since I'd have to get the current size of the content element compared to the users screen, and from there count the amount of items inside the carousel that are currently not hidden, and which ones are left to be shown. [doublepost=1493157379][/doublepost]Incase anyone was wondering how the code looks, then this is the progress for now: [URL]https://github.com/marcus-sa/Venobo/blob/master/venobo-app/renderer/components/carousel.js[/URL] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Software Development
Programming
Development
[Electron + Angular + TypeScript] Venobo Streaming App
Top