GameSentenceMiner 2.12.11__tar.gz → 2.12.12.post1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {gamesentenceminer-2.12.11 → gamesentenceminer-2.12.12.post1}/GameSentenceMiner/gsm.py +1 -1
- {gamesentenceminer-2.12.11 → gamesentenceminer-2.12.12.post1}/GameSentenceMiner/obs.py +2 -2
- {gamesentenceminer-2.12.11 → gamesentenceminer-2.12.12.post1}/GameSentenceMiner.egg-info/PKG-INFO +1 -1
- {gamesentenceminer-2.12.11 → gamesentenceminer-2.12.12.post1}/PKG-INFO +1 -1
- {gamesentenceminer-2.12.11 → gamesentenceminer-2.12.12.post1}/pyproject.toml +1 -1
- {gamesentenceminer-2.12.11 → gamesentenceminer-2.12.12.post1}/GameSentenceMiner/__init__.py +0 -0
- {gamesentenceminer-2.12.11 → gamesentenceminer-2.12.12.post1}/GameSentenceMiner/ai/__init__.py +0 -0
- {gamesentenceminer-2.12.11 → gamesentenceminer-2.12.12.post1}/GameSentenceMiner/ai/ai_prompting.py +0 -0
- {gamesentenceminer-2.12.11 → gamesentenceminer-2.12.12.post1}/GameSentenceMiner/anki.py +0 -0
- {gamesentenceminer-2.12.11 → gamesentenceminer-2.12.12.post1}/GameSentenceMiner/assets/__init__.py +0 -0
- {gamesentenceminer-2.12.11 → gamesentenceminer-2.12.12.post1}/GameSentenceMiner/assets/icon.png +0 -0
- {gamesentenceminer-2.12.11 → gamesentenceminer-2.12.12.post1}/GameSentenceMiner/assets/icon128.png +0 -0
- {gamesentenceminer-2.12.11 → gamesentenceminer-2.12.12.post1}/GameSentenceMiner/assets/icon256.png +0 -0
- {gamesentenceminer-2.12.11 → gamesentenceminer-2.12.12.post1}/GameSentenceMiner/assets/icon32.png +0 -0
- {gamesentenceminer-2.12.11 → gamesentenceminer-2.12.12.post1}/GameSentenceMiner/assets/icon512.png +0 -0
- {gamesentenceminer-2.12.11 → gamesentenceminer-2.12.12.post1}/GameSentenceMiner/assets/icon64.png +0 -0
- {gamesentenceminer-2.12.11 → gamesentenceminer-2.12.12.post1}/GameSentenceMiner/assets/pickaxe.png +0 -0
- {gamesentenceminer-2.12.11 → gamesentenceminer-2.12.12.post1}/GameSentenceMiner/config_gui.py +0 -0
- {gamesentenceminer-2.12.11 → gamesentenceminer-2.12.12.post1}/GameSentenceMiner/gametext.py +0 -0
- {gamesentenceminer-2.12.11 → gamesentenceminer-2.12.12.post1}/GameSentenceMiner/ocr/__init__.py +0 -0
- {gamesentenceminer-2.12.11 → gamesentenceminer-2.12.12.post1}/GameSentenceMiner/ocr/gsm_ocr_config.py +0 -0
- {gamesentenceminer-2.12.11 → gamesentenceminer-2.12.12.post1}/GameSentenceMiner/ocr/ocrconfig.py +0 -0
- {gamesentenceminer-2.12.11 → gamesentenceminer-2.12.12.post1}/GameSentenceMiner/ocr/owocr_area_selector.py +0 -0
- {gamesentenceminer-2.12.11 → gamesentenceminer-2.12.12.post1}/GameSentenceMiner/ocr/owocr_helper.py +0 -0
- {gamesentenceminer-2.12.11 → gamesentenceminer-2.12.12.post1}/GameSentenceMiner/ocr/ss_picker.py +0 -0
- {gamesentenceminer-2.12.11 → gamesentenceminer-2.12.12.post1}/GameSentenceMiner/owocr/owocr/__init__.py +0 -0
- {gamesentenceminer-2.12.11 → gamesentenceminer-2.12.12.post1}/GameSentenceMiner/owocr/owocr/__main__.py +0 -0
- {gamesentenceminer-2.12.11 → gamesentenceminer-2.12.12.post1}/GameSentenceMiner/owocr/owocr/config.py +0 -0
- {gamesentenceminer-2.12.11 → gamesentenceminer-2.12.12.post1}/GameSentenceMiner/owocr/owocr/lens_betterproto.py +0 -0
- {gamesentenceminer-2.12.11 → gamesentenceminer-2.12.12.post1}/GameSentenceMiner/owocr/owocr/ocr.py +0 -0
- {gamesentenceminer-2.12.11 → gamesentenceminer-2.12.12.post1}/GameSentenceMiner/owocr/owocr/run.py +0 -0
- {gamesentenceminer-2.12.11 → gamesentenceminer-2.12.12.post1}/GameSentenceMiner/owocr/owocr/screen_coordinate_picker.py +0 -0
- {gamesentenceminer-2.12.11 → gamesentenceminer-2.12.12.post1}/GameSentenceMiner/util/__init__.py +0 -0
- {gamesentenceminer-2.12.11 → gamesentenceminer-2.12.12.post1}/GameSentenceMiner/util/audio_offset_selector.py +0 -0
- {gamesentenceminer-2.12.11 → gamesentenceminer-2.12.12.post1}/GameSentenceMiner/util/communication/__init__.py +0 -0
- {gamesentenceminer-2.12.11 → gamesentenceminer-2.12.12.post1}/GameSentenceMiner/util/communication/send.py +0 -0
- {gamesentenceminer-2.12.11 → gamesentenceminer-2.12.12.post1}/GameSentenceMiner/util/communication/websocket.py +0 -0
- {gamesentenceminer-2.12.11 → gamesentenceminer-2.12.12.post1}/GameSentenceMiner/util/configuration.py +0 -0
- {gamesentenceminer-2.12.11 → gamesentenceminer-2.12.12.post1}/GameSentenceMiner/util/downloader/Untitled_json.py +0 -0
- {gamesentenceminer-2.12.11 → gamesentenceminer-2.12.12.post1}/GameSentenceMiner/util/downloader/__init__.py +0 -0
- {gamesentenceminer-2.12.11 → gamesentenceminer-2.12.12.post1}/GameSentenceMiner/util/downloader/download_tools.py +0 -0
- {gamesentenceminer-2.12.11 → gamesentenceminer-2.12.12.post1}/GameSentenceMiner/util/downloader/oneocr_dl.py +0 -0
- {gamesentenceminer-2.12.11 → gamesentenceminer-2.12.12.post1}/GameSentenceMiner/util/electron_config.py +0 -0
- {gamesentenceminer-2.12.11 → gamesentenceminer-2.12.12.post1}/GameSentenceMiner/util/ffmpeg.py +0 -0
- {gamesentenceminer-2.12.11 → gamesentenceminer-2.12.12.post1}/GameSentenceMiner/util/gsm_utils.py +0 -0
- {gamesentenceminer-2.12.11 → gamesentenceminer-2.12.12.post1}/GameSentenceMiner/util/model.py +0 -0
- {gamesentenceminer-2.12.11 → gamesentenceminer-2.12.12.post1}/GameSentenceMiner/util/notification.py +0 -0
- {gamesentenceminer-2.12.11 → gamesentenceminer-2.12.12.post1}/GameSentenceMiner/util/package.py +0 -0
- {gamesentenceminer-2.12.11 → gamesentenceminer-2.12.12.post1}/GameSentenceMiner/util/ss_selector.py +0 -0
- {gamesentenceminer-2.12.11 → gamesentenceminer-2.12.12.post1}/GameSentenceMiner/util/text_log.py +0 -0
- {gamesentenceminer-2.12.11 → gamesentenceminer-2.12.12.post1}/GameSentenceMiner/util/window_transparency.py +0 -0
- {gamesentenceminer-2.12.11 → gamesentenceminer-2.12.12.post1}/GameSentenceMiner/vad.py +0 -0
- {gamesentenceminer-2.12.11 → gamesentenceminer-2.12.12.post1}/GameSentenceMiner/web/__init__.py +0 -0
- {gamesentenceminer-2.12.11 → gamesentenceminer-2.12.12.post1}/GameSentenceMiner/web/service.py +0 -0
- {gamesentenceminer-2.12.11 → gamesentenceminer-2.12.12.post1}/GameSentenceMiner/web/static/__init__.py +0 -0
- {gamesentenceminer-2.12.11 → gamesentenceminer-2.12.12.post1}/GameSentenceMiner/web/static/apple-touch-icon.png +0 -0
- {gamesentenceminer-2.12.11 → gamesentenceminer-2.12.12.post1}/GameSentenceMiner/web/static/favicon-96x96.png +0 -0
- {gamesentenceminer-2.12.11 → gamesentenceminer-2.12.12.post1}/GameSentenceMiner/web/static/favicon.ico +0 -0
- {gamesentenceminer-2.12.11 → gamesentenceminer-2.12.12.post1}/GameSentenceMiner/web/static/favicon.svg +0 -0
- {gamesentenceminer-2.12.11 → gamesentenceminer-2.12.12.post1}/GameSentenceMiner/web/static/site.webmanifest +0 -0
- {gamesentenceminer-2.12.11 → gamesentenceminer-2.12.12.post1}/GameSentenceMiner/web/static/style.css +0 -0
- {gamesentenceminer-2.12.11 → gamesentenceminer-2.12.12.post1}/GameSentenceMiner/web/static/web-app-manifest-192x192.png +0 -0
- {gamesentenceminer-2.12.11 → gamesentenceminer-2.12.12.post1}/GameSentenceMiner/web/static/web-app-manifest-512x512.png +0 -0
- {gamesentenceminer-2.12.11 → gamesentenceminer-2.12.12.post1}/GameSentenceMiner/web/templates/__init__.py +0 -0
- {gamesentenceminer-2.12.11 → gamesentenceminer-2.12.12.post1}/GameSentenceMiner/web/templates/index.html +0 -0
- {gamesentenceminer-2.12.11 → gamesentenceminer-2.12.12.post1}/GameSentenceMiner/web/templates/text_replacements.html +0 -0
- {gamesentenceminer-2.12.11 → gamesentenceminer-2.12.12.post1}/GameSentenceMiner/web/templates/utility.html +0 -0
- {gamesentenceminer-2.12.11 → gamesentenceminer-2.12.12.post1}/GameSentenceMiner/web/texthooking_page.py +0 -0
- {gamesentenceminer-2.12.11 → gamesentenceminer-2.12.12.post1}/GameSentenceMiner/wip/get_overlay_coords.py +0 -0
- {gamesentenceminer-2.12.11 → gamesentenceminer-2.12.12.post1}/GameSentenceMiner.egg-info/SOURCES.txt +0 -0
- {gamesentenceminer-2.12.11 → gamesentenceminer-2.12.12.post1}/GameSentenceMiner.egg-info/dependency_links.txt +0 -0
- {gamesentenceminer-2.12.11 → gamesentenceminer-2.12.12.post1}/GameSentenceMiner.egg-info/entry_points.txt +0 -0
- {gamesentenceminer-2.12.11 → gamesentenceminer-2.12.12.post1}/GameSentenceMiner.egg-info/requires.txt +0 -0
- {gamesentenceminer-2.12.11 → gamesentenceminer-2.12.12.post1}/GameSentenceMiner.egg-info/top_level.txt +0 -0
- {gamesentenceminer-2.12.11 → gamesentenceminer-2.12.12.post1}/LICENSE +0 -0
- {gamesentenceminer-2.12.11 → gamesentenceminer-2.12.12.post1}/README.md +0 -0
- {gamesentenceminer-2.12.11 → gamesentenceminer-2.12.12.post1}/setup.cfg +0 -0
@@ -582,7 +582,7 @@ def async_loop():
|
|
582
582
|
async def register_scene_switcher_callback():
|
583
583
|
def scene_switcher_callback(scene):
|
584
584
|
logger.info(f"Scene changed to: {scene}")
|
585
|
-
gsm_state.current_game = obs.get_current_game(
|
585
|
+
gsm_state.current_game = obs.get_current_game()
|
586
586
|
all_configured_scenes = [
|
587
587
|
config.scenes for config in get_master_config().configs.values()]
|
588
588
|
print(all_configured_scenes)
|
@@ -419,8 +419,8 @@ def get_screenshot_PIL(source_name=None, compression=75, img_format='png', width
|
|
419
419
|
def update_current_game():
|
420
420
|
gsm_state.current_game = get_current_scene()
|
421
421
|
|
422
|
-
def get_current_game(sanitize=False):
|
423
|
-
if not gsm_state.current_game:
|
422
|
+
def get_current_game(sanitize=False, update=True):
|
423
|
+
if not gsm_state.current_game or update:
|
424
424
|
update_current_game()
|
425
425
|
|
426
426
|
if sanitize:
|
File without changes
|
{gamesentenceminer-2.12.11 → gamesentenceminer-2.12.12.post1}/GameSentenceMiner/ai/__init__.py
RENAMED
File without changes
|
{gamesentenceminer-2.12.11 → gamesentenceminer-2.12.12.post1}/GameSentenceMiner/ai/ai_prompting.py
RENAMED
File without changes
|
File without changes
|
{gamesentenceminer-2.12.11 → gamesentenceminer-2.12.12.post1}/GameSentenceMiner/assets/__init__.py
RENAMED
File without changes
|
{gamesentenceminer-2.12.11 → gamesentenceminer-2.12.12.post1}/GameSentenceMiner/assets/icon.png
RENAMED
File without changes
|
{gamesentenceminer-2.12.11 → gamesentenceminer-2.12.12.post1}/GameSentenceMiner/assets/icon128.png
RENAMED
File without changes
|
{gamesentenceminer-2.12.11 → gamesentenceminer-2.12.12.post1}/GameSentenceMiner/assets/icon256.png
RENAMED
File without changes
|
{gamesentenceminer-2.12.11 → gamesentenceminer-2.12.12.post1}/GameSentenceMiner/assets/icon32.png
RENAMED
File without changes
|
{gamesentenceminer-2.12.11 → gamesentenceminer-2.12.12.post1}/GameSentenceMiner/assets/icon512.png
RENAMED
File without changes
|
{gamesentenceminer-2.12.11 → gamesentenceminer-2.12.12.post1}/GameSentenceMiner/assets/icon64.png
RENAMED
File without changes
|
{gamesentenceminer-2.12.11 → gamesentenceminer-2.12.12.post1}/GameSentenceMiner/assets/pickaxe.png
RENAMED
File without changes
|
{gamesentenceminer-2.12.11 → gamesentenceminer-2.12.12.post1}/GameSentenceMiner/config_gui.py
RENAMED
File without changes
|
File without changes
|
{gamesentenceminer-2.12.11 → gamesentenceminer-2.12.12.post1}/GameSentenceMiner/ocr/__init__.py
RENAMED
File without changes
|
File without changes
|
{gamesentenceminer-2.12.11 → gamesentenceminer-2.12.12.post1}/GameSentenceMiner/ocr/ocrconfig.py
RENAMED
File without changes
|
File without changes
|
{gamesentenceminer-2.12.11 → gamesentenceminer-2.12.12.post1}/GameSentenceMiner/ocr/owocr_helper.py
RENAMED
File without changes
|
{gamesentenceminer-2.12.11 → gamesentenceminer-2.12.12.post1}/GameSentenceMiner/ocr/ss_picker.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{gamesentenceminer-2.12.11 → gamesentenceminer-2.12.12.post1}/GameSentenceMiner/owocr/owocr/ocr.py
RENAMED
File without changes
|
{gamesentenceminer-2.12.11 → gamesentenceminer-2.12.12.post1}/GameSentenceMiner/owocr/owocr/run.py
RENAMED
File without changes
|
File without changes
|
{gamesentenceminer-2.12.11 → gamesentenceminer-2.12.12.post1}/GameSentenceMiner/util/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{gamesentenceminer-2.12.11 → gamesentenceminer-2.12.12.post1}/GameSentenceMiner/util/ffmpeg.py
RENAMED
File without changes
|
{gamesentenceminer-2.12.11 → gamesentenceminer-2.12.12.post1}/GameSentenceMiner/util/gsm_utils.py
RENAMED
File without changes
|
{gamesentenceminer-2.12.11 → gamesentenceminer-2.12.12.post1}/GameSentenceMiner/util/model.py
RENAMED
File without changes
|
{gamesentenceminer-2.12.11 → gamesentenceminer-2.12.12.post1}/GameSentenceMiner/util/notification.py
RENAMED
File without changes
|
{gamesentenceminer-2.12.11 → gamesentenceminer-2.12.12.post1}/GameSentenceMiner/util/package.py
RENAMED
File without changes
|
{gamesentenceminer-2.12.11 → gamesentenceminer-2.12.12.post1}/GameSentenceMiner/util/ss_selector.py
RENAMED
File without changes
|
{gamesentenceminer-2.12.11 → gamesentenceminer-2.12.12.post1}/GameSentenceMiner/util/text_log.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{gamesentenceminer-2.12.11 → gamesentenceminer-2.12.12.post1}/GameSentenceMiner/web/__init__.py
RENAMED
File without changes
|
{gamesentenceminer-2.12.11 → gamesentenceminer-2.12.12.post1}/GameSentenceMiner/web/service.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{gamesentenceminer-2.12.11 → gamesentenceminer-2.12.12.post1}/GameSentenceMiner/web/static/style.css
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{gamesentenceminer-2.12.11 → gamesentenceminer-2.12.12.post1}/GameSentenceMiner.egg-info/SOURCES.txt
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|