2
I Use This!
Inactive

Commits : Listings

Analyzed about 3 hours ago. based on code collected 1 day ago.
May 10, 2023 — May 10, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add basic soundcloud support. More... about 9 years ago
Readd basic vimeo support. More... about 9 years ago
Fix author and some strings. More... about 9 years ago
Add basic implementation of DailyMotion with TestDM. More... about 9 years ago
Improve Youtube_CloudBased_1_LinkHandler: www.linkyoutube.com now points to www.save-video.com. More... about 9 years ago
fixed link receiver interface More... about 9 years ago
moving to v2 More... about 9 years ago
Lots and lots of changes. More... about 9 years ago
Updated license and changed many things. More... about 9 years ago
added test for Youtube_CloudBased_1_LinkHandler More... about 9 years ago
Made chain reaction implementation of youtube link handler. Works! Cloud based linkhandler 1 however needs to be fixed ! More... about 9 years ago
lots and lots of changes More... about 9 years ago
added some utilities More... over 9 years ago
Changed code to show std.out correctly. More... over 9 years ago
fixed for linux More... over 9 years ago
rootinfoprovider is basically a utility for finding the directory where the jar is located. it has been made to handle problems with excelsior runtime version 9. More... over 9 years ago
reactive thread module created used for making concurrent implementations More... over 9 years ago
simplified reactive linkhandler design More... over 9 years ago
Reactive LinkHandler implementation (first prototype) design and testing complete. More... over 9 years ago
Merged changes with Davide :D 2 More... over 9 years ago
copylibs dependency removed More... over 9 years ago
(1)Made another utility module. This utility modules has dependency on neembuu-api & neembuu-api-ui StreamGlobbler goes into this. (2)Youtube-dl based approach, implemented. Requires youtube-dl.exe to be in path. It worked, tried only 1once. More... over 9 years ago
(1) Modularized NHttpClient (2) youtube Vevo videos seem to work now (3) Apache Http client used everywhere. (4) Buffer size of HttpClient increased for higher speed. (only 10KB, can be increased further) (5) Things mostly look good. RMVB sample test video giving slight issues however. More... over 9 years ago
Many fixes (1) CheckingSeekingAbility promoted to a standalone utility (2) JDBrowser not used anymore (3) Https port fixed. Was using wrong port 8080 instead of 443 (4) Fixed https authetication to allow authentication of any host (5) MainComponent promoted to a standalone api and utility (6) Name normalization removed https (in directlinkhandlerprovider) removed this (7) Very long file names have issues in being handled. Changed it to fileName=Interget.toHexString(fileName.hashCode()) (8) Emotion icons are pluggable in MainComponent. Not plugging it in, just throws a message in the console, but still works. More... over 9 years ago
Added code to check if Seeking is allowed in a given link or not. If seeking is not allowed, then all forwarded read requests are filled with zeros. This may cause VLC to NOT play the file. But allowing junk data would corrupt the file. So in this case the user cannot watch the file, (even linearly as VLC for some odd reason requires a small part of the end of the file as well). This is an only download mode. More... almost 10 years ago
Made major UI changes because on older systems, the font is not rendering properly. The System tray icon was not getting initialized because when the system starts it takes a little time for the system tray facility to load. Excelsior optimizes things so much that the app loads faster than explorer.exe and therefore the system tray is not initialized. Lazy System tray initialization has been implemented. It seems this version would have to be re-published, because without system tray it is difficult to control the application. More... almost 10 years ago
Merge origin/master More... almost 10 years ago
This module will replace the VirtualFileSystem with a simple HTTP Server. It works with VLC. Not tested with android, but it should work. There is a lot of scope in the code for optimization. Based on apache's http client library which is also found in android. More... almost 10 years ago
Trying to figure out why log messages are not being flushed to log files. More... almost 10 years ago
#3 Improve youtube (adding save-video.com fallback). More... almost 10 years ago