Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yazeed44/mpv-scripts
Collection of my MPV scripts
https://github.com/yazeed44/mpv-scripts
Last synced: 3 months ago
JSON representation
Collection of my MPV scripts
- Host: GitHub
- URL: https://github.com/yazeed44/mpv-scripts
- Owner: yazeed44
- License: mit
- Created: 2020-09-28T14:36:13.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-30T18:34:23.000Z (almost 4 years ago)
- Last Synced: 2024-06-30T14:46:23.720Z (5 months ago)
- Language: Lua
- Size: 2.93 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-mpv - copy to music - Copies the current media file you're playing to a predefined directory, and plays the next entry in the playlist (Unix-like) (Other)
README
# mpv-scripts
## Well, what is mpv?
[mpv](https://github.com/mpv-player/mpv) is a very extensible media player which I like. Please give them a star for their great work!## My mpv scripts
### Copy To Music
#### Requirements:
- Unix System
- Defined "$MUSIC" variable that points to your music directory.
A basic script where if you press "ctrl-m", it copies the current media file you're playing to a predefined directory, and plays the next entry in the playlist (if any). Saves you the time of manually looking up files and copying them.