Home

Awesome

<h1 align="center">Super Skipper</h1> <p align=center><img alt="Super Skipper Logo" src="./super-skipper-logo.jpg" style="height:100px"></p> <h3 align="center">For VLC Media Player</h3> <h4 align="center">Automatically Skip Opening and Ending Sequences.</h4> <h5 align="center"><a href="https://addons.videolan.org/p/1415936/">VLC Addons page</a></h5>

Installation

Download the repo, copy the lua folder (containing /extensions/super-skipper.lua & /intf/skipper_intf.lua) and paste it into your VLC config-directory:

<div align="center">*** *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.* *** </div> <p align=center><img alt="Super Skipper Preview" src="./super-skipper-v1.jpg"></p>

Usage

  1. From the VLC menu, select <kbd> View > Super Skipper </kbd>.<br />
  2. Set times for openings and endings and a profile name which is compared to the name and artist of the media file.<br />
  3. If Profile equals or is a substring of the name or artist then that profile will be used.<br />
  4. For simplicity all special characters and spaces are stripped before comparing, so file: <code>test123.mp4</code> will match with profile: <code>t e$st1#2@3mp4</code><br />
    • Search priority is names first then artist, from top to bottom of list. Uses first found match.<br />
    • Profiles are saved in a file named <kbd>super-skipper.conf</kbd> in your VLC config-directory.<br />
      • you can change the order or adjust times in that file.<br />

Features

Changelog

Contributing

Bug reports, pull requests and ideas or suggestions are welcome on GitHub

License

This project is available under the terms of the GNU GPL V3. See the LICENSE file for the copyleft information.