zenyd / mpv-scripts

Scripts for the mpv media player
GNU General Public License v3.0
171 stars 29 forks source link

delete_file.lua doesn't work on a playlist #18

Open 2V3EvG4LMJFdRe opened 4 years ago

2V3EvG4LMJFdRe commented 4 years ago

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.

bitingsock commented 3 years ago

If you change line 35: os.remove(v) to print(os.remove(v)) and run from terminal, what does it say?