bertybuttface 8edf4859ab Update main.py
remove unused code
2023-03-28 22:13:20 +01:00
2022-11-14 00:26:31 +01:00
2023-03-28 22:13:20 +01:00
2022-07-25 16:12:43 +00:00
2022-04-22 14:45:32 +02:00
2022-04-22 14:45:32 +02:00
2022-01-15 20:18:04 +01:00
2022-04-12 00:07:42 +02:00
2022-01-15 20:39:52 +01:00
2022-04-22 14:45:32 +02:00
2022-04-11 21:54:49 +02:00
2022-04-22 14:45:32 +02:00
2023-01-16 22:01:22 +01:00
2022-04-11 21:40:15 +02:00

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 in the same network as the Apple TV.

It connect to the Apple TV, watch its activity and skip 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

  • pyatv Used to connect to the Apple TV
  • [asyncio] and [aiohttp]
  • [async_lru]
  • [json]

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

License

GNU GPLv3

Description
SponsorBlock client for all YouTube TV clients.
Readme 985 KiB
Languages
Python 99%
Dockerfile 1%