A VLC extension that adds a menu option to delete video files from disk while playing them.
VLC Delete is a lightweight Lua extension for VLC Media Player that allows users to delete video files from their filesystem directly within the player. It solves the problem of cluttered media libraries by providing a quick way to remove unwanted videos while watching them, streamlining the cleanup process.
VLC users who frequently manage large video collections and want to delete files without switching to a file manager. It's particularly useful for those organizing downloaded media or curating personal libraries.
It integrates seamlessly into VLC's menu system, requires no complex setup, and offers a focused solution that VLC lacks natively. The optional trash support on Linux adds safety against accidental deletions.
VLC extension to remove videos from the filesystem
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.
Adds a menu option under View to remove the current video from both playlist and disk, streamlining media management directly within VLC without switching apps.
Works on Windows and Linux, with clear installation paths provided for standard, Flatpak, and Snap versions, as noted in the README.
If trash-cli is installed, files are moved to the recycle bin instead of permanently deleted, reducing the risk of accidental data loss on Linux systems.
Follows a single-purpose design with just one Lua file, requiring no complex dependencies and enhancing VLC without adding bloat.
Relies on menu hotkeys that vary by language, forcing users to remember sequences like Alt+i+r or rely on external AutoHotKey scripts for efficiency.
Fails with UNC paths on Windows, requiring manual workarounds like drive mapping, which complicates use in server or shared-folder environments.
Cannot delete files with emojis in names on Windows, limiting compatibility with modern file naming conventions and user workflows.
Trash functionality is only available on Linux with trash-cli; Windows lacks built-in recycle bin support, risking permanent deletion without safeguards.