Download the repo, copy the lua
folder (containing /extensions/super-skipper.lua & /intf/skipper_intf.lua) and paste it into your VLC config-directory:
- Linux:
- (All Users)
/usr/lib/vlc/
- (Current User):
~/.local/share/vlc/
- (All Users)
- MacOS:
- (All Users)
/Applications/VLC.app/Contents/MacOS/share/
- (Current User):
/Users/<name>/Library/Application Support/org.videolan.vlc/
- (All Users)
- Windows:
- (All Users)
%ProgramFiles%\VideoLAN\VLC\
- (Current User):
%APPDATA%\VLC\
- (All Users)
*** *Enable the 'skipper_intf' interface in the 'Set Interface' menu. This only needs to be done if it is not already enabled. Restart VLC after enabling.* ***
- From the VLC menu, select View > Super Skipper .
- Set times for openings and endings and a profile name which is compared to the name and artist of the media file.
- If Profile equals or is a substring of the name or artist then that profile will be used.
- For simplicity all special characters and spaces are stripped before comparing, so file:
test123.mp4
will match with profile:t e$st1#2@3mp4
- Search priority is names first then artist, from top to bottom of list. Uses first found match.
- Profiles are saved in a file named super-skipper.conf in your VLC config-directory.
- you can change the order or adjust times in that file.
- you can change the order or adjust times in that file.
- Search priority is names first then artist, from top to bottom of list. Uses first found match.
- Autofill Buttons for name, artist, or current time (s) of the playing media file.
- Name: File name.
- Artst: Artist.
- Opening Start: Start of opening credits. Check box From Start for start of video.
- Opening Stop: End of opening credits. (0 to disable skip opening)
- Ending Start: Start of ending credits.
- Ending Stop: End of ending credits. Check box To End for end of video. (0 to disable)
- Name: File name.
- Save: Save profile.
- Save for Current: Set profile to now playing file name and save.
- Set Interface: Easily set interface settings.
- Time Format: Toggle between (s) and HH:MM:SS time formats..
- Load: Load selected profile values.
- Clear: Clear all fields.
- Delete: Delete Selected Profile.
- Help Menu: With all this information!
Bug reports, pull requests and ideas or suggestions are welcome on GitHub
This project is available under the terms of the GNU GPL V3. See the LICENSE
file for the copyleft information.