diff options
author | sinanmohd <sinan@sinanmohd.com> | 2023-10-02 15:08:13 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2023-10-02 15:36:17 +0530 |
commit | 50a50ffa59608838e21e63ba288f584be21a1c08 (patch) | |
tree | da8d112e1a4b6d5bf2c725d3700268a1f9ff8bc2 | |
parent | 2d554cf2c2887ff2513467ef21778b6dcbb374cf (diff) |
readme: init
-rw-r--r-- | README.md | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..4a77334 --- /dev/null +++ b/README.md @@ -0,0 +1,32 @@ +**MpvSUB: /comfy/ subtitles for Mpv without api keys or Python** +---------------------------------------------------------------- + +mpvsub automatically fetches subtitles "when needed" with zero interactions +from the user. + +Features +-------- + +* no api keys or accounts needed +* search uses file hash by default, and text as fallback +* standalone implementation (minimal dependencies) +* works with webtorrent + +Installation +------------ + + $ mkdir -p ~/.config/mpv/scripts/mpvsub + $ git clone https://git.sinanmohd.com/mpvsub ~/.config/mpv/scripts/mpvsub + +Dependencies +------------ + +* curl +* unzip + +Contact +------- + +* matrix: `#chat:sinanmohd.com` + +you can also use email `sinan@firemail.cc` but matrix is preferred |