Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/laelnasan/yomichampv
A simple script that enables mpv to work with Yomichan
https://github.com/laelnasan/yomichampv
Last synced: 3 months ago
JSON representation
A simple script that enables mpv to work with Yomichan
- Host: GitHub
- URL: https://github.com/laelnasan/yomichampv
- Owner: laelnasan
- License: isc
- Created: 2020-07-04T21:34:22.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-13T22:08:17.000Z (almost 4 years ago)
- Last Synced: 2024-06-30T12:34:05.263Z (4 months ago)
- Language: Lua
- Size: 269 KB
- Stars: 7
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-mpv - Yomichampv - A simple solution for integration with Yomichan - a browser-based japanese dictionay. (Learning)
README
# Yomichampv
A simple script that enables mpv to work with Yomichan by copying subtitles to the clipboard![](https://media1.giphy.com/media/MCS5hVmcZ4JqLM28a6/giphy.gif)
## Getting Started
If you already have mpv and Yomichan installed just copy the lua script
to your mpv ``scripts`` directory.The default key binding is 'y', the script simply copies the subtitle to
the clipboard, so you must select the _clipboard monitor_ option in the
Yomichan Search page### Prerequisites
- mpv https://mpv.io/
- Yomichan https://foosoft.net/projects/yomichan/index.html
- [Linux/BSD/etc only] xsel or xclip, Windows and Mac are fine### Installing
Just copy the script to the proper folder in your mpv installation. In
Unix systems it should be
```
cd ~/.config/mpv/scripts/
wget https://raw.githubusercontent.com/laelnasan/yomichampv/master/yomichampv.lua
```## License
This project is licensed under the ISC License - see the [LICENSE.md](LICENSE.md) file for details