Trying to unrar into main directory so rapidleech can see it
Forum rules
Help us help you:
Help us help you:
- Are you using the latest stable version of SABnzbd? Downloads page.
- Tell us what system you run SABnzbd on.
- Adhere to the forum rules.
- Do you experience problems during downloading?
Check your connection in Status and Interface settings window.
Use Test Server in Config > Servers.
We will probably ask you to do a test using only basic settings. - Do you experience problems during repair or unpacking?
Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
Trying to unrar into main directory so rapidleech can see it
Exactly how the title reads, Trying to unrar into main directory so rapidleech can see the files I download after unrar. But they go in folders which is not supported by rapid leech. Any way I can add a post script or change some settings so they unrar , and not into separate folders
Re: Trying to unrar into main directory so rapidleech can see it
also, forgot it is running on debian.
Re: Trying to unrar into main directory so rapidleech can see it
Try:
find $src -type f -print0 | xargs -0 cp -t $dest
src is the folder you are moving from. If it works, change "cp" to "mv".
find $src -type f -print0 | xargs -0 cp -t $dest
src is the folder you are moving from. If it works, change "cp" to "mv".