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.
Are you tired of tedious and time-consuming interactions with apps on your Android device? Look no further! Chatburate is here to revolutionize the way you interact with your Android device. This innovative chatbot is designed to make your life easier, providing you with a seamless and intuitive experience.
Building chatbots for Android requires a range of technical skills and tools. Some of the key requirements include:
I hope this helps! Let me know if you'd like me to modify anything.
Many users appreciate the ability to hide the app behind a generic icon (e.g., a game or utility tool) or lock the app with a fingerprint, providing privacy that a standard browser history cannot always guarantee.
GitHub page Wiki Release notes Issue tracker
Installation instructions On the on the wiki page, and always up-to-date! chatburateforandroid
Configuration instructions To change the search language and more advanced tune-in (optional). Are you tired of tedious and time-consuming interactions
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