Skip to content

Instantly share code, notes, and snippets.

View VictorPascu's full-sized avatar

Victor Pascu VictorPascu

  • Cluj-Napoca, Romania
View GitHub Profile
@VictorPascu
VictorPascu / chapter_skipper.lua
Created May 6, 2018 18:55
VLC Extension - Skip Chapter
-- chapter_skipper.lua -- VLC extension
--[[
Feel free to mail me with suggestions/improvements!
INSTALLATION:
Put the file in the VLC subdir /lua/extensions, by default:
* Windows (all users): %ProgramFiles%\VideoLAN\VLC\lua\extensions\
* Windows (current user): %APPDATA%\VLC\lua\extensions\
* Linux (all users): /usr/share/vlc/lua/extensions/
* Linux (current user): ~/.local/share/vlc/lua/extensions/