mirror of
https://github.com/dmunozv04/iSponsorBlockTV.git
synced 2025-12-06 11:56:45 +03:00
Compare commits
96 Commits
debug-comm
...
watchdog-e
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
30cac71820 | ||
|
|
f2155abad3 | ||
|
|
edbea793ed | ||
|
|
df629805c2 | ||
|
|
ad9834b9f0 | ||
|
|
97e7b31d9c | ||
|
|
b5d275e01e | ||
|
|
98c1211b09 | ||
|
|
57f33ec354 | ||
|
|
9f6a18a006 | ||
|
|
fd6f0d7283 | ||
|
|
166e238f41 | ||
|
|
8ecaa7e86f | ||
|
|
cafdf4f962 | ||
|
|
3a80c76fb6 | ||
|
|
a4f6462026 | ||
|
|
c4571ad90b | ||
|
|
c51c47b566 | ||
|
|
72ada4558e | ||
|
|
6219cfe0d0 | ||
|
|
b2dfe35698 | ||
|
|
af35982ac0 | ||
|
|
fb30d7e4cb | ||
|
|
f04f7560b2 | ||
|
|
d55fceda18 | ||
|
|
a6dacc1d84 | ||
|
|
a67e3eb860 | ||
|
|
a9d64af2ac | ||
|
|
fc8d1770cd | ||
|
|
82ce3e60e9 | ||
|
|
4417592b6b | ||
|
|
7187ec5286 | ||
|
|
6ea500222e | ||
|
|
905a74c103 | ||
|
|
35bc1ea6dc | ||
|
|
c3f28f7cd1 | ||
|
|
724b88a2ba | ||
|
|
18105e4aa8 | ||
|
|
8f60a2650a | ||
|
|
5888b8f9c6 | ||
|
|
f890434dbf | ||
|
|
6a32e42671 | ||
|
|
ad35ecc778 | ||
|
|
e9925b02c3 | ||
|
|
ffdeb4579e | ||
|
|
70ecf78f01 | ||
|
|
1e10ab4e29 | ||
|
|
dee71939c5 | ||
|
|
2dbeed99bc | ||
|
|
451ffce47b | ||
|
|
2124fff81b | ||
|
|
aabf5aa2bc | ||
|
|
068623bb03 | ||
|
|
b93f480848 | ||
|
|
e9fdc49480 | ||
|
|
4a55fe9539 | ||
|
|
328e70a175 | ||
|
|
7a1d8967ae | ||
|
|
33b0b6d224 | ||
|
|
e0c4322524 | ||
|
|
c360e2582e | ||
|
|
7b3e618628 | ||
|
|
886997beab | ||
|
|
ee786a53b9 | ||
|
|
0b785da448 | ||
|
|
ca9b7ee73a | ||
|
|
c21ebe396e | ||
|
|
a5af3dfb1c | ||
|
|
7e3318dceb | ||
|
|
db7f0511a4 | ||
|
|
6d7c7c00a4 | ||
|
|
b81a023b0d | ||
|
|
33d8fb419f | ||
|
|
2630228b7b | ||
|
|
712e8f37f2 | ||
|
|
b3f07b9a9d | ||
|
|
5d20ca642b | ||
|
|
02c78e8aeb | ||
|
|
f15ba5d5a6 | ||
|
|
e451769a29 | ||
|
|
1ae4c3019b | ||
|
|
7a45284a50 | ||
|
|
8bfd19696b | ||
|
|
53d7405a9c | ||
|
|
7d769a9f62 | ||
|
|
6250353cb2 | ||
|
|
e2e3e78218 | ||
|
|
7b0cfc5e68 | ||
|
|
e4125c48e6 | ||
|
|
dbe64edf88 | ||
|
|
b4ccfb7e96 | ||
|
|
0d3ff8a54c | ||
|
|
f58eaeec22 | ||
|
|
a37c272662 | ||
|
|
e5a1686afb | ||
|
|
fb927aaacf |
@@ -6,3 +6,4 @@ enabled = true
|
||||
|
||||
[analyzers.meta]
|
||||
runtime_version = "3.x.x"
|
||||
max_line_length = 100
|
||||
|
||||
12
.github/workflows/release.yml
vendored
12
.github/workflows/release.yml
vendored
@@ -57,6 +57,9 @@ jobs:
|
||||
|
||||
|
||||
build-binaries:
|
||||
permissions:
|
||||
id-token: write
|
||||
attestations: write
|
||||
name: Build binaries for ${{ matrix.job.release_suffix }} (${{ matrix.job.os }})
|
||||
needs:
|
||||
- build-sdist-and-wheel
|
||||
@@ -76,7 +79,7 @@ jobs:
|
||||
cpu_variant: v1
|
||||
release_suffix: x86_64-linux-v1
|
||||
- target: aarch64-unknown-linux-gnu
|
||||
os: ubuntu-latest
|
||||
os: ubuntu-24.04-arm
|
||||
cross: true
|
||||
release_suffix: aarch64-linux
|
||||
# Windows
|
||||
@@ -100,7 +103,7 @@ jobs:
|
||||
CARGO_BUILD_TARGET: ${{ matrix.job.target }}
|
||||
PYAPP_DISTRIBUTION_VARIANT_CPU: ${{ matrix.job.cpu_variant }}
|
||||
PYAPP_REPO: pyapp # Use local copy of pyapp (needed for cross-compiling)
|
||||
PYAPP_VERSION: v0.24.0
|
||||
PYAPP_VERSION: v0.27.0
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
@@ -158,6 +161,11 @@ jobs:
|
||||
run: |-
|
||||
mv dist/binary/iSponsorBlockTV* dist/binary/iSponsorBlockTV-${{ matrix.job.release_suffix }}
|
||||
|
||||
- name: Attest build provenance
|
||||
uses: actions/attest-build-provenance@v2
|
||||
with:
|
||||
subject-path: dist/binary/*
|
||||
|
||||
- name: Upload built binary package
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
|
||||
@@ -19,7 +19,7 @@ repos:
|
||||
- id: mixed-line-ending # replaces or checks mixed line ending
|
||||
- id: trailing-whitespace # checks for trailing whitespace
|
||||
- repo: https://github.com/astral-sh/ruff-pre-commit
|
||||
rev: v0.9.6
|
||||
rev: v0.11.9
|
||||
hooks:
|
||||
- id: ruff
|
||||
args: [ --fix, --exit-non-zero-on-fix ]
|
||||
|
||||
@@ -12,6 +12,7 @@
|
||||
"skip_count_tracking": true,
|
||||
"mute_ads": true,
|
||||
"skip_ads": true,
|
||||
"minimum_skip_length": 1,
|
||||
"auto_play": true,
|
||||
"join_name": "iSponsorBlockTV",
|
||||
"apikey": "",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[project]
|
||||
name = "iSponsorBlockTV"
|
||||
version = "2.3.1"
|
||||
version = "2.5.3"
|
||||
authors = [
|
||||
{"name" = "dmunozv04"}
|
||||
]
|
||||
@@ -29,5 +29,5 @@ files = ["requirements.txt"]
|
||||
requires = ["hatchling", "hatch-requirements-txt"]
|
||||
build-backend = "hatchling.build"
|
||||
|
||||
[tool.black]
|
||||
line-length = 88
|
||||
[tool.ruff]
|
||||
line-length = 100
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
aiohttp==3.11.12
|
||||
aiohttp==3.11.18
|
||||
appdirs==1.4.4
|
||||
async-cache==1.1.1
|
||||
pyytlounge==2.1.2
|
||||
rich==13.9.4
|
||||
pyytlounge==2.3.0
|
||||
rich==14.0.0
|
||||
ssdp==1.3.0
|
||||
textual==1.0.0
|
||||
textual==2.1.2
|
||||
textual-slider==0.2.0
|
||||
xmltodict==0.14.2
|
||||
rich_click==1.8.5
|
||||
rich_click==1.8.8
|
||||
|
||||
@@ -27,6 +27,7 @@ class ApiHelper:
|
||||
self.skip_count_tracking = config.skip_count_tracking
|
||||
self.web_session = web_session
|
||||
self.num_devices = len(config.devices)
|
||||
self.minimum_skip_length = config.minimum_skip_length
|
||||
|
||||
# Not used anymore, maybe it can stay here a little longer
|
||||
@AsyncLRU(maxsize=10)
|
||||
@@ -101,26 +102,21 @@ class ApiHelper:
|
||||
if channel_data["items"][0]["statistics"]["hiddenSubscriberCount"]:
|
||||
sub_count = "Hidden"
|
||||
else:
|
||||
sub_count = int(
|
||||
channel_data["items"][0]["statistics"]["subscriberCount"]
|
||||
)
|
||||
sub_count = int(channel_data["items"][0]["statistics"]["subscriberCount"])
|
||||
sub_count = format(sub_count, "_")
|
||||
|
||||
channels.append(
|
||||
(i["snippet"]["channelId"], i["snippet"]["channelTitle"], sub_count)
|
||||
)
|
||||
channels.append((i["snippet"]["channelId"], i["snippet"]["channelTitle"], sub_count))
|
||||
return channels
|
||||
|
||||
@list_to_tuple # Convert list to tuple so it can be used as a key in the cache
|
||||
@AsyncConditionalTTL(
|
||||
time_to_live=300, maxsize=10
|
||||
) # 5 minutes for non-locked segments
|
||||
@AsyncConditionalTTL(time_to_live=300, maxsize=10) # 5 minutes for non-locked segments
|
||||
async def get_segments(self, vid_id):
|
||||
if await self.is_whitelisted(vid_id):
|
||||
return (
|
||||
[],
|
||||
True,
|
||||
) # Return empty list and True to indicate that the cache should last forever
|
||||
) # Return empty list and True to indicate
|
||||
# that the cache should last forever
|
||||
vid_id_hashed = sha256(vid_id.encode("utf-8")).hexdigest()[
|
||||
:4
|
||||
] # Hashes video id and gets the first 4 characters
|
||||
@@ -131,9 +127,7 @@ class ApiHelper:
|
||||
}
|
||||
headers = {"Accept": "application/json"}
|
||||
url = constants.SponsorBlock_api + "skipSegments/" + vid_id_hashed
|
||||
async with self.web_session.get(
|
||||
url, headers=headers, params=params
|
||||
) as response:
|
||||
async with self.web_session.get(url, headers=headers, params=params) as response:
|
||||
response_json = await response.json()
|
||||
if response.status != 200:
|
||||
response_text = await response.text()
|
||||
@@ -146,10 +140,10 @@ class ApiHelper:
|
||||
if str(i["videoID"]) == str(vid_id):
|
||||
response_json = i
|
||||
break
|
||||
return self.process_segments(response_json)
|
||||
return self.process_segments(response_json, self.minimum_skip_length)
|
||||
|
||||
@staticmethod
|
||||
def process_segments(response):
|
||||
def process_segments(response, minimum_skip_length):
|
||||
segments = []
|
||||
ignore_ttl = True
|
||||
try:
|
||||
@@ -183,7 +177,7 @@ class ApiHelper:
|
||||
segment_before_start = segments[-1]["start"]
|
||||
segment_before_UUID = segments[-1]["UUID"]
|
||||
|
||||
except Exception:
|
||||
except IndexError:
|
||||
segment_before_end = -10
|
||||
if (
|
||||
segment_dict["start"] - segment_before_end < 1
|
||||
@@ -191,13 +185,16 @@ class ApiHelper:
|
||||
segment_dict["start"] = segment_before_start
|
||||
segment_dict["UUID"].extend(segment_before_UUID)
|
||||
segments.pop()
|
||||
segments.append(segment_dict)
|
||||
except Exception:
|
||||
# Only add segments greater than minimum skip length
|
||||
if segment_dict["end"] - segment_dict["start"] > minimum_skip_length:
|
||||
segments.append(segment_dict)
|
||||
except BaseException:
|
||||
pass
|
||||
return segments, ignore_ttl
|
||||
|
||||
async def mark_viewed_segments(self, uuids):
|
||||
"""Marks the segments as viewed in the SponsorBlock API, if skip_count_tracking is enabled.
|
||||
"""Marks the segments as viewed in the SponsorBlock API
|
||||
if skip_count_tracking is enabled.
|
||||
Lets the contributor know that someone skipped the segment (thanks)"""
|
||||
if self.skip_count_tracking:
|
||||
for i in uuids:
|
||||
|
||||
@@ -3,28 +3,29 @@ import datetime
|
||||
from cache.key import KEY
|
||||
from cache.lru import LRU
|
||||
|
||||
"""MIT License
|
||||
# MIT License
|
||||
|
||||
Copyright (c) 2020 Rajat Singh
|
||||
# Copyright (c) 2020 Rajat Singh
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
# of this software and associated documentation files (the "Software"), to deal
|
||||
# in the Software without restriction, including without limitation the rights
|
||||
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
# copies of the Software, and to permit persons to whom the Software is
|
||||
# furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
# The above copyright notice and this permission notice shall be included in all
|
||||
# copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE."""
|
||||
"""Modified code from https://github.com/iamsinghrajat/async-cache"""
|
||||
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
# SOFTWARE.
|
||||
|
||||
# Modified code from https://github.com/iamsinghrajat/async-cache
|
||||
|
||||
|
||||
class AsyncConditionalTTL:
|
||||
@@ -32,9 +33,7 @@ class AsyncConditionalTTL:
|
||||
def __init__(self, time_to_live, maxsize):
|
||||
super().__init__(maxsize=maxsize)
|
||||
|
||||
self.time_to_live = (
|
||||
datetime.timedelta(seconds=time_to_live) if time_to_live else None
|
||||
)
|
||||
self.time_to_live = datetime.timedelta(seconds=time_to_live) if time_to_live else None
|
||||
|
||||
self.maxsize = maxsize
|
||||
|
||||
|
||||
@@ -6,15 +6,12 @@ from . import api_helpers, ytlounge
|
||||
|
||||
# Constants for user input prompts
|
||||
ATVS_REMOVAL_PROMPT = (
|
||||
"Do you want to remove the legacy 'atvs' entry (the app won't start"
|
||||
" with it present)? (y/N) "
|
||||
"Do you want to remove the legacy 'atvs' entry (the app won't start with it present)? (y/N) "
|
||||
)
|
||||
PAIRING_CODE_PROMPT = "Enter pairing code (found in Settings - Link with TV code): "
|
||||
ADD_MORE_DEVICES_PROMPT = "Paired with {num_devices} Device(s). Add more? (y/N) "
|
||||
CHANGE_API_KEY_PROMPT = "API key already specified. Change it? (y/N) "
|
||||
ADD_API_KEY_PROMPT = (
|
||||
"API key only needed for the channel whitelist function. Add it? (y/N) "
|
||||
)
|
||||
ADD_API_KEY_PROMPT = "API key only needed for the channel whitelist function. Add it? (y/N) "
|
||||
ENTER_API_KEY_PROMPT = "Enter your API key: "
|
||||
CHANGE_SKIP_CATEGORIES_PROMPT = "Skip categories already specified. Change them? (y/N) "
|
||||
ENTER_SKIP_CATEGORIES_PROMPT = (
|
||||
@@ -22,13 +19,15 @@ ENTER_SKIP_CATEGORIES_PROMPT = (
|
||||
" selfpromo, exclusive_access, interaction, poi_highlight, intro, outro,"
|
||||
" preview, filler, music_offtopic]:\n"
|
||||
)
|
||||
WHITELIST_CHANNELS_PROMPT = (
|
||||
"Do you want to whitelist any channels from being ad-blocked? (y/N) "
|
||||
)
|
||||
WHITELIST_CHANNELS_PROMPT = "Do you want to whitelist any channels from being ad-blocked? (y/N) "
|
||||
SEARCH_CHANNEL_PROMPT = 'Enter a channel name or "/exit" to exit: '
|
||||
SELECT_CHANNEL_PROMPT = "Select one option of the above [0-6]: "
|
||||
ENTER_CHANNEL_ID_PROMPT = "Enter a channel ID: "
|
||||
ENTER_CUSTOM_CHANNEL_NAME_PROMPT = "Enter the channel name: "
|
||||
MINIMUM_SKIP_PROMPT = "Do you want to specify a minimum length of segment to skip? (y/N)"
|
||||
MINIMUM_SKIP_SPECIFICATION_PROMPT = (
|
||||
"Enter minimum length of segment to skip in seconds (enter 0 to disable):"
|
||||
)
|
||||
REPORT_SKIPPED_SEGMENTS_PROMPT = (
|
||||
"Do you want to report skipped segments to sponsorblock. Only the segment"
|
||||
" UUID will be sent? (Y/n) "
|
||||
@@ -43,6 +42,7 @@ def get_yn_input(prompt):
|
||||
if choice.lower() in ["y", "n"]:
|
||||
return choice.lower()
|
||||
print("Invalid input. Please enter 'y' or 'n'.")
|
||||
return None
|
||||
|
||||
|
||||
async def create_web_session():
|
||||
@@ -120,15 +120,11 @@ def main(config, debug: bool) -> None:
|
||||
if choice == "y":
|
||||
categories = input(ENTER_SKIP_CATEGORIES_PROMPT)
|
||||
skip_categories = categories.replace(",", " ").split(" ")
|
||||
skip_categories = [
|
||||
x for x in skip_categories if x != ""
|
||||
] # Remove empty strings
|
||||
skip_categories = [x for x in skip_categories if x != ""] # Remove empty strings
|
||||
else:
|
||||
categories = input(ENTER_SKIP_CATEGORIES_PROMPT)
|
||||
skip_categories = categories.replace(",", " ").split(" ")
|
||||
skip_categories = [
|
||||
x for x in skip_categories if x != ""
|
||||
] # Remove empty strings
|
||||
skip_categories = [x for x in skip_categories if x != ""] # Remove empty strings
|
||||
config.skip_categories = skip_categories
|
||||
|
||||
channel_whitelist = config.channel_whitelist
|
||||
@@ -147,9 +143,7 @@ def main(config, debug: bool) -> None:
|
||||
if channel == "/exit":
|
||||
break
|
||||
|
||||
task = loop.create_task(
|
||||
api_helper.search_channels(channel, apikey, web_session)
|
||||
)
|
||||
task = loop.create_task(api_helper.search_channels(channel, apikey, web_session))
|
||||
loop.run_until_complete(task)
|
||||
results = task.result()
|
||||
if len(results) == 0:
|
||||
@@ -181,6 +175,21 @@ def main(config, debug: bool) -> None:
|
||||
|
||||
config.channel_whitelist = channel_whitelist
|
||||
|
||||
# Ask for minimum skip length. Confirm input is an integer
|
||||
minimum_skip_length = config.minimum_skip_length
|
||||
|
||||
choice = get_yn_input(MINIMUM_SKIP_PROMPT)
|
||||
if choice == "y":
|
||||
while True:
|
||||
try:
|
||||
minimum_skip_length = int(input(MINIMUM_SKIP_SPECIFICATION_PROMPT))
|
||||
break
|
||||
except ValueError:
|
||||
print("You entered a non integer value, try again.")
|
||||
continue
|
||||
|
||||
config.minimum_skip_length = minimum_skip_length
|
||||
|
||||
choice = get_yn_input(REPORT_SKIPPED_SEGMENTS_PROMPT)
|
||||
config.skip_count_tracking = choice != "n"
|
||||
|
||||
|
||||
@@ -22,3 +22,5 @@ youtube_client_blacklist = ["TVHTML5_FOR_KIDS"]
|
||||
|
||||
|
||||
config_file_blacklist_keys = ["config_file", "data_dir"]
|
||||
|
||||
github_wiki_base_url = "https://github.com/dmunozv04/iSponsorBlockTV/wiki"
|
||||
|
||||
25
src/iSponsorBlockTV/debug_helpers.py
Normal file
25
src/iSponsorBlockTV/debug_helpers.py
Normal file
@@ -0,0 +1,25 @@
|
||||
class AiohttpTracer:
|
||||
def __init__(self, logger):
|
||||
self.logger = logger
|
||||
|
||||
async def on_request_start(self, session, context, params):
|
||||
self.logger.debug(f"Request started ({id(context):#x}): {params.method} {params.url}")
|
||||
|
||||
async def on_request_end(self, session, context, params):
|
||||
self.logger.debug(f"Request ended ({id(context):#x}): {params.response.status}")
|
||||
|
||||
async def on_request_exception(self, session, context, params):
|
||||
self.logger.debug(f"Request exception ({id(context):#x}): {params.exception}")
|
||||
|
||||
async def on_response_chunk_received(self, session, context, params):
|
||||
chunk_size = len(params.chunk)
|
||||
try:
|
||||
# Try to decode as text
|
||||
text = params.chunk.decode("utf-8")
|
||||
self.logger.debug(f"Response chunk ({id(context):#x}) {chunk_size} bytes: {text}")
|
||||
except UnicodeDecodeError:
|
||||
# If not valid UTF-8, show as hex
|
||||
hex_data = params.chunk.hex()
|
||||
self.logger.debug(
|
||||
f"Response chunk ({id(context):#x}) ({chunk_size} bytes) [HEX]: {hex_data}"
|
||||
)
|
||||
@@ -7,46 +7,47 @@ import ssdp
|
||||
import xmltodict
|
||||
from ssdp import network
|
||||
|
||||
"""Redistribution and use of the DIAL DIscovery And Launch protocol
|
||||
specification (the “DIAL Specification”), with or without modification,
|
||||
are permitted provided that the following conditions are met: ●
|
||||
Redistributions of the DIAL Specification must retain the above copyright
|
||||
notice, this list of conditions and the following disclaimer. ●
|
||||
Redistributions of implementations of the DIAL Specification in source code
|
||||
form must retain the above copyright notice, this list of conditions and the
|
||||
following disclaimer. ● Redistributions of implementations of the DIAL
|
||||
Specification in binary form must include the above copyright notice. ● The
|
||||
DIAL mark, the NETFLIX mark and the names of contributors to the DIAL
|
||||
Specification may not be used to endorse or promote specifications, software,
|
||||
products, or any other materials derived from the DIAL Specification without
|
||||
specific prior written permission. The DIAL mark is owned by Netflix and
|
||||
information on licensing the DIAL mark is available at
|
||||
www.dial-multiscreen.org."""
|
||||
# Redistribution and use of the DIAL DIscovery And Launch protocol
|
||||
# specification (the “DIAL Specification”), with or without modification,
|
||||
# are permitted provided that the following conditions are met: ●
|
||||
# Redistributions of the DIAL Specification must retain the above copyright
|
||||
# notice, this list of conditions and the following disclaimer. ●
|
||||
# Redistributions of implementations of the DIAL Specification in source code
|
||||
# form must retain the above copyright notice, this list of conditions and the
|
||||
# following disclaimer. ● Redistributions of implementations of the DIAL
|
||||
# Specification in binary form must include the above copyright notice. ● The
|
||||
# DIAL mark, the NETFLIX mark and the names of contributors to the DIAL
|
||||
# Specification may not be used to endorse or promote specifications, software,
|
||||
# products, or any other materials derived from the DIAL Specification without
|
||||
# specific prior written permission. The DIAL mark is owned by Netflix and
|
||||
# information on licensing the DIAL mark is available at
|
||||
# www.dial-multiscreen.org.
|
||||
|
||||
"""
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2018 Johannes Hoppe
|
||||
# MIT License
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
# Copyright (c) 2018 Johannes Hoppe
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
# of this software and associated documentation files (the "Software"), to deal
|
||||
# in the Software without restriction, including without limitation the rights
|
||||
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
# copies of the Software, and to permit persons to whom the Software is
|
||||
# furnished to do so, subject to the following conditions:
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE."""
|
||||
"""Modified code from
|
||||
https://github.com/codingjoe/ssdp/blob/main/ssdp/__main__.py"""
|
||||
# The above copyright notice and this permission notice shall be included in all
|
||||
# copies or substantial portions of the Software.
|
||||
|
||||
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
# SOFTWARE.
|
||||
|
||||
# Modified code from
|
||||
# https://github.com/codingjoe/ssdp/blob/main/ssdp/__main__.py
|
||||
|
||||
|
||||
def get_ip():
|
||||
@@ -81,6 +82,9 @@ class Handler(ssdp.aio.SSDP):
|
||||
if "location" in headers:
|
||||
self.devices.append(headers["location"])
|
||||
|
||||
def request_received(self, request: ssdp.messages.SSDPRequest, addr):
|
||||
raise NotImplementedError("Request received is not implemented, this is a client")
|
||||
|
||||
|
||||
async def find_youtube_app(web_session, url_location):
|
||||
async with web_session.get(url_location) as response:
|
||||
@@ -111,21 +115,19 @@ async def discover(web_session):
|
||||
search_target = "urn:dial-multiscreen-org:service:dial:1"
|
||||
max_wait = 10
|
||||
handler = Handler()
|
||||
"""Send out an M-SEARCH request and listening for responses."""
|
||||
family, addr = network.get_best_family(bind, network.PORT)
|
||||
# Send out an M-SEARCH request and listening for responses
|
||||
family, _ = network.get_best_family(bind, network.PORT)
|
||||
loop = asyncio.get_event_loop()
|
||||
ip_address = get_ip()
|
||||
connect = loop.create_datagram_endpoint(
|
||||
handler, family=family, local_addr=(ip_address, None)
|
||||
)
|
||||
transport, protocol = await connect
|
||||
connect = loop.create_datagram_endpoint(handler, family=family, local_addr=(ip_address, None))
|
||||
transport, _ = await connect
|
||||
|
||||
target = network.MULTICAST_ADDRESS_IPV4, network.PORT
|
||||
|
||||
search_request = ssdp.messages.SSDPRequest(
|
||||
"M-SEARCH",
|
||||
headers={
|
||||
"HOST": "%s:%d" % target,
|
||||
"HOST": f"{target[0]}:{target[1]}",
|
||||
"MAN": '"ssdp:discover"',
|
||||
"MX": str(max_wait), # seconds to delay response [1..5]
|
||||
"ST": search_target,
|
||||
@@ -136,7 +138,6 @@ async def discover(web_session):
|
||||
|
||||
search_request.sendto(transport, target)
|
||||
|
||||
# print(search_request, addr[:2])
|
||||
try:
|
||||
await asyncio.sleep(4)
|
||||
finally:
|
||||
|
||||
@@ -8,7 +8,7 @@ import rich_click as click
|
||||
from appdirs import user_data_dir
|
||||
|
||||
from . import config_setup, main, setup_wizard
|
||||
from .constants import config_file_blacklist_keys
|
||||
from .constants import config_file_blacklist_keys, github_wiki_base_url
|
||||
|
||||
|
||||
class Device:
|
||||
@@ -41,6 +41,7 @@ class Config:
|
||||
self.skip_count_tracking = True
|
||||
self.mute_ads = False
|
||||
self.skip_ads = False
|
||||
self.minimum_skip_length = 1
|
||||
self.auto_play = True
|
||||
self.join_name = "iSponsorBlockTV"
|
||||
self.__load()
|
||||
@@ -51,8 +52,8 @@ class Config:
|
||||
(
|
||||
"The atvs config option is deprecated and has stopped working."
|
||||
" Please read this for more information "
|
||||
"on how to upgrade to V2:"
|
||||
" \nhttps://github.com/dmunozv04/iSponsorBlockTV/wiki/Migrate-from-V1-to-V2"
|
||||
"on how to upgrade to V2:\n"
|
||||
f"{github_wiki_base_url}/Migrate-from-V1-to-V2"
|
||||
),
|
||||
)
|
||||
print("Exiting in 10 seconds...")
|
||||
@@ -65,9 +66,7 @@ class Config:
|
||||
sys.exit()
|
||||
self.devices = [Device(i) for i in self.devices]
|
||||
if not self.apikey and self.channel_whitelist:
|
||||
raise ValueError(
|
||||
"No youtube API key found and channel whitelist is not empty"
|
||||
)
|
||||
raise ValueError("No youtube API key found and channel whitelist is not empty")
|
||||
if not self.skip_categories:
|
||||
self.skip_categories = ["sponsor"]
|
||||
print("No categories found, using default: sponsor")
|
||||
@@ -90,18 +89,12 @@ class Config:
|
||||
print(
|
||||
"Running in docker without mounting the data dir, check the"
|
||||
" wiki for more information: "
|
||||
"https://github.com/dmunozv04/iSponsorBlockTV/wiki/Installation#Docker"
|
||||
f"{github_wiki_base_url}/Installation#Docker"
|
||||
)
|
||||
print(
|
||||
(
|
||||
"This image has recently been updated to v2, and requires"
|
||||
" changes."
|
||||
),
|
||||
(
|
||||
"Please read this for more information on how to upgrade"
|
||||
" to V2:"
|
||||
),
|
||||
"https://github.com/dmunozv04/iSponsorBlockTV/wiki/Migrate-from-V1-to-V2",
|
||||
("This image has recently been updated to v2, and requires changes."),
|
||||
("Please read this for more information on how to upgrade to V2:"),
|
||||
f"{github_wiki_base_url}/Migrate-from-V1-to-V2",
|
||||
)
|
||||
print("Exiting in 10 seconds...")
|
||||
time.sleep(10)
|
||||
@@ -126,20 +119,21 @@ class Config:
|
||||
return self.__dict__ == other.__dict__
|
||||
return False
|
||||
|
||||
def __hash__(self):
|
||||
return hash(tuple(sorted(self.items())))
|
||||
|
||||
|
||||
@click.group(invoke_without_command=True)
|
||||
@click.option(
|
||||
"--data",
|
||||
"-d",
|
||||
default=lambda: os.getenv("iSPBTV_data_dir")
|
||||
or user_data_dir("iSponsorBlockTV", "dmunozv04"),
|
||||
default=lambda: os.getenv("iSPBTV_data_dir") or user_data_dir("iSponsorBlockTV", "dmunozv04"),
|
||||
help="data directory",
|
||||
)
|
||||
@click.option("--debug", is_flag=True, help="debug mode")
|
||||
@click.option("--http-tracing", is_flag=True, help="Enable HTTP request/response tracing")
|
||||
# legacy commands as arguments
|
||||
@click.option(
|
||||
"--setup", is_flag=True, help="Setup the program graphically", hidden=True
|
||||
)
|
||||
@click.option("--setup", is_flag=True, help="Setup the program graphically", hidden=True)
|
||||
@click.option(
|
||||
"--setup-cli",
|
||||
is_flag=True,
|
||||
@@ -147,13 +141,24 @@ class Config:
|
||||
hidden=True,
|
||||
)
|
||||
@click.pass_context
|
||||
def cli(ctx, data, debug, setup, setup_cli):
|
||||
def cli(ctx, data, debug, http_tracing, setup, setup_cli):
|
||||
"""iSponsorblockTV"""
|
||||
ctx.ensure_object(dict)
|
||||
ctx.obj["data_dir"] = data
|
||||
ctx.obj["debug"] = debug
|
||||
ctx.obj["http_tracing"] = http_tracing
|
||||
|
||||
logger = logging.getLogger()
|
||||
ctx.obj["logger"] = logger
|
||||
sh = logging.StreamHandler()
|
||||
sh.setFormatter(logging.Formatter("%(asctime)s - %(name)s - %(levelname)s - %(message)s"))
|
||||
logger.addHandler(sh)
|
||||
|
||||
if debug:
|
||||
logging.basicConfig(level=logging.DEBUG)
|
||||
logger.setLevel(logging.DEBUG)
|
||||
else:
|
||||
logger.setLevel(logging.INFO)
|
||||
|
||||
if ctx.invoked_subcommand is None:
|
||||
if setup:
|
||||
ctx.invoke(setup_command)
|
||||
@@ -163,36 +168,30 @@ def cli(ctx, data, debug, setup, setup_cli):
|
||||
ctx.invoke(start)
|
||||
|
||||
|
||||
@cli.command()
|
||||
@cli.command(name="setup")
|
||||
@click.pass_context
|
||||
def setup(ctx):
|
||||
def setup_command(ctx):
|
||||
"""Setup the program graphically"""
|
||||
config = Config(ctx.obj["data_dir"])
|
||||
setup_wizard.main(config)
|
||||
sys.exit()
|
||||
|
||||
|
||||
setup_command = setup
|
||||
|
||||
|
||||
@cli.command()
|
||||
@cli.command(name="setup-cli")
|
||||
@click.pass_context
|
||||
def setup_cli(ctx):
|
||||
def setup_cli_command(ctx):
|
||||
"""Setup the program in the command line"""
|
||||
config = Config(ctx.obj["data_dir"])
|
||||
config_setup.main(config, ctx.obj["debug"])
|
||||
|
||||
|
||||
setup_cli_command = setup_cli
|
||||
|
||||
|
||||
@cli.command()
|
||||
@click.pass_context
|
||||
def start(ctx):
|
||||
"""Start the main program"""
|
||||
config = Config(ctx.obj["data_dir"])
|
||||
config.validate()
|
||||
main.main(config, ctx.obj["debug"])
|
||||
main.main(config, ctx.obj["debug"], ctx.obj["http_tracing"])
|
||||
|
||||
|
||||
# Create fake "self" group to show pyapp options in help menu
|
||||
@@ -202,9 +201,7 @@ pyapp_group.add_command(
|
||||
click.RichCommand("update", help="Update the package to the latest version")
|
||||
)
|
||||
pyapp_group.add_command(
|
||||
click.Command(
|
||||
"remove", help="Remove the package, wiping the installation but not the data"
|
||||
)
|
||||
click.Command("remove", help="Remove the package, wiping the installation but not the data")
|
||||
)
|
||||
pyapp_group.add_command(
|
||||
click.RichCommand(
|
||||
|
||||
@@ -1,57 +0,0 @@
|
||||
import os
|
||||
import plistlib
|
||||
|
||||
from . import config_setup
|
||||
|
||||
"""Not updated to V2 yet, should still work. Here be dragons"""
|
||||
default_plist = {
|
||||
"Label": "com.dmunozv04iSponsorBlockTV",
|
||||
"RunAtLoad": True,
|
||||
"StartInterval": 20,
|
||||
"EnvironmentVariables": {"PYTHONUNBUFFERED": "YES"},
|
||||
"StandardErrorPath": "", # Fill later
|
||||
"StandardOutPath": "",
|
||||
"ProgramArguments": "",
|
||||
"WorkingDirectory": "",
|
||||
}
|
||||
|
||||
|
||||
def create_plist(path):
|
||||
plist = default_plist
|
||||
plist["ProgramArguments"] = [path + "/iSponsorBlockTV-macos"]
|
||||
plist["StandardErrorPath"] = path + "/iSponsorBlockTV.error.log"
|
||||
plist["StandardOutPath"] = path + "/iSponsorBlockTV.out.log"
|
||||
plist["WorkingDirectory"] = path
|
||||
launchd_path = os.path.expanduser("~/Library/LaunchAgents/")
|
||||
path_to_save = launchd_path + "com.dmunozv04.iSponsorBlockTV.plist"
|
||||
|
||||
with open(path_to_save, "wb") as fp:
|
||||
plistlib.dump(plist, fp)
|
||||
|
||||
|
||||
def run_setup(file):
|
||||
config = {}
|
||||
config_setup.main(config, file, debug=False)
|
||||
|
||||
|
||||
def main():
|
||||
correct_path = os.path.expanduser("~/iSponsorBlockTV")
|
||||
if os.path.isfile(correct_path + "/iSponsorBlockTV-macos"):
|
||||
print("Program is on the right path")
|
||||
print("The launch daemon will now be installed")
|
||||
create_plist(correct_path)
|
||||
run_setup(correct_path + "/config.json")
|
||||
print(
|
||||
"Launch daemon installed. Please restart the computer to enable it or"
|
||||
" use:\n launchctl load"
|
||||
" ~/Library/LaunchAgents/com.dmunozv04.iSponsorBlockTV.plist"
|
||||
)
|
||||
else:
|
||||
if not os.path.exists(correct_path):
|
||||
os.makedirs(correct_path)
|
||||
print(
|
||||
"Please move the program to the correct path: "
|
||||
+ correct_path
|
||||
+ "opening now on finder..."
|
||||
)
|
||||
os.system("open -R " + correct_path)
|
||||
@@ -7,6 +7,7 @@ from typing import Optional
|
||||
import aiohttp
|
||||
|
||||
from . import api_helpers, ytlounge
|
||||
from .debug_helpers import AiohttpTracer
|
||||
|
||||
|
||||
class DeviceListener:
|
||||
@@ -18,16 +19,6 @@ class DeviceListener:
|
||||
self.cancelled = False
|
||||
self.logger = logging.getLogger(f"iSponsorBlockTV-{device.screen_id}")
|
||||
self.web_session = web_session
|
||||
if debug:
|
||||
self.logger.setLevel(logging.DEBUG)
|
||||
else:
|
||||
self.logger.setLevel(logging.INFO)
|
||||
sh = logging.StreamHandler()
|
||||
sh.setFormatter(
|
||||
logging.Formatter("%(asctime)s - %(name)s - %(levelname)s - %(message)s")
|
||||
)
|
||||
self.logger.addHandler(sh)
|
||||
self.logger.info("Starting device")
|
||||
self.lounge_controller = ytlounge.YtLoungeApi(
|
||||
device.screen_id, config, api_helper, self.logger
|
||||
)
|
||||
@@ -39,14 +30,12 @@ class DeviceListener:
|
||||
try:
|
||||
await self.lounge_controller.refresh_auth()
|
||||
except BaseException:
|
||||
# traceback.print_exc()
|
||||
pass
|
||||
|
||||
async def is_available(self):
|
||||
try:
|
||||
return await self.lounge_controller.is_available()
|
||||
except BaseException:
|
||||
# traceback.print_exc()
|
||||
return False
|
||||
|
||||
# Main subscription loop
|
||||
@@ -60,6 +49,7 @@ class DeviceListener:
|
||||
except BaseException:
|
||||
await asyncio.sleep(10)
|
||||
while not (await self.is_available()) and not self.cancelled:
|
||||
self.logger.debug("Waiting for device to be available")
|
||||
await asyncio.sleep(10)
|
||||
try:
|
||||
await lounge_controller.connect()
|
||||
@@ -67,6 +57,7 @@ class DeviceListener:
|
||||
pass
|
||||
while not lounge_controller.connected() and not self.cancelled:
|
||||
# Doesn't connect to the device if it's a kids profile (it's broken)
|
||||
self.logger.debug("Waiting for device to be connected")
|
||||
await asyncio.sleep(10)
|
||||
try:
|
||||
await lounge_controller.connect()
|
||||
@@ -76,7 +67,7 @@ class DeviceListener:
|
||||
"Connected to device %s (%s)", lounge_controller.screen_name, self.name
|
||||
)
|
||||
try:
|
||||
self.logger.info("Subscribing to lounge")
|
||||
self.logger.debug("Subscribing to lounge")
|
||||
sub = await lounge_controller.subscribe_monitored(self)
|
||||
await sub
|
||||
except BaseException:
|
||||
@@ -84,11 +75,11 @@ class DeviceListener:
|
||||
|
||||
# Method called on playback state change
|
||||
async def __call__(self, state):
|
||||
time_start = time.monotonic()
|
||||
try:
|
||||
self.task.cancel()
|
||||
except BaseException:
|
||||
pass
|
||||
time_start = time.time()
|
||||
self.task = asyncio.create_task(self.process_playstatus(state, time_start))
|
||||
|
||||
# Processes the playback state change
|
||||
@@ -97,9 +88,7 @@ class DeviceListener:
|
||||
if state.videoId:
|
||||
segments = await self.api_helper.get_segments(state.videoId)
|
||||
if state.state.value == 1: # Playing
|
||||
self.logger.info(
|
||||
f"Playing video {state.videoId} with {len(segments)} segments"
|
||||
)
|
||||
self.logger.info("Playing video %s with %d segments", state.videoId, len(segments))
|
||||
if segments: # If there are segments
|
||||
await self.time_to_segment(segments, state.currentTime, time_start)
|
||||
|
||||
@@ -108,28 +97,32 @@ class DeviceListener:
|
||||
start_next_segment = None
|
||||
next_segment = None
|
||||
for segment in segments:
|
||||
if position < 2 and (segment["start"] <= position < segment["end"]):
|
||||
segment_start = segment["start"]
|
||||
segment_end = segment["end"]
|
||||
is_within_start_range = (
|
||||
position < 1 < segment_end and segment_start <= position < segment_end
|
||||
)
|
||||
is_beyond_current_position = segment_start > position
|
||||
|
||||
if is_within_start_range or is_beyond_current_position:
|
||||
next_segment = segment
|
||||
start_next_segment = (
|
||||
position # different variable so segment doesn't change
|
||||
)
|
||||
break
|
||||
if segment["start"] > position:
|
||||
next_segment = segment
|
||||
start_next_segment = next_segment["start"]
|
||||
start_next_segment = position if is_within_start_range else segment_start
|
||||
break
|
||||
if start_next_segment:
|
||||
time_to_next = (
|
||||
start_next_segment - position - (time.time() - time_start) - self.offset
|
||||
)
|
||||
(start_next_segment - position - (time.monotonic() - time_start))
|
||||
/ self.lounge_controller.playback_speed
|
||||
) - self.offset
|
||||
await self.skip(time_to_next, next_segment["end"], next_segment["UUID"])
|
||||
|
||||
# Skips to the next segment (waits for the time to pass)
|
||||
async def skip(self, time_to, position, uuids):
|
||||
await asyncio.sleep(time_to)
|
||||
self.logger.info("Skipping segment: seeking to %s", position)
|
||||
await asyncio.create_task(self.api_helper.mark_viewed_segments(uuids))
|
||||
await asyncio.create_task(self.lounge_controller.seek_to(position))
|
||||
await asyncio.gather(
|
||||
asyncio.create_task(self.lounge_controller.seek_to(position)),
|
||||
asyncio.create_task(self.api_helper.mark_viewed_segments(uuids)),
|
||||
)
|
||||
|
||||
async def cancel(self):
|
||||
self.cancelled = True
|
||||
@@ -152,9 +145,7 @@ class DeviceListener:
|
||||
|
||||
|
||||
async def finish(devices, web_session, tcp_connector):
|
||||
await asyncio.gather(
|
||||
*(device.cancel() for device in devices), return_exceptions=True
|
||||
)
|
||||
await asyncio.gather(*(device.cancel() for device in devices), return_exceptions=True)
|
||||
await web_session.close()
|
||||
await tcp_connector.close()
|
||||
|
||||
@@ -163,14 +154,28 @@ def handle_signal(signum, frame):
|
||||
raise KeyboardInterrupt()
|
||||
|
||||
|
||||
async def main_async(config, debug):
|
||||
async def main_async(config, debug, http_tracing):
|
||||
loop = asyncio.get_event_loop_policy().get_event_loop()
|
||||
tasks = [] # Save the tasks so the interpreter doesn't garbage collect them
|
||||
devices = [] # Save the devices to close them later
|
||||
if debug:
|
||||
loop.set_debug(True)
|
||||
|
||||
tcp_connector = aiohttp.TCPConnector(ttl_dns_cache=300)
|
||||
web_session = aiohttp.ClientSession(connector=tcp_connector)
|
||||
|
||||
# Configure session with tracing if enabled
|
||||
if http_tracing:
|
||||
root_logger = logging.getLogger("aiohttp_trace")
|
||||
tracer = AiohttpTracer(root_logger)
|
||||
trace_config = aiohttp.TraceConfig()
|
||||
trace_config.on_request_start.append(tracer.on_request_start)
|
||||
trace_config.on_response_chunk_received.append(tracer.on_response_chunk_received)
|
||||
trace_config.on_request_end.append(tracer.on_request_end)
|
||||
trace_config.on_request_exception.append(tracer.on_request_exception)
|
||||
web_session = aiohttp.ClientSession(connector=tcp_connector, trace_configs=[trace_config])
|
||||
else:
|
||||
web_session = aiohttp.ClientSession(connector=tcp_connector)
|
||||
|
||||
api_helper = api_helpers.ApiHelper(config, web_session)
|
||||
for i in config.devices:
|
||||
device = DeviceListener(api_helper, config, i, debug, web_session)
|
||||
@@ -191,11 +196,8 @@ async def main_async(config, debug):
|
||||
finally:
|
||||
await web_session.close()
|
||||
await tcp_connector.close()
|
||||
loop.close()
|
||||
print("Exited")
|
||||
|
||||
|
||||
def main(config, debug):
|
||||
loop = asyncio.get_event_loop()
|
||||
loop.run_until_complete(main_async(config, debug))
|
||||
loop.close()
|
||||
def main(config, debug, http_tracing):
|
||||
asyncio.run(main_async(config, debug, http_tracing))
|
||||
|
||||
@@ -79,7 +79,7 @@ class Element(Static):
|
||||
self.tooltip = tooltip
|
||||
|
||||
def process_values_from_data(self):
|
||||
pass
|
||||
raise NotImplementedError("Subclasses must implement this method.")
|
||||
|
||||
def compose(self) -> ComposeResult:
|
||||
yield Button(
|
||||
@@ -122,9 +122,7 @@ class Channel(Element):
|
||||
if "name" in self.element_data:
|
||||
self.element_name = self.element_data["name"]
|
||||
else:
|
||||
self.element_name = (
|
||||
f"Unnamed channel with id {self.element_data['channel_id']}"
|
||||
)
|
||||
self.element_name = f"Unnamed channel with id {self.element_data['channel_id']}"
|
||||
|
||||
|
||||
class ChannelRadio(RadioButton):
|
||||
@@ -204,9 +202,7 @@ class ExitScreen(ModalWithClickExit):
|
||||
classes="button-100",
|
||||
),
|
||||
Button("Save", variant="success", id="exit-save", classes="button-100"),
|
||||
Button(
|
||||
"Don't save", variant="error", id="exit-no-save", classes="button-100"
|
||||
),
|
||||
Button("Don't save", variant="error", id="exit-no-save", classes="button-100"),
|
||||
Button("Cancel", variant="primary", id="exit-cancel", classes="button-100"),
|
||||
id="dialog-exit",
|
||||
)
|
||||
@@ -229,7 +225,8 @@ class ExitScreen(ModalWithClickExit):
|
||||
|
||||
|
||||
class AddDevice(ModalWithClickExit):
|
||||
"""Screen with a dialog to add a device, either with a pairing code or with lan discovery."""
|
||||
"""Screen with a dialog to add a device, either with a pairing code
|
||||
or with lan discovery."""
|
||||
|
||||
BINDINGS = [("escape", "dismiss({})", "Return")]
|
||||
|
||||
@@ -254,19 +251,13 @@ class AddDevice(ModalWithClickExit):
|
||||
id="add-device-dial-button",
|
||||
classes="button-switcher",
|
||||
)
|
||||
with ContentSwitcher(
|
||||
id="add-device-switcher", initial="add-device-pin-container"
|
||||
):
|
||||
with ContentSwitcher(id="add-device-switcher", initial="add-device-pin-container"):
|
||||
with Container(id="add-device-pin-container"):
|
||||
yield Input(
|
||||
placeholder=(
|
||||
"Pairing Code (found in Settings - Link with TV code)"
|
||||
),
|
||||
placeholder=("Pairing Code (found in Settings - Link with TV code)"),
|
||||
id="pairing-code-input",
|
||||
validators=[
|
||||
Function(
|
||||
_validate_pairing_code, "Invalid pairing code format"
|
||||
)
|
||||
Function(_validate_pairing_code, "Invalid pairing code format")
|
||||
],
|
||||
)
|
||||
yield Input(
|
||||
@@ -331,9 +322,7 @@ class AddDevice(ModalWithClickExit):
|
||||
|
||||
@on(Input.Changed, "#pairing-code-input")
|
||||
def changed_pairing_code(self, event: Input.Changed):
|
||||
self.query_one(
|
||||
"#add-device-pin-add-button"
|
||||
).disabled = not event.validation_result.is_valid
|
||||
self.query_one("#add-device-pin-add-button").disabled = not event.validation_result.is_valid
|
||||
|
||||
@on(Input.Submitted, "#pairing-code-input")
|
||||
@on(Button.Pressed, "#add-device-pin-add-button")
|
||||
@@ -381,13 +370,12 @@ class AddDevice(ModalWithClickExit):
|
||||
|
||||
@on(SelectionList.SelectedChanged, "#dial-devices-list")
|
||||
def changed_device_list(self, event: SelectionList.SelectedChanged):
|
||||
self.query_one(
|
||||
"#add-device-dial-add-button"
|
||||
).disabled = not event.selection_list.selected
|
||||
self.query_one("#add-device-dial-add-button").disabled = not event.selection_list.selected
|
||||
|
||||
|
||||
class AddChannel(ModalWithClickExit):
|
||||
"""Screen with a dialog to add a channel, either using search or with a channel id."""
|
||||
"""Screen with a dialog to add a channel,
|
||||
either using search or with a channel id."""
|
||||
|
||||
BINDINGS = [("escape", "dismiss(())", "Return")]
|
||||
|
||||
@@ -420,9 +408,7 @@ class AddChannel(ModalWithClickExit):
|
||||
classes="button-switcher",
|
||||
)
|
||||
yield Label(id="add-channel-info", classes="subtitle")
|
||||
with ContentSwitcher(
|
||||
id="add-channel-switcher", initial="add-channel-search-container"
|
||||
):
|
||||
with ContentSwitcher(id="add-channel-switcher", initial="add-channel-search-container"):
|
||||
with Vertical(id="add-channel-search-container"):
|
||||
if self.config.apikey:
|
||||
with Grid(id="add-channel-search-inputs"):
|
||||
@@ -430,9 +416,7 @@ class AddChannel(ModalWithClickExit):
|
||||
placeholder="Enter channel name",
|
||||
id="channel-name-input-search",
|
||||
)
|
||||
yield Button(
|
||||
"Search", id="search-channel-button", variant="success"
|
||||
)
|
||||
yield Button("Search", id="search-channel-button", variant="success")
|
||||
yield RadioSet(
|
||||
RadioButton(label="Search to see results", disabled=True),
|
||||
id="channel-search-results",
|
||||
@@ -455,15 +439,12 @@ class AddChannel(ModalWithClickExit):
|
||||
)
|
||||
with Vertical(id="add-channel-id-container"):
|
||||
yield Input(
|
||||
placeholder=(
|
||||
"Enter channel ID (example: UCuAXFkgsw1L7xaCfnd5JJOw)"
|
||||
),
|
||||
placeholder=("Enter channel ID (example: UCuAXFkgsw1L7xaCfnd5JJOw)"),
|
||||
id="channel-id-input",
|
||||
)
|
||||
yield Input(
|
||||
placeholder=(
|
||||
"Enter channel name (only used to display in the config"
|
||||
" file)"
|
||||
"Enter channel name (only used to display in the config file)"
|
||||
),
|
||||
id="channel-name-input-id",
|
||||
)
|
||||
@@ -489,9 +470,7 @@ class AddChannel(ModalWithClickExit):
|
||||
async def handle_search_channel(self) -> None:
|
||||
channel_name = self.query_one("#channel-name-input-search").value
|
||||
if not channel_name:
|
||||
self.query_one("#add-channel-info").update(
|
||||
"[#ff0000]Please enter a channel name"
|
||||
)
|
||||
self.query_one("#add-channel-info").update("[#ff0000]Please enter a channel name")
|
||||
return
|
||||
self.query_one("#search-channel-button").disabled = True
|
||||
self.query_one("#add-channel-info").update("Searching...")
|
||||
@@ -500,9 +479,7 @@ class AddChannel(ModalWithClickExit):
|
||||
try:
|
||||
channels_list = await self.api_helper.search_channels(channel_name)
|
||||
except BaseException:
|
||||
self.query_one("#add-channel-info").update(
|
||||
"[#ff0000]Failed to search for channel"
|
||||
)
|
||||
self.query_one("#add-channel-info").update("[#ff0000]Failed to search for channel")
|
||||
self.query_one("#search-channel-button").disabled = False
|
||||
return
|
||||
for i in channels_list:
|
||||
@@ -515,9 +492,7 @@ class AddChannel(ModalWithClickExit):
|
||||
def handle_add_channel_search(self) -> None:
|
||||
channel = self.query_one("#channel-search-results").pressed_button.channel_data
|
||||
if not channel:
|
||||
self.query_one("#add-channel-info").update(
|
||||
"[#ff0000]Please select a channel"
|
||||
)
|
||||
self.query_one("#add-channel-info").update("[#ff0000]Please select a channel")
|
||||
return
|
||||
self.query_one("#add-channel-info").update("Adding...")
|
||||
self.dismiss(channel)
|
||||
@@ -529,9 +504,7 @@ class AddChannel(ModalWithClickExit):
|
||||
channel_id = self.query_one("#channel-id-input").value
|
||||
channel_name = self.query_one("#channel-name-input-id").value
|
||||
if not channel_id:
|
||||
self.query_one("#add-channel-info").update(
|
||||
"[#ff0000]Please enter a channel ID"
|
||||
)
|
||||
self.query_one("#add-channel-info").update("[#ff0000]Please enter a channel ID")
|
||||
return
|
||||
if not channel_name:
|
||||
channel_name = channel_id
|
||||
@@ -553,7 +526,7 @@ class EditDevice(ModalWithClickExit):
|
||||
def action_close_screen_saving(self) -> None:
|
||||
self.dismiss()
|
||||
|
||||
def dismiss(self) -> None:
|
||||
def dismiss(self, _=None) -> None:
|
||||
self.device_data["name"] = self.query_one("#device-name-input").value
|
||||
self.device_data["screen_id"] = self.query_one("#device-id-input").value
|
||||
self.device_data["offset"] = int(self.query_one("#device-offset-input").value)
|
||||
@@ -622,9 +595,7 @@ class DevicesManager(Vertical):
|
||||
def compose(self) -> ComposeResult:
|
||||
yield Label("Devices", classes="title")
|
||||
with Horizontal(id="add-device-button-container"):
|
||||
yield Button(
|
||||
"Add Device", id="add-device", classes="button-100 button-small"
|
||||
)
|
||||
yield Button("Add Device", id="add-device", classes="button-100 button-small")
|
||||
for device in self.devices:
|
||||
yield Device(device, tooltip="Click to edit")
|
||||
|
||||
@@ -669,7 +640,7 @@ class ApiKeyManager(Vertical):
|
||||
yield Label("YouTube Api Key", classes="title")
|
||||
yield Label(
|
||||
"You can get a YouTube Data API v3 Key from the"
|
||||
" [link=https://console.developers.google.com/apis/credentials]Google Cloud"
|
||||
" [link='https://console.developers.google.com/apis/credentials']Google Cloud"
|
||||
" Console[/link]. This key is only required if you're whitelisting"
|
||||
" channels."
|
||||
)
|
||||
@@ -721,6 +692,43 @@ class SkipCategoriesManager(Vertical):
|
||||
self.config.skip_categories = event.selection_list.selected
|
||||
|
||||
|
||||
class MinimumSkipLengthManager(Vertical):
|
||||
"""Manager for minimum skip length setting."""
|
||||
|
||||
def __init__(self, config, **kwargs) -> None:
|
||||
super().__init__(**kwargs)
|
||||
self.config = config
|
||||
|
||||
def compose(self) -> ComposeResult:
|
||||
yield Label("Minimum Skip Length", classes="title")
|
||||
yield Label(
|
||||
(
|
||||
"Specify the minimum length a segment must meet in order to skip "
|
||||
"it (in seconds). Default is 1 second; entering 0 will skip all "
|
||||
"segments."
|
||||
),
|
||||
classes="subtitle",
|
||||
)
|
||||
yield Input(
|
||||
placeholder="Minimum skip length (0 to skip all)",
|
||||
id="minimum-skip-length-input",
|
||||
value=str(getattr(self.config, "minimum_skip_length", 1)),
|
||||
validators=[
|
||||
Function(
|
||||
lambda user_input: user_input.isdigit(),
|
||||
"Please enter a valid non-negative number",
|
||||
)
|
||||
],
|
||||
)
|
||||
|
||||
@on(Input.Changed, "#minimum-skip-length-input")
|
||||
def changed_minimum_skip_length(self, event: Input.Changed):
|
||||
try:
|
||||
self.config.minimum_skip_length = int(event.input.value)
|
||||
except ValueError:
|
||||
self.config.minimum_skip_length = 1
|
||||
|
||||
|
||||
class SkipCountTrackingManager(Vertical):
|
||||
"""Manager for skip count tracking, allows to enable/disable skip count tracking."""
|
||||
|
||||
@@ -793,7 +801,8 @@ class AdSkipMuteManager(Vertical):
|
||||
|
||||
|
||||
class ChannelWhitelistManager(Vertical):
|
||||
"""Manager for channel whitelist, allows adding/removing channels from the whitelist."""
|
||||
"""Manager for channel whitelist,
|
||||
allows adding/removing channels from the whitelist."""
|
||||
|
||||
def __init__(self, config, **kwargs) -> None:
|
||||
super().__init__(**kwargs)
|
||||
@@ -818,16 +827,14 @@ class ChannelWhitelistManager(Vertical):
|
||||
id="warning-no-key",
|
||||
)
|
||||
with Horizontal(id="add-channel-button-container"):
|
||||
yield Button(
|
||||
"Add Channel", id="add-channel", classes="button-100 button-small"
|
||||
)
|
||||
yield Button("Add Channel", id="add-channel", classes="button-100 button-small")
|
||||
for channel in self.config.channel_whitelist:
|
||||
yield Channel(channel)
|
||||
|
||||
def on_mount(self) -> None:
|
||||
self.app.query_one("#warning-no-key").display = (
|
||||
not self.config.apikey
|
||||
) and bool(self.config.channel_whitelist)
|
||||
self.app.query_one("#warning-no-key").display = (not self.config.apikey) and bool(
|
||||
self.config.channel_whitelist
|
||||
)
|
||||
|
||||
def new_channel(self, channel: tuple) -> None:
|
||||
if channel:
|
||||
@@ -839,18 +846,18 @@ class ChannelWhitelistManager(Vertical):
|
||||
channel_widget = Channel(channel_dict)
|
||||
self.mount(channel_widget)
|
||||
channel_widget.focus(scroll_visible=True)
|
||||
self.app.query_one("#warning-no-key").display = (
|
||||
not self.config.apikey
|
||||
) and bool(self.config.channel_whitelist)
|
||||
self.app.query_one("#warning-no-key").display = (not self.config.apikey) and bool(
|
||||
self.config.channel_whitelist
|
||||
)
|
||||
|
||||
@on(Button.Pressed, "#element-remove")
|
||||
def remove_channel(self, event: Button.Pressed):
|
||||
channel_to_remove: Element = event.button.parent
|
||||
self.config.channel_whitelist.remove(channel_to_remove.element_data)
|
||||
channel_to_remove.remove()
|
||||
self.app.query_one("#warning-no-key").display = (
|
||||
not self.config.apikey
|
||||
) and bool(self.config.channel_whitelist)
|
||||
self.app.query_one("#warning-no-key").display = (not self.config.apikey) and bool(
|
||||
self.config.channel_whitelist
|
||||
)
|
||||
|
||||
@on(Button.Pressed, "#add-channel")
|
||||
def add_channel(self, event: Button.Pressed):
|
||||
@@ -884,8 +891,6 @@ class AutoPlayManager(Vertical):
|
||||
|
||||
|
||||
class ISponsorBlockTVSetupMainScreen(Screen):
|
||||
"""Making this a separate screen to avoid a bug: https://github.com/Textualize/textual/issues/3221"""
|
||||
|
||||
TITLE = "iSponsorBlockTV"
|
||||
SUB_TITLE = "Setup Wizard"
|
||||
BINDINGS = [("q,ctrl+c", "exit_modal", "Exit"), ("s", "save", "Save")]
|
||||
@@ -901,12 +906,15 @@ class ISponsorBlockTVSetupMainScreen(Screen):
|
||||
yield Header()
|
||||
yield Footer()
|
||||
with ScrollableContainer(id="setup-wizard"):
|
||||
yield DevicesManager(
|
||||
config=self.config, id="devices-manager", classes="container"
|
||||
)
|
||||
yield DevicesManager(config=self.config, id="devices-manager", classes="container")
|
||||
yield SkipCategoriesManager(
|
||||
config=self.config, id="skip-categories-manager", classes="container"
|
||||
)
|
||||
yield MinimumSkipLengthManager(
|
||||
config=self.config,
|
||||
id="minimum-skip-length-manager",
|
||||
classes="container",
|
||||
)
|
||||
yield SkipCountTrackingManager(
|
||||
config=self.config, id="count-segments-manager", classes="container"
|
||||
)
|
||||
@@ -916,17 +924,12 @@ class ISponsorBlockTVSetupMainScreen(Screen):
|
||||
yield ChannelWhitelistManager(
|
||||
config=self.config, id="channel-whitelist-manager", classes="container"
|
||||
)
|
||||
yield ApiKeyManager(
|
||||
config=self.config, id="api-key-manager", classes="container"
|
||||
)
|
||||
yield AutoPlayManager(
|
||||
config=self.config, id="autoplay-manager", classes="container"
|
||||
)
|
||||
yield ApiKeyManager(config=self.config, id="api-key-manager", classes="container")
|
||||
yield AutoPlayManager(config=self.config, id="autoplay-manager", classes="container")
|
||||
|
||||
def on_mount(self) -> None:
|
||||
if self.check_for_old_config_entries():
|
||||
self.app.push_screen(MigrationScreen())
|
||||
pass
|
||||
|
||||
def action_save(self) -> None:
|
||||
self.config.save()
|
||||
|
||||
@@ -1,10 +1,15 @@
|
||||
import asyncio
|
||||
import json
|
||||
import sys
|
||||
import time
|
||||
from typing import Any, List
|
||||
|
||||
import pyytlounge
|
||||
from aiohttp import ClientSession
|
||||
|
||||
from pyytlounge.wrapper import NotLinkedException, api_base, as_aiter, Dict
|
||||
from uuid import uuid4
|
||||
|
||||
from .constants import youtube_client_blacklist
|
||||
|
||||
create_task = asyncio.create_task
|
||||
@@ -18,19 +23,20 @@ class YtLoungeApi(pyytlounge.YtLoungeApi):
|
||||
api_helper=None,
|
||||
logger=None,
|
||||
):
|
||||
super().__init__(
|
||||
config.join_name if config else "iSponsorBlockTV", logger=logger
|
||||
)
|
||||
super().__init__(config.join_name if config else "iSponsorBlockTV", logger=logger)
|
||||
self.auth.screen_id = screen_id
|
||||
self.auth.lounge_id_token = None
|
||||
self.api_helper = api_helper
|
||||
self.volume_state = {}
|
||||
self.playback_speed = 1.0
|
||||
self.subscribe_task = None
|
||||
self.subscribe_task_watchdog = None
|
||||
self.callback = None
|
||||
self.logger = logger
|
||||
self.shorts_disconnected = False
|
||||
self.auto_play = True
|
||||
self.watchdog_running = False
|
||||
self.last_event_time = 0
|
||||
if config:
|
||||
self.mute_ads = config.mute_ads
|
||||
self.skip_ads = config.skip_ads
|
||||
@@ -39,40 +45,73 @@ class YtLoungeApi(pyytlounge.YtLoungeApi):
|
||||
|
||||
# Ensures that we still are subscribed to the lounge
|
||||
async def _watchdog(self):
|
||||
await asyncio.sleep(
|
||||
35
|
||||
) # YouTube sends at least a message every 30 seconds (no-op or any other)
|
||||
"""
|
||||
Continuous watchdog that monitors for connection health.
|
||||
If no events are received within the expected timeframe,
|
||||
it cancels the current subscription.
|
||||
"""
|
||||
self.watchdog_running = True
|
||||
self.last_event_time = time.time()
|
||||
|
||||
try:
|
||||
self.subscribe_task.cancel()
|
||||
except BaseException:
|
||||
pass
|
||||
while self.watchdog_running:
|
||||
await asyncio.sleep(10)
|
||||
current_time = time.time()
|
||||
time_since_last_event = current_time - self.last_event_time
|
||||
|
||||
# YouTube sends a message at least every 30 seconds
|
||||
if time_since_last_event > 60:
|
||||
self.logger.debug(
|
||||
f"Watchdog triggered: No events for {time_since_last_event:.1f} seconds"
|
||||
)
|
||||
|
||||
# Cancel current subscription
|
||||
if self.subscribe_task and not self.subscribe_task.done():
|
||||
self.subscribe_task.cancel()
|
||||
await asyncio.sleep(1) # Give it time to cancel
|
||||
except asyncio.CancelledError:
|
||||
self.logger.debug("Watchdog task cancelled")
|
||||
self.watchdog_running = False
|
||||
except BaseException as e:
|
||||
self.logger.error(f"Watchdog error: {e}")
|
||||
self.watchdog_running = False
|
||||
|
||||
# Subscribe to the lounge and start the watchdog
|
||||
async def subscribe_monitored(self, callback):
|
||||
self.callback = callback
|
||||
try:
|
||||
|
||||
# Stop existing watchdog if running
|
||||
if self.subscribe_task_watchdog and not self.subscribe_task_watchdog.done():
|
||||
self.watchdog_running = False
|
||||
self.subscribe_task_watchdog.cancel()
|
||||
except BaseException:
|
||||
pass # No watchdog task
|
||||
try:
|
||||
await self.subscribe_task_watchdog
|
||||
except (asyncio.CancelledError, Exception):
|
||||
pass
|
||||
|
||||
# Start new subscription
|
||||
if self.subscribe_task and not self.subscribe_task.done():
|
||||
self.subscribe_task.cancel()
|
||||
try:
|
||||
await self.subscribe_task
|
||||
except (asyncio.CancelledError, Exception):
|
||||
pass
|
||||
|
||||
self.subscribe_task = asyncio.create_task(super().subscribe(callback))
|
||||
self.subscribe_task_watchdog = asyncio.create_task(self._watchdog())
|
||||
create_task(self.debug_command("bugchomp "))
|
||||
return self.subscribe_task
|
||||
|
||||
# Process a lounge subscription event
|
||||
# skipcq: PY-R1000
|
||||
def _process_event(self, event_type: str, args: List[Any]):
|
||||
self.logger.debug(f"process_event({event_type}, {args})")
|
||||
# (Re)start the watchdog
|
||||
try:
|
||||
self.subscribe_task_watchdog.cancel()
|
||||
except BaseException:
|
||||
pass
|
||||
finally:
|
||||
self.subscribe_task_watchdog = asyncio.create_task(self._watchdog())
|
||||
# A bunch of events useful to detect ads playing, and the next video before it starts playing (that way we
|
||||
# can get the segments)
|
||||
# Update last event time for the watchdog
|
||||
self.last_event_time = time.time()
|
||||
|
||||
# A bunch of events useful to detect ads playing,
|
||||
# and the next video before it starts playing
|
||||
# (that way we can get the segments)
|
||||
if event_type == "onStateChange":
|
||||
create_task(self.debug_command("exp 0 "))
|
||||
data = args[0]
|
||||
# print(data)
|
||||
# Unmute when the video starts playing
|
||||
@@ -86,7 +125,7 @@ class YtLoungeApi(pyytlounge.YtLoungeApi):
|
||||
create_task(self.mute(False, override=True))
|
||||
elif event_type == "onAdStateChange":
|
||||
data = args[0]
|
||||
if data["adState"] == "0": # Ad is not playing
|
||||
if data["adState"] == "0" and data["currentTime"] != "0": # Ad is not playing
|
||||
self.logger.info("Ad has ended, unmuting")
|
||||
create_task(self.mute(False, override=True))
|
||||
elif (
|
||||
@@ -95,20 +134,16 @@ class YtLoungeApi(pyytlounge.YtLoungeApi):
|
||||
self.logger.info("Ad can be skipped, skipping")
|
||||
create_task(self.skip_ad())
|
||||
create_task(self.mute(False, override=True))
|
||||
elif (
|
||||
self.mute_ads
|
||||
): # Seen multiple other adStates, assuming they are all ads
|
||||
elif self.mute_ads: # Seen multiple other adStates, assuming they are all ads
|
||||
self.logger.info("Ad has started, muting")
|
||||
create_task(self.mute(True, override=True))
|
||||
# Manages volume, useful since YouTube wants to know the volume when unmuting (even if they already have it)
|
||||
# Manages volume, useful since YouTube wants to know the volume
|
||||
# when unmuting (even if they already have it)
|
||||
elif event_type == "onVolumeChanged":
|
||||
self.volume_state = args[0]
|
||||
pass
|
||||
# Gets segments for the next video before it starts playing
|
||||
elif event_type == "autoplayUpNext":
|
||||
if len(args) > 0 and (
|
||||
vid_id := args[0]["videoId"]
|
||||
): # if video id is not empty
|
||||
if len(args) > 0 and (vid_id := args[0]["videoId"]): # if video id is not empty
|
||||
self.logger.info(f"Getting segments for next video: {vid_id}")
|
||||
create_task(self.api_helper.get_segments(vid_id))
|
||||
|
||||
@@ -119,15 +154,14 @@ class YtLoungeApi(pyytlounge.YtLoungeApi):
|
||||
if vid_id := data["contentVideoId"]:
|
||||
self.logger.info(f"Getting segments for next video: {vid_id}")
|
||||
create_task(self.api_helper.get_segments(vid_id))
|
||||
elif (
|
||||
|
||||
if (
|
||||
self.skip_ads and data["isSkipEnabled"] == "true"
|
||||
): # YouTube uses strings for booleans
|
||||
self.logger.info("Ad can be skipped, skipping")
|
||||
create_task(self.skip_ad())
|
||||
create_task(self.mute(False, override=True))
|
||||
elif (
|
||||
self.mute_ads
|
||||
): # Seen multiple other adStates, assuming they are all ads
|
||||
elif self.mute_ads: # Seen multiple other adStates, assuming they are all ads
|
||||
self.logger.info("Ad has started, muting")
|
||||
create_task(self.mute(True, override=True))
|
||||
|
||||
@@ -150,51 +184,55 @@ class YtLoungeApi(pyytlounge.YtLoungeApi):
|
||||
elif event_type == "loungeScreenDisconnected":
|
||||
if args: # Sometimes it's empty
|
||||
data = args[0]
|
||||
if (
|
||||
data["reason"] == "disconnectedByUserScreenInitiated"
|
||||
): # Short playing?
|
||||
if data["reason"] == "disconnectedByUserScreenInitiated": # Short playing?
|
||||
self.shorts_disconnected = True
|
||||
elif event_type == "onAutoplayModeChanged":
|
||||
create_task(self.set_auto_play_mode(self.auto_play))
|
||||
|
||||
elif event_type == "onPlaybackSpeedChanged":
|
||||
data = args[0]
|
||||
self.playback_speed = float(data.get("playbackSpeed", "1"))
|
||||
create_task(self.get_now_playing())
|
||||
|
||||
super()._process_event(event_type, args)
|
||||
|
||||
# Set the volume to a specific value (0-100)
|
||||
async def set_volume(self, volume: int) -> None:
|
||||
await super()._command("setVolume", {"volume": volume})
|
||||
await self._command("setVolume", {"volume": volume})
|
||||
|
||||
# Mute or unmute the device (if the device already is in the desired state, nothing happens)
|
||||
# mute: True to mute, False to unmute
|
||||
# override: If True, the command is sent even if the device already is in the desired state
|
||||
# TODO: Only works if the device is subscribed to the lounge
|
||||
async def mute(self, mute: bool, override: bool = False) -> None:
|
||||
"""
|
||||
Mute or unmute the device (if the device already
|
||||
is in the desired state, nothing happens)
|
||||
|
||||
:param bool mute: True to mute, False to unmute
|
||||
:param bool override: If True, the command is sent even if the
|
||||
device already is in the desired state
|
||||
|
||||
TODO: Only works if the device is subscribed to the lounge
|
||||
"""
|
||||
if mute:
|
||||
mute_str = "true"
|
||||
else:
|
||||
mute_str = "false"
|
||||
if override or not (self.volume_state.get("muted", "false") == mute_str):
|
||||
if override or not self.volume_state.get("muted", "false") == mute_str:
|
||||
self.volume_state["muted"] = mute_str
|
||||
# YouTube wants the volume when unmuting, so we send it
|
||||
await super()._command(
|
||||
await self._command(
|
||||
"setVolume",
|
||||
{"volume": self.volume_state.get("volume", 100), "muted": mute_str},
|
||||
)
|
||||
|
||||
async def set_auto_play_mode(self, enabled: bool):
|
||||
await super()._command(
|
||||
"setAutoplayMode", {"autoplayMode": "ENABLED" if enabled else "DISABLED"}
|
||||
)
|
||||
|
||||
async def play_video(self, video_id: str) -> bool:
|
||||
return await self._command("setPlaylist", {"videoId": video_id})
|
||||
|
||||
async def get_now_playing(self):
|
||||
return await self._command("getNowPlaying")
|
||||
|
||||
# Test to wrap the command function in a mutex to avoid race conditions with
|
||||
# the _command_offset (TODO: move to upstream if it works)
|
||||
async def _command(self, command: str, command_parameters: dict = None) -> bool:
|
||||
async with self._command_mutex:
|
||||
self.logger.debug(
|
||||
f"Send command: {command}, Parameters: {command_parameters}"
|
||||
)
|
||||
return await super()._command(command, command_parameters)
|
||||
|
||||
async def change_web_session(self, web_session: ClientSession):
|
||||
@@ -203,9 +241,110 @@ class YtLoungeApi(pyytlounge.YtLoungeApi):
|
||||
if self.conn is not None:
|
||||
await self.conn.close()
|
||||
self.session = web_session
|
||||
|
||||
async def debug_command(self, debug_command: str):
|
||||
await super()._command(
|
||||
"sendDebugCommand",
|
||||
{"debugCommand": debug_command},
|
||||
)
|
||||
|
||||
def _common_connection_parameters(self) -> Dict[str, Any]:
|
||||
return {
|
||||
"name": self.device_name,
|
||||
"loungeIdToken": self.auth.lounge_id_token,
|
||||
"SID": self._sid,
|
||||
"AID": self._last_event_id,
|
||||
"gsessionid": self._gsession,
|
||||
"device": "REMOTE_CONTROL",
|
||||
"app": "ytios-phone-20.15.1",
|
||||
"VER": "8",
|
||||
"v": "2",
|
||||
}
|
||||
|
||||
async def connect(self) -> bool:
|
||||
"""Attempt to connect using the previously set tokens"""
|
||||
if not self.linked():
|
||||
raise NotLinkedException("Not linked")
|
||||
|
||||
connect_body = {
|
||||
"id": self.auth.screen_id,
|
||||
"mdx-version": "3",
|
||||
"TYPE": "xmlhttp",
|
||||
"theme": "cl",
|
||||
"sessionSource": "MDX_SESSION_SOURCE_UNKNOWN",
|
||||
"connectParams": '{"setStatesParams": "{"playbackSpeed":0}"}',
|
||||
"RID": "1",
|
||||
"CVER": "1",
|
||||
"capabilities": "que,dsdtr,atp,vsp",
|
||||
"ui": "false",
|
||||
"app": "ytios-phone-20.15.1",
|
||||
"pairing_type": "manual",
|
||||
"VER": "8",
|
||||
"loungeIdToken": self.auth.lounge_id_token,
|
||||
"device": "REMOTE_CONTROL",
|
||||
"name": self.device_name,
|
||||
}
|
||||
connect_url = f"{api_base}/bc/bind"
|
||||
async with self.session.post(url=connect_url, data=connect_body) as resp:
|
||||
try:
|
||||
text = await resp.text()
|
||||
if resp.status == 401:
|
||||
if "Connection denied" in text:
|
||||
self._logger.warning(
|
||||
"Connection denied, attempting to circumvent the issue"
|
||||
)
|
||||
await self.connect_as_screen()
|
||||
# self._lounge_token_expired()
|
||||
return False
|
||||
|
||||
if resp.status != 200:
|
||||
self._logger.warning("Unknown reply to connect %i %s", resp.status, resp.reason)
|
||||
return False
|
||||
lines = text.splitlines()
|
||||
async for events in self._parse_event_chunks(as_aiter(lines)):
|
||||
self._process_events(events)
|
||||
self._command_offset = 1
|
||||
return self.connected()
|
||||
except:
|
||||
self._logger.exception(
|
||||
"Handle connect failed, status %s reason %s",
|
||||
resp.status,
|
||||
resp.reason,
|
||||
)
|
||||
raise
|
||||
|
||||
async def connect_as_screen(self) -> bool:
|
||||
"""Attempt to connect using the previously set tokens"""
|
||||
if not self.linked():
|
||||
raise NotLinkedException("Not linked")
|
||||
|
||||
connect_body = {
|
||||
"id": str(uuid4()),
|
||||
"mdx-version": "3",
|
||||
"TYPE": "xmlhttp",
|
||||
"theme": "cl",
|
||||
"sessionSource": "MDX_SESSION_SOURCE_UNKNOWN",
|
||||
"connectParams": '{"setStatesParams": "{"playbackSpeed":0}"}',
|
||||
"sessionNonce": str(uuid4()),
|
||||
"RID": "1",
|
||||
"CVER": "1",
|
||||
"capabilities": "que,dsdtr,atp,vsp",
|
||||
"ui": "false",
|
||||
"app": "ytios-phone-20.15.1",
|
||||
"pairing_type": "manual",
|
||||
"VER": "8",
|
||||
"loungeIdToken": self.auth.lounge_id_token,
|
||||
"device": "LOUNGE_SCREEN",
|
||||
"name": self.device_name,
|
||||
}
|
||||
connect_url = f"{api_base}/bc/bind"
|
||||
async with self.session.post(url=connect_url, data=connect_body) as resp:
|
||||
try:
|
||||
await resp.text()
|
||||
self.logger.error(
|
||||
"Connected as screen: please force close the app on the device for iSponsorBlockTV to work properly"
|
||||
)
|
||||
self.logger.warn("Exiting in 5 seconds")
|
||||
await asyncio.sleep(5)
|
||||
sys.exit(0)
|
||||
except:
|
||||
self._logger.exception(
|
||||
"Handle connect failed, status %s reason %s",
|
||||
resp.status,
|
||||
resp.reason,
|
||||
)
|
||||
raise
|
||||
|
||||
Reference in New Issue
Block a user