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 latest official build is Firmware 009 (20160328) , based on Android 4.4.2.
Method 1: Using the USB Burning Tool (Recommended for Clean Installs)
The latest official build is Android 5.1.1 Lollipop RC2 .
Upgrading your is the best way to ensure system stability, access newer apps like Kodi 17, and enjoy features like the Google TV Remote . While the Neo X8-H officially reached its peak with Android 4.4.2 KitKat (Firmware 009) , its sibling, the X8-H Plus, received an official upgrade to Android 5.1.1 Lollipop. Official Firmware Versions & Download Links Official releases are typically found on the Minix Forum .
You will need the AMLogic USB Burning Tool (v2.0.4.3 or newer) and the specific firmware .img file. Step-by-Step Firmware Update Methods
GitHub page Wiki Release notes Issue tracker
Installation instructions On the on the wiki page, and always up-to-date! minix neo x8-h firmware
Configuration instructions To change the search language and more advanced tune-in (optional). The latest official build is Firmware 009 (20160328)
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