this post was submitted on 05 Sep 2024
98 points (97.1% liked)

Unixporn

15248 readers
75 users here now

Unixporn

Submit screenshots of all your *NIX desktops, themes, and nifty configurations, or submit anything else that will make themers happy. Maybe a server running on an Amiga, or a Thinkpad signed by Bjarne Stroustrup? Show the world how pretty your computer can be!

Rules

  1. Post On-Topic
  2. No Defaults
  3. Busy Screenshots
  4. Use High-Quality Images
  5. Include a Details Comment
  6. No NSFW
  7. No Racism or use of racist terms

founded 5 years ago
MODERATORS
 

I finished refactoring the script today.

It leverages fzf as a local video selection frontend for mpv. Additionally the script uses ffprobe and the kitty protocol to grab and display preview information and thumbnail.

The script also has an alternative mode, that instead lists local playlists for quick access.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] Joseph_Boom@feddit.it 2 points 4 days ago (1 children)

Sorry for the dumb question, but how I am supposed to launch it?

[โ€“] wesker@lemmy.sdf.org 2 points 17 hours ago

sh fzf_mpv.sh search_videos

or

sh fzf_mpv.sh search_playlists

It assumes your movies are stored in ~/Videos but that path can be changed by editing line 3 of the script.