Search found 142 matches

by ashmew2
Mon May 12, 2014 12:09 pm
Forum: Network
Topic: FTP client
Replies: 75
Views: 62598

Re: FTP client

Added a RDIR command to FTP client with #4922 , RDIR : Retreieve directory It currently retreives all the files from the server's current working directory and ignores any subdirectories inside. Plans are to eventually make this recursive with a --recursive flag. Please use and report any issues you...
by ashmew2
Fri May 09, 2014 11:16 pm
Forum: English
Topic: video converter?
Replies: 9
Views: 6858

That's the plan . Hopefully soon :)
by ashmew2
Fri May 09, 2014 6:30 pm
Forum: English
Topic: video converter?
Replies: 9
Views: 6858

Re: video converter?

yogev_ezra wrote:What are you waiting for? :lol:
I think I'll get done with some work first that you guys assigned me like Netsurf and then look at this :P :lol:
But this really looks interesting!
by ashmew2
Fri May 09, 2014 2:11 pm
Forum: English
Topic: video converter?
Replies: 9
Views: 6858

Re: video converter?

That seems even better. Since FPLAY already uses that, sounds like the basic functionality works well in KolibriOS right now. Seems like all that is needed now is to extend it.
by ashmew2
Fri May 09, 2014 1:58 pm
Forum: English
Topic: video converter?
Replies: 9
Views: 6858

Re: video converter?

Instead of writing it from scratch, maybe porting ffmpeg (already an extremely matured tool) is a good possibility. It is known to work with a lot of formats , plus I've seen a lot of GUI wrappers written for it, which also means that we could add a GUI if we so desire later.
by ashmew2
Mon Apr 14, 2014 11:41 pm
Forum: Network
Topic: Netsurf
Replies: 300
Views: 190350

Re: Netsurf

Wow! That's awesome! By the way, you could use WebView souces to investigate how to handle redirects. Could you also remove @notify call while loading resouses? (But you could save this call for development builds, of course). Thanks, I am looking at WebView sources for some reference on how to get...
by ashmew2
Sat Apr 12, 2014 8:04 pm
Forum: Network
Topic: Netsurf
Replies: 300
Views: 190350

Re: Netsurf

Hello! netsurf-kos.png I've been doing some work on getting Netsurf over to KolibriOS. It now works with the latest http.obj :D URLs like http://www.google.co.in open as they do not use redirection, but http://www.google.com does not automatically redirect to the country-based Google page. What need...