Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
Pages: 1
Hello all,
I have now successfully put the FFP on a USB key and am running the NZBGET (&Web) off the USB key as well. This took some work to get everything pointing to the USB drive instead of HD_a2.
Problem is, when I download a file it is extracted to my download folder on HD_a2 in two spots. E.G. /HD_a2/download/filename AND /HD_a2/download/TV/filename. I'm sure it's something I've done to one of the conf files, most likely the unrar.conf but for the life of me I can't find it.
Any thoughts? It's more of a pain than anything as I'm not losing anything, it's just doubling up!
Thanks in advanced,
Mark
Offline
I would also like to know how to make all my unextracted files go to one location. Like mnplamer said it is just a pain. Application works great.
Offline
zeroday wrote:
unpak.sh / unpak.cfg defines the unpacking of the archives, not nzbget
I like more the first script (postscript).... I move my files, and i delete my rars manually. Nzbget just download and extract.
@mnpalmer
Don't forget to put the NZB folder in the usbstick too, make the changes in the nzbget.conf.
Last edited by Nasp (2009-08-15 12:01:49)
Offline
If the duplicate files are in the folder specified in unpak.cfg as "unpak_recent_dir" then the duplicates are hardlinks to the original files, so are not using any disk space and the hard links will be deleted when the original file is deleted.
So you can either ignore the "unpak_recent_dir" folder or prevent this beheviour by modifying the following parameters from whatever to 0 in the unpak.cfg file as below-
unpak_recent_age=0
unpak_recent_age2=0
I have it set as above because I dont like the doubling up effect either.
Last edited by index monkey (2009-09-24 18:08:01)
Offline
Pages: 1