Trevelopment / vlc-super-skipper

Intro & Credits Skipper for VLC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Super Skipper

Super Skipper Logo

For VLC Media Player

Automatically Skip Opening and Ending Sequences.

VLC Addons page

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:

  • Linux:
    • (All Users)
      • /usr/lib/vlc/
    • (Current User):
      • ~/.local/share/vlc/
  • MacOS:
    • (All Users)
      • /Applications/VLC.app/Contents/MacOS/share/
    • (Current User):
      • /Users/<name>/Library/Application Support/org.videolan.vlc/
  • Windows:
    • (All Users)
      • %ProgramFiles%\VideoLAN\VLC\
    • (Current User):
      • %APPDATA%\VLC\
*** *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.* ***

Super Skipper Preview

Usage

  1. From the VLC menu, select  View > Super Skipper .
  2. Set times for openings and endings and a profile name which is compared to the name and artist of the media file.
  3. If Profile equals or is a substring of the name or artist then that profile will be used.
  4. 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.

Features

  • 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)
  • 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!

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.

About

Intro & Credits Skipper for VLC

License:GNU General Public License v3.0


Languages

Language:Lua 100.0%