endoreg-db 0.8.3.0__py3-none-any.whl → 0.8.3.1__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.
Potentially problematic release.
This version of endoreg-db might be problematic. Click here for more details.
- endoreg_db/services/video_import.py +3 -4
- {endoreg_db-0.8.3.0.dist-info → endoreg_db-0.8.3.1.dist-info}/METADATA +1 -1
- {endoreg_db-0.8.3.0.dist-info → endoreg_db-0.8.3.1.dist-info}/RECORD +5 -5
- {endoreg_db-0.8.3.0.dist-info → endoreg_db-0.8.3.1.dist-info}/WHEEL +0 -0
- {endoreg_db-0.8.3.0.dist-info → endoreg_db-0.8.3.1.dist-info}/licenses/LICENSE +0 -0
|
@@ -166,12 +166,12 @@ class VideoImportService():
|
|
|
166
166
|
return None
|
|
167
167
|
raise
|
|
168
168
|
|
|
169
|
-
# Create sensitive meta file, ensure raw is moved out of processing folder watched by file watcher.
|
|
170
|
-
self._create_sensitive_file()
|
|
171
|
-
|
|
172
169
|
# Create or retrieve video instance
|
|
173
170
|
self._create_or_retrieve_video_instance()
|
|
174
171
|
|
|
172
|
+
# Create sensitive meta file, ensure raw is moved out of processing folder watched by file watcher.
|
|
173
|
+
self._create_sensitive_file()
|
|
174
|
+
|
|
175
175
|
# Setup processing environment
|
|
176
176
|
self._setup_processing_environment()
|
|
177
177
|
|
|
@@ -244,7 +244,6 @@ class VideoImportService():
|
|
|
244
244
|
|
|
245
245
|
def _create_or_retrieve_video_instance(self):
|
|
246
246
|
"""Create or retrieve the VideoFile instance and move to final storage."""
|
|
247
|
-
# Removed duplicate import of VideoFile (already imported at module level)
|
|
248
247
|
|
|
249
248
|
self.logger.info("Creating VideoFile instance...")
|
|
250
249
|
|
|
@@ -600,7 +600,7 @@ endoreg_db/services/pseudonym_service.py,sha256=CJhbtRa6K6SPbphgCZgEMi8AFQtB18CU
|
|
|
600
600
|
endoreg_db/services/requirements_object.py,sha256=290zf8AEbVtCoHhW4Jr7_ud-RvrqYmb1Nz9UBHtTnc0,6164
|
|
601
601
|
endoreg_db/services/segment_sync.py,sha256=YgHvIHkbW4mqCu0ACf3zjRSZnNfxWwt4gh5syUVXuE0,6400
|
|
602
602
|
endoreg_db/services/storage_aware_video_processor.py,sha256=kKFK64vXLeBSVkp1YJonU3gFDTeXZ8C4qb9QZZB99SE,13420
|
|
603
|
-
endoreg_db/services/video_import.py,sha256=
|
|
603
|
+
endoreg_db/services/video_import.py,sha256=Ifl-x1WSlHEcA-Lzf75l_b84g8LqXXUA_OmENZhjv3A,47747
|
|
604
604
|
endoreg_db/tasks/upload_tasks.py,sha256=OJq7DhNwcbWdXzHY8jz5c51BCVkPN5gSWOz-6Fx6W5M,7799
|
|
605
605
|
endoreg_db/tasks/video_ingest.py,sha256=kxFuYkHijINV0VabQKCFVpJRv6eCAw07tviONurDgg8,5265
|
|
606
606
|
endoreg_db/tasks/video_processing_tasks.py,sha256=KjcERRJ1TZzmavBpvr6OsvSTUViU0PR1ECWnEdzu2Js,14140
|
|
@@ -784,7 +784,7 @@ endoreg_db/views/video/video_meta.py,sha256=C1wBMTtQb_yzEUrhFGAy2UHEWMk_CbU75WXX
|
|
|
784
784
|
endoreg_db/views/video/video_processing_history.py,sha256=mhFuS8RG5GV8E-lTtuD0qrq-bIpnUFp8vy9aERfC-J8,770
|
|
785
785
|
endoreg_db/views/video/video_remove_frames.py,sha256=2FmvNrSPM0fUXiBxINN6vBUUDCqDlBkNcGR3WsLDgKo,1696
|
|
786
786
|
endoreg_db/views/video/video_stream.py,sha256=kLyuf0ORTmsLeYUQkTQ6iRYqlIQozWhMMR3Lhfe_trk,12148
|
|
787
|
-
endoreg_db-0.8.3.
|
|
788
|
-
endoreg_db-0.8.3.
|
|
789
|
-
endoreg_db-0.8.3.
|
|
790
|
-
endoreg_db-0.8.3.
|
|
787
|
+
endoreg_db-0.8.3.1.dist-info/METADATA,sha256=M6P6tLtoK5aa7AEUO9ZjJxAIe96STW10oY4grrihNYU,14758
|
|
788
|
+
endoreg_db-0.8.3.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
789
|
+
endoreg_db-0.8.3.1.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
|
790
|
+
endoreg_db-0.8.3.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|