An open API service indexing awesome lists of open source software.

https://github.com/observeroftime/mpv-scripts

My personal mpv scripts
https://github.com/observeroftime/mpv-scripts

mpv mpv-scripts

Last synced: about 1 year ago
JSON representation

My personal mpv scripts

Awesome Lists containing this project

README

          

## mpv scripts

[![LICENSE](https://img.shields.io/badge/license-BSD0-red.svg)](LICENSE.txt "BSD Zero Clause License")

My collection of cross-platform scripts for [mpv][mpv].

Feel free to edit and adapt them however you like

and if you think your changes should be merged,

don't hesitate to submit a pull request.

### [open-dialog](open-dialog)

Scripts that launch a dialog for opening files or URLs.

Follow the link for details.

### [clipshot.lua](clipshot.lua)

#### `clipshot-subs`

Screenshot the video (with subs) and copy it to the clipboard.

Default key binding: c

#### `clipshot-video`

Screenshot the video (w/o subs) and copy it to the clipboard.

Default key binding: C

#### `clipshot-window`

Screenshot the full window and copy it to the clipboard.

Default key binding: Alt + c

### [discord.lua](discord.lua)

Discord rich presence in a single script.

Default key binding: D

| | Windows | Linux | MacOS |
|:------------:|:---------:|:-------:|:-------:|
| **LuaJIT** | ✓ | ✓ | ✗ |
| **Lua** | ✓ | ∗ | ∗ |

∗ Requires [LuaSocket](https://w3.impa.br/~diego/software/luasocket/)

### [misc.lua](misc.lua)

Miscellaneous simple functions.

#### `show-time`

Show the current time (`HH:MM`) on the OSD.

Default key binding: Ctrl+t

[mpv]: https://github.com/mpv-player/mpv