https://github.com/danielfleischer/opensub
Query and fetch from opensubtitles inside of Emacs.
https://github.com/danielfleischer/opensub
emacs opensubtitles subtitles
Last synced: about 1 year ago
JSON representation
Query and fetch from opensubtitles inside of Emacs.
- Host: GitHub
- URL: https://github.com/danielfleischer/opensub
- Owner: danielfleischer
- License: gpl-3.0
- Created: 2023-04-11T10:36:59.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2025-03-29T07:18:13.000Z (about 1 year ago)
- Last Synced: 2025-04-04T17:52:37.113Z (about 1 year ago)
- Topics: emacs, opensubtitles, subtitles
- Language: Emacs Lisp
- Homepage:
- Size: 784 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
- License: LICENSE
Awesome Lists containing this project
README
#+TITLE: OpenSub
Emacs package to query and download subtitles from [[https://www.opensubtitles.com/en/home][opensubtitles.com]].
Set up an account at [[https://www.opensubtitles.com/en/home][opensubtitles.com]]; get an API key and app name and set them in =opensub-api-key= and
=opensub-app-name=, respectively. Add languages using =opensub-languages= variable.
To run, call ~M-x opensub~, provide a query string such as *matrix* or *office s04e13*. Select the relevant file among the
options, and it will be downloaded to =opensub-download-directory= (customizable). Columns include subtitle name,
language, subtitle rating and the movie/show name. See example:
[[./image.png]]
Issues and PR are welcome! 📺