Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Trevelopment/vlc-super-skipper
Intro & Credits Skipper for VLC
https://github.com/Trevelopment/vlc-super-skipper
Last synced: 2 days ago
JSON representation
Intro & Credits Skipper for VLC
- Host: GitHub
- URL: https://github.com/Trevelopment/vlc-super-skipper
- Owner: Trevelopment
- License: gpl-3.0
- Created: 2020-08-10T04:09:42.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-12T16:10:30.000Z (about 3 years ago)
- Last Synced: 2024-08-02T07:09:31.404Z (3 months ago)
- Language: Lua
- Size: 60.5 KB
- Stars: 12
- Watchers: 3
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- License: LICENSE
Awesome Lists containing this project
- awesome-vlc - vlc-super-skipper - Automatically Skip Opening and Ending Sequences. (VLC lua extensions)
README
Super Skipper
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](https://github.com/Trevelopment/vlc-super-skipper/archive/master.zip)) and paste it into your VLC [config-directory][config-dir]:
- Linux:
- (All Users)
- `/usr/lib/vlc/`
- (Current User):
- `~/.local/share/vlc/`
- MacOS:
- (All Users)
- `/Applications/VLC.app/Contents/MacOS/share/`
- (Current User):
- `/Users//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.* ***## 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][config-dir].
* 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](./changelog.md)
## Contributing
Bug reports, pull requests and ideas or suggestions are welcome on [GitHub](https://github.com/Trevelopment/vlc-super-skipper)
## License
This project is available under the terms of the GNU GPL V3. See the [`LICENSE`](LICENSE) file for the copyleft information.
[config-dir]: https://www.videolan.org/support/faq.html#Config