Skip to content

Instantly share code, notes, and snippets.

@ayosec
Created April 30, 2022 19:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ayosec/33681a606dbd4dc6f97f9cc5c709cc4a to your computer and use it in GitHub Desktop.
Save ayosec/33681a606dbd4dc6f97f9cc5c709cc4a to your computer and use it in GitHub Desktop.
Use MPV to remove unwanted media files with <d>

Use MPV to remove unwanted media files with d.

  • mpv.conf:

    d run mv -v "${filename}" /tmp/discard/ ; show-text "moved" ; playlist-next
    
$ mpv --input-conf=/…/mpv.conf --loop-file .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment