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

Mil-std-167-2a Pdf Work May 2026

Requirements for minimizing internally induced vibration from rotating components. Summary Table: MIL-STD-167-1 vs. MIL-STD-167-2

You can find official versions and status updates (such as its 1992 revision date) through the DLA Quick Search Official Document Search or specialized repositories like Intertek Inform acceptance criteria mil-std-167-2a pdf

Once you have the PDF, following the letter of the standard is critical for Navy acceptance. The standard provides detailed procedures for analyzing and

, officially titled "Vibration, Mechanical (Shipboard Equipment)," is a United States military standard that establishes the vibration testing requirements for equipment installed aboard naval surface ships and submarines. It is the second revision of the original MIL-STD-167, specifically focusing on the environmental vibration durability of shipboard machinery, components, and systems. officially titled "Vibration

Everyspec is a popular archive for military standards.

The standard provides detailed procedures for analyzing and testing equipment to prevent catastrophic fatigue failure. Analysis Coverage

| Feature | MIL-STD-167-2A | MIL-STD-810H (Method 514) | | :--- | :--- | :--- | | | Navy Shipboard (Surface & Submarine) | General Military (Ground, Air, Sea) | | Frequency Range | 2 Hz to 50 Hz (often extended to 200 Hz) | 5 Hz to 500 Hz+ | | Duration | 2 hours per axis (Typically) | 1 hour per axis (Typical) | | Key Focus | Low-frequency, high-displacement vibration from hull flex | Broadband transport and operational vibration | | Contractual Use | Mandatory for Navy shipboard equipment | Optional unless specified by Navy |

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