mpv-scripts
mpv-scripts copied to clipboard
delete-file: terminal / command-line use
Similar to the mpv-playlistmanager script, there's no output when the mpv window hasn't been launched and no files are removed when using the delete-file hotkeys.
I always play audio files with the --no-video
flag, using this Bash alias:
alias mpva='mpv --no-video'
I can't reproduce this. On windows at least there is output in the terminal and after quitting the player the files get removed.