manojmj92 / subtitle-downloader

Python script to automatically download subtitles for any movie/tv series episode.
GNU General Public License v3.0
780 stars 238 forks source link

Update README.md #31

Closed ghost closed 8 years ago

ghost commented 8 years ago

So I've followed the instructions of the README.md file and recognized that the script wouldn't work for me (Ubuntu 16.04). There were 2 Issues on my side:
1) ~/.gnome2/nautilus-scripts is probably deprecated and hence no longer supported (?) -- see https://help.ubuntu.com/community/NautilusScriptsHowto 2) I needed a XML Parser for Python which wasn't written down as a requirement.

To solve those Issues: 1) place the scripts in here: ~/.local/share/nautilus/scripts/ and don't forget to make it executable 2) type in: sudo apt install python2.7-lxml to download the XML-Parser

deadcoder0904 commented 8 years ago

Close this as README.md is updated and merged at #1428324