December 28, 200916 yr I don't know if this has been covered before but a search didn't bring anything up so here goes. Is there such a thing as unrar.php? I was just looking to create a simple page to add in to unraidweb or lighttpd where i could browse for a file and choose an output dir. press a single button too run unrar.php, possibly a progress bar if i wanted to make it fancy? does anyone know of such a thing?
December 29, 200916 yr Author Hi, I've done a bit of digging and found the following, however; i can't get it to work. can anyone help http://www.mediafire.com/?yvzfgyymi2l To install it place it all in your root directory for the webserver ('ve pointed mine to /conf/ , included is unrar-nonfree which the script also relies on being stored in /conf/ To change the settings the following changes need to be made for it to work... unrar.php $cmd = "/conf/unrarr /tmp/media/usb/USB2/9C3F-324E/downloads/completed/"; Change this line to where your completed deluge downloads are, and change /conf/unrarr if you choose to install it elsewhere (make sure unrar-nonfree is in the same directory though) unrarr If you choose not to have your completed torrents stored in a folder "completed" and/or don't want them extracted to "extracted" change the following lines mkdir -p ${DIRNAME/completed/extracted} unrar-nonfree e -o- $f ${DIRNAME/completed/extracted} thanks
Archived
This topic is now archived and is closed to further replies.