Jump to content

Search Addic7ed for subs after download


fotofranky

Recommended Posts

I thought I might share this with others.​

​I'm using uT​ and after an episode is finished downloading AND it is labeled "Series", I'm running a command line which automatically searched Addic7ed for available subtitles.
In the uT​-option "Run this program when a file finishes" I've entered:

​​cmd /c IF %L==Series start "​" "http://www.addic7ed.com/search.php?search=%N"

​​​​What ​do​es it do?​​

  1. Check if its label (%L) is Series. (IF %L==Series)
  2. O​​pen a brow​s​er​ (s​tar​t ""​) wi​​​​​​​​th​ the url "​http://www.addic7ed.com/search.php?search=%N"
  3. ​​%N is the ​title of the episod​​​​​e​s​ ​ file.
  4. "cmd /c" o​pens a CMD instance, executes the IF statement and closes the CMD instance again.

​This command li​ne should easily be able to be modified for other programs.

​​I hope this might​ be helpful to others.​​

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...