GameSentenceMiner 2.4.7__py3-none-any.whl → 2.4.8__py3-none-any.whl
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/config_gui.py +4 -0
- {gamesentenceminer-2.4.7.dist-info → gamesentenceminer-2.4.8.dist-info}/METADATA +1 -1
- {gamesentenceminer-2.4.7.dist-info → gamesentenceminer-2.4.8.dist-info}/RECORD +7 -7
- {gamesentenceminer-2.4.7.dist-info → gamesentenceminer-2.4.8.dist-info}/LICENSE +0 -0
- {gamesentenceminer-2.4.7.dist-info → gamesentenceminer-2.4.8.dist-info}/WHEEL +0 -0
- {gamesentenceminer-2.4.7.dist-info → gamesentenceminer-2.4.8.dist-info}/entry_points.txt +0 -0
- {gamesentenceminer-2.4.7.dist-info → gamesentenceminer-2.4.8.dist-info}/top_level.txt +0 -0
GameSentenceMiner/config_gui.py
CHANGED
@@ -187,6 +187,10 @@ class ConfigApp:
|
|
187
187
|
)
|
188
188
|
)
|
189
189
|
|
190
|
+
if config.features.backfill_audio and config.features.full_auto:
|
191
|
+
messagebox.showerror("Configuration Error", "Cannot have Full Auto and Backfill mode on at the same time! Note: Backfill is a very niche workflow.")
|
192
|
+
return
|
193
|
+
|
190
194
|
current_profile = self.profile_combobox.get()
|
191
195
|
prev_config = self.master_config.get_config()
|
192
196
|
if profile_change:
|
@@ -1,6 +1,6 @@
|
|
1
1
|
GameSentenceMiner/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
2
2
|
GameSentenceMiner/anki.py,sha256=YSz5gUTsKOdbogwHKtgFM7v7pREjdAwl7A0Wa_CXnKg,10918
|
3
|
-
GameSentenceMiner/config_gui.py,sha256
|
3
|
+
GameSentenceMiner/config_gui.py,sha256=6DPJjzP-cHVU9q4j9UP1uF1z0o0z-mq0cuNqjZSIHdo,52566
|
4
4
|
GameSentenceMiner/configuration.py,sha256=mbyIs0h9xh85_ZJkuqTgspkdfl7jeifpvlYofu1e0mE,15001
|
5
5
|
GameSentenceMiner/electron_messaging.py,sha256=fBk9Ipo0jg2OZwYaKe1Qsm05P2ftrdTRGgFYob7ZA-k,139
|
6
6
|
GameSentenceMiner/ffmpeg.py,sha256=vLBmQgkh23BS2vE5u7bli_1_3wFN5cB3VCgrAZ1VAL8,11197
|
@@ -19,9 +19,9 @@ GameSentenceMiner/vad/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3h
|
|
19
19
|
GameSentenceMiner/vad/silero_trim.py,sha256=syDJX_KbFmdyFFtnQqYTD0tICsUCJizYhs-atPgXtxA,1549
|
20
20
|
GameSentenceMiner/vad/vosk_helper.py,sha256=HifeXKbEMrs81ZuuGxS67yAghu8TMXUP6Oan9i9dTxw,5938
|
21
21
|
GameSentenceMiner/vad/whisper_helper.py,sha256=bpR1HVnJRn9H5u8XaHBqBJ6JwIjzqn-Fajps8QmQ4zc,3411
|
22
|
-
gamesentenceminer-2.4.
|
23
|
-
gamesentenceminer-2.4.
|
24
|
-
gamesentenceminer-2.4.
|
25
|
-
gamesentenceminer-2.4.
|
26
|
-
gamesentenceminer-2.4.
|
27
|
-
gamesentenceminer-2.4.
|
22
|
+
gamesentenceminer-2.4.8.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
23
|
+
gamesentenceminer-2.4.8.dist-info/METADATA,sha256=7DUjE3Va1_JhrqybWK74OcEKnbWkYftrO9MhLa8qX_w,10309
|
24
|
+
gamesentenceminer-2.4.8.dist-info/WHEEL,sha256=52BFRY2Up02UkjOa29eZOS2VxUrpPORXg1pkohGGUS8,91
|
25
|
+
gamesentenceminer-2.4.8.dist-info/entry_points.txt,sha256=2APEP25DbfjSxGeHtwBstMH8mulVhLkqF_b9bqzU6vQ,65
|
26
|
+
gamesentenceminer-2.4.8.dist-info/top_level.txt,sha256=V1hUY6xVSyUEohb0uDoN4UIE6rUZ_JYx8yMyPGX4PgQ,18
|
27
|
+
gamesentenceminer-2.4.8.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|