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.
: The evolution from basic mechanical aids to fifth-generation pervasive, failure-tolerant systems.
: Introduces concepts like pipelining to increase instruction throughput and parallelism for simultaneous task execution. Content Highlights (Page 23 and beyond) modern computer architecture rafiquzzaman pdf 23
: Explores opcode encoding, addressing modes, and instruction types, detailing how sequences of instructions constitute programs. : The evolution from basic mechanical aids to
: Discusses the importance of multi-level cache hierarchies (L1, L2, and L3) to bridge the speed gap between the processor and main memory. : Discusses the importance of multi-level cache hierarchies
: Covers the internal design of the CPU, including register organization and the fetch/execute cycle.
In this text, computer architecture is defined as the study of system components and their interconnections. The book focuses on several core areas:
by Mohamed Rafiquzzaman and Rajan Chandra, originally published in 1988 , is a foundational text in computer engineering that bridges the gap between hardware components and software instructions. The book is widely recognized for its clear explanation of how various architectural decisions impact computer performance and configuration. Overview of Modern Computer Architecture
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).
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