GameSentenceMiner 2.2.2.post1__tar.gz → 2.2.2.post2__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.2.2.post1 → gamesentenceminer-2.2.2.post2}/GameSentenceMiner/obs.py +2 -1
- {gamesentenceminer-2.2.2.post1 → gamesentenceminer-2.2.2.post2}/GameSentenceMiner.egg-info/PKG-INFO +2 -2
- {gamesentenceminer-2.2.2.post1 → gamesentenceminer-2.2.2.post2}/PKG-INFO +2 -2
- {gamesentenceminer-2.2.2.post1 → gamesentenceminer-2.2.2.post2}/pyproject.toml +2 -2
- {gamesentenceminer-2.2.2.post1 → gamesentenceminer-2.2.2.post2}/GameSentenceMiner/__init__.py +0 -0
- {gamesentenceminer-2.2.2.post1 → gamesentenceminer-2.2.2.post2}/GameSentenceMiner/anki.py +0 -0
- {gamesentenceminer-2.2.2.post1 → gamesentenceminer-2.2.2.post2}/GameSentenceMiner/config_gui.py +0 -0
- {gamesentenceminer-2.2.2.post1 → gamesentenceminer-2.2.2.post2}/GameSentenceMiner/configuration.py +0 -0
- {gamesentenceminer-2.2.2.post1 → gamesentenceminer-2.2.2.post2}/GameSentenceMiner/downloader/Untitled_json.py +0 -0
- {gamesentenceminer-2.2.2.post1 → gamesentenceminer-2.2.2.post2}/GameSentenceMiner/downloader/__init__.py +0 -0
- {gamesentenceminer-2.2.2.post1 → gamesentenceminer-2.2.2.post2}/GameSentenceMiner/downloader/download_tools.py +0 -0
- {gamesentenceminer-2.2.2.post1 → gamesentenceminer-2.2.2.post2}/GameSentenceMiner/ffmpeg.py +0 -0
- {gamesentenceminer-2.2.2.post1 → gamesentenceminer-2.2.2.post2}/GameSentenceMiner/gametext.py +0 -0
- {gamesentenceminer-2.2.2.post1 → gamesentenceminer-2.2.2.post2}/GameSentenceMiner/gsm.py +0 -0
- {gamesentenceminer-2.2.2.post1 → gamesentenceminer-2.2.2.post2}/GameSentenceMiner/model.py +0 -0
- {gamesentenceminer-2.2.2.post1 → gamesentenceminer-2.2.2.post2}/GameSentenceMiner/notification.py +0 -0
- {gamesentenceminer-2.2.2.post1 → gamesentenceminer-2.2.2.post2}/GameSentenceMiner/package_updater.py +0 -0
- {gamesentenceminer-2.2.2.post1 → gamesentenceminer-2.2.2.post2}/GameSentenceMiner/util.py +0 -0
- {gamesentenceminer-2.2.2.post1 → gamesentenceminer-2.2.2.post2}/GameSentenceMiner/vad/__init__.py +0 -0
- {gamesentenceminer-2.2.2.post1 → gamesentenceminer-2.2.2.post2}/GameSentenceMiner/vad/silero_trim.py +0 -0
- {gamesentenceminer-2.2.2.post1 → gamesentenceminer-2.2.2.post2}/GameSentenceMiner/vad/vosk_helper.py +0 -0
- {gamesentenceminer-2.2.2.post1 → gamesentenceminer-2.2.2.post2}/GameSentenceMiner/vad/whisper_helper.py +0 -0
- {gamesentenceminer-2.2.2.post1 → gamesentenceminer-2.2.2.post2}/GameSentenceMiner.egg-info/SOURCES.txt +0 -0
- {gamesentenceminer-2.2.2.post1 → gamesentenceminer-2.2.2.post2}/GameSentenceMiner.egg-info/dependency_links.txt +0 -0
- {gamesentenceminer-2.2.2.post1 → gamesentenceminer-2.2.2.post2}/GameSentenceMiner.egg-info/entry_points.txt +0 -0
- {gamesentenceminer-2.2.2.post1 → gamesentenceminer-2.2.2.post2}/GameSentenceMiner.egg-info/requires.txt +0 -0
- {gamesentenceminer-2.2.2.post1 → gamesentenceminer-2.2.2.post2}/GameSentenceMiner.egg-info/top_level.txt +0 -0
- {gamesentenceminer-2.2.2.post1 → gamesentenceminer-2.2.2.post2}/README.md +0 -0
- {gamesentenceminer-2.2.2.post1 → gamesentenceminer-2.2.2.post2}/setup.cfg +0 -0
@@ -79,7 +79,8 @@ def on_disconnect(obs):
|
|
79
79
|
def connect_to_obs(start_replay=False):
|
80
80
|
global client
|
81
81
|
if get_config().obs.enabled:
|
82
|
-
|
82
|
+
if util.is_windows():
|
83
|
+
get_obs_websocket_config_values()
|
83
84
|
client = obsws(host=get_config().obs.host, port=get_config().obs.port,
|
84
85
|
password=get_config().obs.password, authreconnect=1, on_connect=on_connect,
|
85
86
|
on_disconnect=on_disconnect)
|
{gamesentenceminer-2.2.2.post1 → gamesentenceminer-2.2.2.post2}/GameSentenceMiner.egg-info/PKG-INFO
RENAMED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.2
|
2
2
|
Name: GameSentenceMiner
|
3
|
-
Version: 2.2.2.
|
3
|
+
Version: 2.2.2.post2
|
4
4
|
Summary: A tool for mining sentences from games. Update: Use ffprobe from GSM Directory
|
5
5
|
Author-email: Beangate <bpwhelan95@gmail.com>
|
6
6
|
License: MIT License
|
@@ -9,7 +9,7 @@ Project-URL: Repository, https://github.com/bpwhelan/GameSentenceMiner
|
|
9
9
|
Classifier: Programming Language :: Python :: 3
|
10
10
|
Classifier: License :: OSI Approved :: MIT License
|
11
11
|
Classifier: Operating System :: OS Independent
|
12
|
-
Requires-Python: >=3.
|
12
|
+
Requires-Python: >=3.10
|
13
13
|
Description-Content-Type: text/markdown
|
14
14
|
Requires-Dist: requests~=2.32.3
|
15
15
|
Requires-Dist: watchdog~=5.0.2
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.2
|
2
2
|
Name: GameSentenceMiner
|
3
|
-
Version: 2.2.2.
|
3
|
+
Version: 2.2.2.post2
|
4
4
|
Summary: A tool for mining sentences from games. Update: Use ffprobe from GSM Directory
|
5
5
|
Author-email: Beangate <bpwhelan95@gmail.com>
|
6
6
|
License: MIT License
|
@@ -9,7 +9,7 @@ Project-URL: Repository, https://github.com/bpwhelan/GameSentenceMiner
|
|
9
9
|
Classifier: Programming Language :: Python :: 3
|
10
10
|
Classifier: License :: OSI Approved :: MIT License
|
11
11
|
Classifier: Operating System :: OS Independent
|
12
|
-
Requires-Python: >=3.
|
12
|
+
Requires-Python: >=3.10
|
13
13
|
Description-Content-Type: text/markdown
|
14
14
|
Requires-Dist: requests~=2.32.3
|
15
15
|
Requires-Dist: watchdog~=5.0.2
|
@@ -7,10 +7,10 @@ build-backend = "setuptools.build_meta"
|
|
7
7
|
|
8
8
|
[project]
|
9
9
|
name = "GameSentenceMiner"
|
10
|
-
version = "2.2.2.
|
10
|
+
version = "2.2.2.post2"
|
11
11
|
description = "A tool for mining sentences from games. Update: Use ffprobe from GSM Directory"
|
12
12
|
readme = "README.md"
|
13
|
-
requires-python = ">=3.
|
13
|
+
requires-python = ">=3.10"
|
14
14
|
license = { text = "MIT License" }
|
15
15
|
authors = [
|
16
16
|
{ name = "Beangate", email = "bpwhelan95@gmail.com"}
|
{gamesentenceminer-2.2.2.post1 → gamesentenceminer-2.2.2.post2}/GameSentenceMiner/__init__.py
RENAMED
File without changes
|
File without changes
|
{gamesentenceminer-2.2.2.post1 → gamesentenceminer-2.2.2.post2}/GameSentenceMiner/config_gui.py
RENAMED
File without changes
|
{gamesentenceminer-2.2.2.post1 → gamesentenceminer-2.2.2.post2}/GameSentenceMiner/configuration.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{gamesentenceminer-2.2.2.post1 → gamesentenceminer-2.2.2.post2}/GameSentenceMiner/gametext.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{gamesentenceminer-2.2.2.post1 → gamesentenceminer-2.2.2.post2}/GameSentenceMiner/notification.py
RENAMED
File without changes
|
{gamesentenceminer-2.2.2.post1 → gamesentenceminer-2.2.2.post2}/GameSentenceMiner/package_updater.py
RENAMED
File without changes
|
File without changes
|
{gamesentenceminer-2.2.2.post1 → gamesentenceminer-2.2.2.post2}/GameSentenceMiner/vad/__init__.py
RENAMED
File without changes
|
{gamesentenceminer-2.2.2.post1 → gamesentenceminer-2.2.2.post2}/GameSentenceMiner/vad/silero_trim.py
RENAMED
File without changes
|
{gamesentenceminer-2.2.2.post1 → gamesentenceminer-2.2.2.post2}/GameSentenceMiner/vad/vosk_helper.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
|