/mpv-nextfile-with-osd-message

Mpv script to open next or previous file in directory ( osd message added )

Primary LanguageLuaThe UnlicenseUnlicense

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