Skip sponsor segments in YouTube videos playing on an Apple TV. Sponsor Block in YouTube for apple TV
This project is written in asycronous python and should be pretty quick.
Check the wiki
Warning: armv7 builds have been deprecated.
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 Apple TV does not communicate the YouTube video ID directly, and a YouTube Data API key is needed to get the video ID from the video title and author that Apple TV provides.
The last 5 videos' segments are cached to limit the number on queries on SponsorBlock and YouTube.
- pyatv Used to connect to the Apple TV
- asyncio and aiohttp
- async-cache
- Fork it (https://github.com/dmunozv04/iSponsorBlockTV/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
- dmunozv04 - creator and maintainer
- HaltCatchFire - updated dependencies and improved skip logic
- Oxixes - added support for channel whitelist and minor improvements