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.
I'm trying to process files over a certain size by rar'ing them into smaller chunks but my scripting skills are clearly poor. Anyone help? The aim is move the downloaded directory to a new location (SCRATCH, for "reasons") to process. Then delete JPEG/JPG files, odd par2 files and sfv files that survived download and unpack for some reason and then rar the resulting directory into 1G chunks with Rar files named for the directory name. Finally to delete the source files, move the new rar files into the downloaded directory and then move that directory to TEMP (for more "stuff")
safihre wrote: ↑June 29th, 2023, 11:30 am
I think you should just use the Cleanup List in SABnzbd itself 5o remove unwanted extensions.
Then you just need the script for the other stuff.
Also SFV was already in cleanup list but still got thru... wonder if its case sensitive?
methanoid wrote: ↑June 29th, 2023, 2:34 pm
Sorry didnt spot I'd missed output It fails on 1st action
+ '[' 0 = 0 ']'
+ mv /mnt/downloads/roms/Nintendo_Switch/FILE_NSW-SUXXORS /home/me/SCRATCH/FILE_NSW-SUXXORS
mv: cannot move '/mnt/downloads/roms/Nintendo_Switch/FILE_NSW-SUXXORS' to '/home/me/SCRATCH/FILE_NSW-SUXXORS': No such file or directory
Good.
Now try to think: which of those file/dirs do not exist?
What if you run that
mv /mnt/downloads/roms/Nintendo_Switch/FILE_NSW-SUXXORS /home/me/SCRATCH/FILE_NSW-SUXXORS
from the command line? Why doesn't it work? What do you have to change to get it working.
Or: if you google "No such file or directory, mv" what do the first google hits tell you.