Skip to content
This repository has been archived by the owner on Jul 6, 2021. It is now read-only.

darkshram/periscopio-mate

Repository files navigation

periscopio-mate

A Python2 module to search and download subtitles, forked from persicope by Patrick Dessalle.

Expect some network connection warnings and errors in ~/.xsession-errors for some services if they are unreachable from your location.

Current supported services

Installation.

git clone https://github.com/darkshram/periscopio-mate
cd periscopio-mate
python2 setup.py build
python2 setup.py install
install -m 0755 bin/periscopio-caja/periscopio-caja.py* \
    /usr/share/python-caja/extensions/
for n in po/*.mo ; do
        install -p -D -m0644 $n /usr/share/locale/`basename $n .mo`/LC_MESSAGES/periscopio-caja.mo
done

Then restart caja.

Configuration.

Just edit ~/.config/periscopio/config

You will find:

[DEFAULT]
lang =
lang-in-name = no
plugins =

[LegendasTV]
user =
pass =
unrarpath =
supportedsubtitleextensions =
  • Language is detected by default. But if you want to manually set a different one from used in the the desktop environment, then set the desired language.
  • Set if you want to append the language name to the subtitle file. Default is no.
  • Set if you want to use a plugin in particular. Empty means use all. -Addic7ed -LegendasTV -OpenSubtitles -Podnapisi -Podnapisi2 -SubDivX -SubScene -SubsWiki -SubtitleDatabase -SubtitleSource -TheSubDB -TvSubtitles
  • Set user and password for LegendasTV in case you have one account there.

Screenshots.

Caja context menu

Desktop notification

About

Python module for searching subtitles on the web. Includes a caja extension. Forked from persicope by Patrick Dessalle.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published