Simple script - Run PeriScope after download

Come up with a useful post-processing script? Share it here!
Post Reply
Schizo
Newbie
Newbie
Posts: 1
Joined: January 9th, 2013, 9:02 am

Simple script - Run PeriScope after download

Post by Schizo »

Hey there.

I would like some help for making a really simple script, that runs PeriScope after each download, in order to find the correct subtitles for downloaded files.

I have correctly setup periscope, and it works by SSH'ing to my device and using the command "periscope /home/Public/eDownloader -l -en"

Now, I would like to make a small Post-Processing script, that does this every time a download finishes.

I have tried making a .sh file containing "periscope /home/Public/eDownloader "$1" -l -en" and placing it in my specified post-processing scripts folder.

I just cant seem to figure out to make it run..

Can anyone help me write the script correctly, and set it up to run each time a download finishes? Would be much appreciated. Thank you!
Post Reply