URGRENT: post processing script stuck

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
mrgreaper
Newbie
Newbie
Posts: 21
Joined: April 17th, 2008, 11:39 am

URGRENT: post processing script stuck

Post by mrgreaper »

ok i have a post processing script that converts my video files so i can watch them on my archos at work

the script is

Code: Select all

dir=$1
cd "$dir"
file="$(ls -1S *.avi | head -n 1)" ; echo $file >> /home/mrgreaper/conv.text

mencoder "$file" -ovc xvid -oac mp3lame -xvidencopts bitrate=748:aspect=16/9 -lameopts br=80 -vf scale=424:234 -o /home/mrgreaper/archos/"$file"_DONE.avi


however my hard drive went full the otherday i deleted aload of stuff and freed up space (lots of space)
now all my downloads are qued except the one it was working on which is status: running script
i need to stop the running script with out disrupting the rest of the qued ones (it would take forever to encode them manualy one at a time)
if i close down the programme and reboot the pc will that fix it, will sabnzbd renember what is qued and carry on?

Details you may need;
os: linux Ubuntu
sabnzbd+ : 0.4.5
not sure what else is relevent

please any help is greatly appreciated
User avatar
switch
Moderator
Moderator
Posts: 1380
Joined: January 17th, 2008, 3:55 pm
Location: UK

Re: URGRENT: post processing script stuck

Post by switch »

If you close down sabnzbd then re-open it, then yes it will remember the pending items in your history, and will start with the one above the stuck one.
Post Reply