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.
UltraEdit offers two primary licensing models to fit different workflows and budgets. Choosing the right one ensures you get the best value over time.
: These are billed annually or every two years. They provide the lowest upfront cost and include continuous access to the latest updates and priority support. If a subscription lapses, the software will cease to function until renewed.
Activation typically requires a and Password sent via email after purchase. Traditional serial numbers are largely replaced by this more secure system. UltraEdit | Secure Text Editor Built for Huge Files
GitHub page Wiki Release notes Issue tracker
Installation instructions On the on the wiki page, and always up-to-date! ultraedit key
Configuration instructions To change the search language and more advanced tune-in (optional). UltraEdit offers two primary licensing models to fit
python (version 3.6+)zenity (for GNOME GUI)kdialog (for KDE GUI)wget (subtitles downloading with GUI), ps & grep (GUI autodetection)
# 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