Use ffmpeg parsing for media probe metadata and remove ffprobe bundling
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user