GameSentenceMiner 2.8.21__py3-none-any.whl → 2.8.22__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/ffmpeg.py +1 -1
- {gamesentenceminer-2.8.21.dist-info → gamesentenceminer-2.8.22.dist-info}/METADATA +1 -1
- {gamesentenceminer-2.8.21.dist-info → gamesentenceminer-2.8.22.dist-info}/RECORD +7 -7
- {gamesentenceminer-2.8.21.dist-info → gamesentenceminer-2.8.22.dist-info}/WHEEL +0 -0
- {gamesentenceminer-2.8.21.dist-info → gamesentenceminer-2.8.22.dist-info}/entry_points.txt +0 -0
- {gamesentenceminer-2.8.21.dist-info → gamesentenceminer-2.8.22.dist-info}/licenses/LICENSE +0 -0
- {gamesentenceminer-2.8.21.dist-info → gamesentenceminer-2.8.22.dist-info}/top_level.txt +0 -0
GameSentenceMiner/ffmpeg.py
CHANGED
@@ -247,7 +247,7 @@ def trim_audio_based_on_last_line(untrimmed_audio, video_path, game_line, next_l
|
|
247
247
|
logger.info(f"Audio trimmed and saved to {trimmed_audio}")
|
248
248
|
return trimmed_audio
|
249
249
|
|
250
|
-
def get_video_timings(video_path, game_line, anki_card_creation_time):
|
250
|
+
def get_video_timings(video_path, game_line, anki_card_creation_time=None):
|
251
251
|
if anki_card_creation_time and get_config().advanced.use_anki_note_creation_time:
|
252
252
|
file_mod_time = anki_card_creation_time
|
253
253
|
else:
|
@@ -3,7 +3,7 @@ GameSentenceMiner/anki.py,sha256=OCLgZa-iEp93v-R0zKFkDCjule_EAoP5rIqtnMHLnOw,142
|
|
3
3
|
GameSentenceMiner/config_gui.py,sha256=R7pUJDXCP7unGtBpuUjL0-8iWvY6LXRCYckHIrwkvF8,74207
|
4
4
|
GameSentenceMiner/configuration.py,sha256=ndnxuQbLfhMruHld-yK3UjWt1DcXlVhaLRZD8l6SJ0E,22562
|
5
5
|
GameSentenceMiner/electron_config.py,sha256=dGcPYCISPehXubYSzsDuI2Gl092MYK0u3bTnkL9Jh1Y,9787
|
6
|
-
GameSentenceMiner/ffmpeg.py,sha256=
|
6
|
+
GameSentenceMiner/ffmpeg.py,sha256=MUfKfqM8CoxPwH6Glo0JnGJjxmD4htM9Y3rf0ZysbRk,14663
|
7
7
|
GameSentenceMiner/gametext.py,sha256=pyIjMxMgKAAIyKzvtq8FV-zdg1ETRf7GVgkE19_2-B4,5513
|
8
8
|
GameSentenceMiner/gsm.py,sha256=B-84l3mCT4N1jidelXI0N8L9VPVdWcjoYl2NiS_xI_c,25388
|
9
9
|
GameSentenceMiner/model.py,sha256=JdnkT4VoPOXmOpRgFdvERZ09c9wLN6tUJxdrKlGZcqo,5305
|
@@ -51,9 +51,9 @@ GameSentenceMiner/web/static/web-app-manifest-512x512.png,sha256=wyqgCWCrLEUxSRX
|
|
51
51
|
GameSentenceMiner/web/templates/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
52
52
|
GameSentenceMiner/web/templates/text_replacements.html,sha256=tV5c8mCaWSt_vKuUpbdbLAzXZ3ATZeDvQ9PnnAfqY0M,8598
|
53
53
|
GameSentenceMiner/web/templates/utility.html,sha256=NUp4Yjs6_j7YeqsM2rcF0LzwS6nXSBUWJDl-k2E8BbM,16270
|
54
|
-
gamesentenceminer-2.8.
|
55
|
-
gamesentenceminer-2.8.
|
56
|
-
gamesentenceminer-2.8.
|
57
|
-
gamesentenceminer-2.8.
|
58
|
-
gamesentenceminer-2.8.
|
59
|
-
gamesentenceminer-2.8.
|
54
|
+
gamesentenceminer-2.8.22.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
55
|
+
gamesentenceminer-2.8.22.dist-info/METADATA,sha256=t2YXRmOxLBgkzY8WvgJs81x1skTA-2SrqtqoXC3s5kc,5933
|
56
|
+
gamesentenceminer-2.8.22.dist-info/WHEEL,sha256=0CuiUZ_p9E4cD6NyLD6UG80LBXYyiSYZOKDm5lp32xk,91
|
57
|
+
gamesentenceminer-2.8.22.dist-info/entry_points.txt,sha256=2APEP25DbfjSxGeHtwBstMH8mulVhLkqF_b9bqzU6vQ,65
|
58
|
+
gamesentenceminer-2.8.22.dist-info/top_level.txt,sha256=V1hUY6xVSyUEohb0uDoN4UIE6rUZ_JYx8yMyPGX4PgQ,18
|
59
|
+
gamesentenceminer-2.8.22.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|