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: 4 months ago
JSON representation

Mpv script to open next or previous file in directory

Lists

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)