oxixes / iSponsorBlockTV

Automatically skip sponsor segments in YouTube videos playing on Apple TV.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

iSponsorBlockTV

Skip sponsor segments in YouTube videos playing on an Apple TV.

This project is written in asycronous python and should be pretty quick.

Installation

Check the wiki

Warning: armv7 builds have been deprecated.

Usage

Run iSponsorBLockTV on the same network as the Apple TV.

It connects to the Apple TV, watches its activity and skips any sponsor segment using the SponsorBlock API.

The last 5 videos' segments are cached to limit the number on queries on SponsorBlock and YouTube.

Libraries used

Projects using this proect

Contributing

  1. Fork it (https://github.com/dmunozv04/iSponsorBlockTV/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors

  • dmunozv04 - creator and maintainer
  • HaltCatchFire - updated dependencies and improved skip logic
  • Oxixes - added support for channel whitelist and minor improvements

License

GNU GPLv3

About

Automatically skip sponsor segments in YouTube videos playing on Apple TV.

License:GNU General Public License v3.0


Languages

Language:Python 97.1%Language:Dockerfile 2.9%