Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Arieleg/mpv-copyTime
Copy the current time of the video to clipboard.
https://github.com/Arieleg/mpv-copyTime
Last synced: about 2 months ago
JSON representation
Copy the current time of the video to clipboard.
- Host: GitHub
- URL: https://github.com/Arieleg/mpv-copyTime
- Owner: Arieleg
- License: gpl-3.0
- Created: 2019-11-16T15:39:44.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-28T01:09:20.000Z (about 2 years ago)
- Last Synced: 2024-08-05T14:16:20.515Z (5 months ago)
- Language: Lua
- Size: 43.9 KB
- Stars: 71
- Watchers: 5
- Forks: 23
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-mpv - copyTime - Copies the current time to the clipboard. (Other)
README
# mpv-copyTime
Copy the current time of the video to clipboard.Get the current time of the video and copy it to the clipboard with the format HH:MM:SS.MS, where MS (milliseconds) is 3 digits.
By default, the script is bound to "Ctrl + c"
# Installation
Put the script `copyTime.lua` in your scripts folder, usually in:
* Windows: `"%APPDATA%\mpv\scripts"`.
* Linux and Mac: `"~/.config/mpv/scripts/"`.To work, the script needs:
* Windows: `Powershell`.
* Linux/X11: `xclip`.
* Linux/Wayland : `xclip` or `wl-clipboard`.
* MacOS: `pbcopy` (not tested).# Screenshot
![ss1](https://user-images.githubusercontent.com/40000640/111867156-02f68a00-8951-11eb-84a8-c78616c68aa3.PNG)