Jump to content

Search Addic7ed for subs after download


fotofranky
 Share

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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...