Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rozari0/mpv-youtube-search

This lua script for mpv media player will use zenity and youtube-dl for search youtube video.
https://github.com/rozari0/mpv-youtube-search

mpv-player mpv-script mpv-scripts

Last synced: about 2 months ago
JSON representation

This lua script for mpv media player will use zenity and youtube-dl for search youtube video.

Awesome Lists containing this project

README

        

mpv Youtube Search

This lua script for [mpv media player](https://mpv.io/) will use zenity and youtube-dl/yt-dlp for search youtube video.
Based on [mpv-zenity-open-files](https://github.com/alifarazz/mpv-zenity-open-files) by alifarazz.

### Installation

```bash
wget -O ~/.config/mpv/scripts/youtube-search.lua https://github.com/rozari0/mpv-youtube-search/raw/master/youtube-search.lua
```
### Keybindings

- `CTRL+SHIFT+s`: search youtube videos.

📜️ Customize

Coutom Keybindings


Change bottom of youtube-search.lua file.

Coustom Result Number


Change value of limit variable in youtube-search.lua file.

### Warning & Suggestion

May not work on windows.
Using with [mpv-gallery-view](https://github.com/occivink/mpv-gallery-view/) recommended.