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

Lpro Aio Ramdisk 3.6 Download [portable] For Windows

LPRO AIO RAMDisk 3.6 is a software tool that allows users to create a virtual RAM disk on their Windows operating system. A RAM disk, also known as a RAM drive, is a virtual disk that uses a portion of the system's RAM to store data. This allows for faster access to data, as RAM is much faster than traditional hard drives.

LPRO AIO RAMDisk 3.6 is a useful tool for users who want to improve their system's performance by creating a virtual RAM disk. With its fast data access and improved system performance, LPRO AIO RAMDisk 3.6 is a great option for users who need to store temporary files or cache data. By following the download and installation steps, users can easily get started with LPRO AIO RAMDisk 3.6 on their Windows system.

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! lpro aio ramdisk 3.6 download for windows

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

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