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 does it do?

  1. Check if its label (%L) is Series. (IF %L==Series)
  2. Open a browser (start "") with the url "http://www.addic7ed.com/search.php?search=%N"
  3. %N is the title of the episodes  file.
  4. "cmd /c" opens a CMD instance, executes the IF statement and closes the CMD instance again.

This command line 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...