Trying to unrar into main directory so rapidleech can see it

Get help with all aspects of SABnzbd
Forum rules
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.
Post Reply
hellas
Newbie
Newbie
Posts: 2
Joined: January 2nd, 2010, 4:38 am

Trying to unrar into main directory so rapidleech can see it

Post by hellas »

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
hellas
Newbie
Newbie
Posts: 2
Joined: January 2nd, 2010, 4:38 am

Re: Trying to unrar into main directory so rapidleech can see it

Post by hellas »

also, forgot it is running on debian.
dalek
Newbie
Newbie
Posts: 12
Joined: December 31st, 2009, 4:54 am

Re: Trying to unrar into main directory so rapidleech can see it

Post by dalek »

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".
Post Reply