Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 1 month ago
JSON representation
This lua script for mpv media player will use zenity and youtube-dl for search youtube video.
- Host: GitHub
- URL: https://github.com/rozari0/mpv-youtube-search
- Owner: rozari0
- Created: 2021-12-30T03:19:07.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-11-13T14:34:54.000Z (about 1 month ago)
- Last Synced: 2024-11-13T14:48:39.284Z (about 1 month ago)
- Topics: mpv-player, mpv-script, mpv-scripts
- Language: Lua
- Homepage:
- Size: 3.91 KB
- Stars: 15
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-mpv - youtube-search - Use zenity and youtube-dl to search YouTube. (Streaming)
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.