PDA

View Full Version : streaming manager for multi part rar files



nzb2
24th April 2011, 21:38
looking to clone the GUI of binreader and its functions but none of the usenet features instead of usenet, i want to replace with a simple download manager which downloads multi part rar files from a simple example.txt which holds all the url locations.

my idea is very simliar to usenet streaming but instead of having to mess with usenet servers etc, i want to use apache2 as a file server which holds the files, and the txt file as a meta link.

http://i53.tinypic.com/214caix.png

if your interested in helping me thank you, im very new with qt but i know my way around, i can add icons, play with the designer etc but coding is very terrible thats why i'm looking for help, somebody with experienced

thanks for reading, this is open source project

squidge
24th April 2011, 22:21
So which part are you stuck on?

nzb2
25th April 2011, 19:36
i want to create GUI for this application. http://www.mediafire.com/file/zot1pp87ywx4vvw/rplayer.zip

unzip to C:\ please read.txt ,

i use wget and unrar-stream, to download first, and unrar parts, from here i simply open the incomplete file with videolan, while wget and unrar still doing processing.

im not sure how to start to create UI to handle exection of external exe and input txt file that sends to wget and starts unrar-stream.

i hope you can understand this thing :)

sorry please, rename rplayer into rarstreamer and place into C:\ :)

squidge
25th April 2011, 22:07
Have a look at QProcess

I hope you understand that we are not going to write your application for you.

nzb2
26th April 2011, 00:18
thanks no problem i understand :D

i will try to code it, wish me lots of luck :p i have no idea what it is lol but i will try my best ;)