periscope icon indicating copy to clipboard operation
periscope copied to clipboard

Python module searching subtitles on the web. Used in plugins for the GNOME desktop.

Results 20 periscope issues
Sort by recently updated
recently updated
newest added

Update it for python 3

This is a simple one. It failed on my laptop because `~/.config` folder didn't exist. So, instead of using `os.mkdir`, we can use `os.makedirs` so that all parent directories are...

In Hebrew most subtitle are encoded as ISO-8859 but media players in Linux use utf-8 encode. I will happy if will add option to change encode automatically.

Modify the plug Subtitulos.es to TuSubtitulo.com since the previous stopped working

The old subscene moved to v2.subscene.com. Also the code in downloadFile did not work so it was rewritten with the requests module.

release_pattern changed because it was no match with the original

Added Bulgarian as supported language

Podnapisi plugins wasn't finding the exact subtitles because it wasn't taking into account the release team. I made some changes to improve the search results (use of sTS, sTE and...

This contains all my changes to periscope, in no order: - setup.py now produces an installable sdist suitable for PyPI - refactored and added a few methods to SubtitleDB to...

I've made some changes to the Addic7ed plugin: - more debugging output - should be working in most cases but needs more testing; adding it to upstream might increase exposure...