mpv-scripts
mpv-scripts copied to clipboard
delete_file.lua doesn't work on a playlist
I've marked multiple files on a playlist on macOS High Sierra, and they're not removed. Works well only when I just open one file, and then close the player.
If you change line 35: os.remove(v) to print(os.remove(v)) and run from terminal, what does it say?