Use ffmpeg parsing for media probe metadata and remove ffprobe bundling

This commit is contained in:
2026-05-22 03:08:36 +00:00
parent 7eb81877fd
commit 0660b4e9d2
6 changed files with 143 additions and 155 deletions
+2
View File
@@ -47,6 +47,8 @@ export interface Torrent {
quality: string | null;
codec: string | null;
audio: string | null;
audio_languages: string[] | null;
subtitle_languages: string[] | null;
encoder: string | null;
size: number | null;
added_at: number | null;