Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alifarazz/mpv-zenity-open-files
zenity-open-files, a lua script for mpv media player that uses Gnome's zenity to open files, subtitles or URLs.
https://github.com/alifarazz/mpv-zenity-open-files
Last synced: 3 months ago
JSON representation
zenity-open-files, a lua script for mpv media player that uses Gnome's zenity to open files, subtitles or URLs.
- Host: GitHub
- URL: https://github.com/alifarazz/mpv-zenity-open-files
- Owner: alifarazz
- License: wtfpl
- Created: 2021-04-19T15:01:11.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-08-03T11:59:58.000Z (over 1 year ago)
- Last Synced: 2024-08-05T14:16:10.088Z (6 months ago)
- Language: Lua
- Size: 10.7 KB
- Stars: 13
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-mpv - zenity-open-files - Use GTK's zenity to add files to playlist, subtitles to playing video or open URLs. (File)
README
# zenity open files
This lua script for [mpv media player](https://mpv.io/) will use [Gnome's zenity](https://help.gnome.org/users/zenity/) to open files, subtitles or URLs.
Based on [ntasos](https://github.com/ntasos)'s [kdialog-open-files.lua](https://gist.github.com/ntasos/d1d846abd7d25e4e83a78d22ee067a22).
### 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](https://mpv.io/manual/master/#script-location)