URGRENT: post processing script stuck
Posted: February 4th, 2009, 9:14 am
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
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
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
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