vlc-delete icon indicating copy to clipboard operation
vlc-delete copied to clipboard

VLC extension to remove videos from the harddisk

Results 13 vlc-delete issues
Sort by recently updated
recently updated
newest added

I'm using autokey app on linux, basically it select VLC window then simulate keyboard press alt + ir ``` import subprocess def focus_or_open_vlc(): process = subprocess.Popen(['pgrep', '-f', 'vlc'], stdout=subprocess.PIPE) output,...

I'm using VLC 3.0.19 Vetinari builduser@ Oct 11 2023 and my OS is arch linux Linux mohammad-81yh 6.1.58-1-lts #1 SMP PREEMPT_DYNAMIC Sun, 15 Oct 2023 18:38:43 +0000 x86_64 GNU/Linux ![image](https://github.com/surrim/vlc-delete/assets/17421945/aef47e26-948c-4ec0-8ea0-06c75dae8e70)

Here is a a relatively better script than *vlc-delete* that I wrote using **AutoHotkey (v2+)** that not only works when VLC is in true full-screen mode, unlike *vlc-delete*, but this...

enhancement
help wanted