Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jonniek/mpv-nextfile
Mpv script to open next or previous file in directory
https://github.com/jonniek/mpv-nextfile
lua mpv script
Last synced: 3 months ago
JSON representation
Mpv script to open next or previous file in directory
- Host: GitHub
- URL: https://github.com/jonniek/mpv-nextfile
- Owner: jonniek
- License: unlicense
- Created: 2016-08-16T17:16:07.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-08-09T11:15:13.000Z (over 1 year ago)
- Last Synced: 2024-06-30T10:26:08.204Z (5 months ago)
- Topics: lua, mpv, script
- Language: Lua
- Size: 38.1 KB
- Stars: 65
- Watchers: 5
- Forks: 9
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-mpv - nextfile - Force opens next or previous file in the currently playing files directory. (Playback)
README
# Mpv-nextfile
This script will force open next or previous file in the currently playing files directory.#### Settings
Set them inside the settings variable at the head of the lua file. Should work out of the box.
- filtering by filetype
- Allow/disallow looping
- linux/windows
#### keybindings
You can copy paste below into your input.conf if you want to change the keybindings.
`shift+LEFT script-binding previousfile`
`shift+RIGHT script-binding nextfile`
#### My other mpv scripts
- [collection of scripts](https://github.com/jonniek/mpv-scripts)