OpenSubtitlesDownload
OpenSubtitlesDownload logo
Illustration by Franck Helaine. Thanks ;-)

Automatically find and download the right subtitles for your favorite videos!

The subtitles search is done by precisly identifying your video files by computing unique movie hash sums. This way, you have more chance to find the exact subtitles for your videos, avoiding synchronization problems between the subtitles and the soundtrack.

GitHub page Wiki Releases Issue tracker
platforms
linux GUI
platforms
universal CLI
license
GPLv3

Nayantharasexphotos — Link

Here, the link relationship is explored retroactively. Joel and Clementine are linked by their history of pain. When they attempt to erase each other from their minds, the subconscious fights back. The romance is not in the sunny days; it is in the desperation of hiding Clementine in the "fringe" memories of Joel’s childhood shame. The storyline asks: If you remove the memory of the link, does the emotional bond remain? The answer is a resounding yes, as they choose to hear the recording of their flaws and start over anyway.

If you are a writer looking to implement this, avoid the "Love at First Sight" trap. Love is boring. Need is interesting. Here is how to build a linked romance from the ground up.

Why do we prefer a linked romance to a 'meet-cute' at a coffee shop? Because a linked romance bypasses the boring parts. It skips the will-they-won’t-they anxiety and jumps straight into "How will they survive this?" nayantharasexphotos link

Consider the following dynamics:

Tidus and Yuna are the gold standard for "Link Relationships." Yuna is a Summoner destined to die to defeat Sin. Tidus is a dream of the fayth, destined to vanish when Sin falls. They fall in love knowing that the success of their journey means their physical separation. The romantic storyline here is a race against the clock. The famous "laughing scene" is purposefully awkward; it is a desperate act of joy before the inevitable grief. This link works because the audience knows the tragedy long before the characters fully accept it. Here, the link relationship is explored retroactively

Before we discuss the romance, we must define the link. In narrative theory, a "link" is a narrative device that forces two (or more) characters into close proximity and emotional interdependence. It is the narrative gravity that prevents them from drifting apart.

A link relationship typically possesses one or more of the following characteristics: When a standard romantic storyline is layered on

When a standard romantic storyline is layered on top of these links, the stakes shift from "Will they get together?" to "Will their connection destroy them or save the world?"

SCREENSHOTS

DOWNLOADS

python script (zip)
Version 6.5Stable and battle tested! Actually, probably not...
Version DEVLatest development code. If you are feeling adventurous...
Documentation

GitHub page Wiki Release notes Issue tracker

Installation instructions On the on the wiki page, and always up-to-date!

Configuration instructions To change the search language and more advanced tune-in (optional).

Dependencies
  • python (version 3.6+)
  • zenity (for GNOME GUI)
  • kdialog (for KDE GUI)
  • basic unix tools: wget (subtitles downloading with GUI), ps & grep (GUI autodetection)
  • Quick install (as a nautilus script)
            
              # Make sure the destination directory for nautilus scripts exits
              mkdir -p ~/.local/share/nautilus/scripts/
              cd ~/.local/share/nautilus/scripts/
              # Download the script and make it executable
              wget https://raw.githubusercontent.com/emericg/OpenSubtitlesDownload/master/OpenSubtitlesDownload.py
              chmod u+x OpenSubtitlesDownload.py