Skip to content

Instantly share code, notes, and snippets.

@maurocolella
Created January 31, 2015 07:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save maurocolella/9c891f170b27232857bb to your computer and use it in GitHub Desktop.
Save maurocolella/9c891f170b27232857bb to your computer and use it in GitHub Desktop.
Desktop action for the Nemo File Manager, to download subtitles.
[Nemo Action]
Active=true
Name=Download subtitles...
Comment=Download subtitles for a movie
Exec=gnome-terminal -x sh -c "cd '%P' && subliminal -l en -s '%U'"
Selection=s
Extensions=mp3;mp4;mkv;avi;mov;
@maurocolella
Copy link
Author

Requires: nemo, subliminal (on Ubuntu, Linux Mint, or similar distributions).

Install subliminal: http://www.webupd8.org/2012/09/subliminal-command-line-tool-to.html

Might be converted into a Nautilus desktop action.

Installation: download to your /usr/share/nemo/actions/ folder.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment