Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 868 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 868 Bytes

VLC-Rename

VLC Rename is a lua extension for VLC that allows you to rename/move the currently playing file and then rejoin it to the current playlist.
vlc_rename_1 vlc_rename_2

When you play a file, pres ALT+I and then ALT+M to rename the current file or edit its location in the shown dialog box.
Script will and rename/move it for you and then rejoin it to the end of current playlist.

This extension has been tested on GNU Linux and MS Windows 10 with VLC 3.x.

The author is not responsible for damage caused by this extension.
This code is based on another extension VLC Delete created by Surrim:
https://github.com/surrim/vlc-delete/