Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 845 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 845 Bytes

zenity open files

This lua script for mpv media player will use Gnome's zenity to open files, subtitles or URLs.

Based on ntasos's kdialog-open-files.lua.

Keybindings

  • CTRL+o: Add files to the playlist and replace the current playlist.
  • CTRL+a: Append selected files to the playlist.
  • CTRL+s: Load a subtitle file.
  • CTRL+u: Load a URL.
TODO
  • CTRL+SHIFT+o: Add files in the selected folders to the playlist and replace the current playlist.
  • CTRL+SHIFT+a: Append files in the selected folders to the playlist.

They can be customized at the bottom of the .lua file.

How to Install

rtfm