streaming manager for multi part rar files
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
Re: streaming manager for multi part rar files
So which part are you stuck on?
Re: streaming manager for multi part rar files
i want to create GUI for this application. http://www.mediafire.com/file/zot1pp...vw/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:\ :)
Re: streaming manager for multi part rar files
Have a look at QProcess
I hope you understand that we are not going to write your application for you.
Re: streaming manager for multi part rar files
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 ;)