1. 新增BDInfo解析

2. 优化MediaInfo显示
3. 修改MediaInfo和BDInfo支持多语言
This commit is contained in:
tonghoil
2025-09-14 21:30:18 +08:00
parent 01cbb0fa61
commit 0ff6f4a559
12 changed files with 1267 additions and 28 deletions
+14
View File
@@ -86,6 +86,20 @@ return [
'logs_label' => 'Approval logs'
],
'show_hide_media_info' => 'Show/Hide raw MediaInfo',
'show_hide_bd_info' => 'Show/Hide raw BDInfo',
'collapse_show_more_audio' => 'Collapse/Expand more audio tracks',
'collapse_show_more_subtitles' => 'Collapse/Expand more subtitles',
'technicalinfo_duration' => 'Duration',
'technicalinfo_resolution' => 'Resolution',
'technicalinfo_bit_rate' => 'Bit Rate',
'technicalinfo_bit_depth' => 'Bit Depth',
'technicalinfo_frame_rate' => 'Frame Rate',
'technicalinfo_profile' => 'Profile',
'technicalinfo_format' => 'Format',
'technicalinfo_extras' => 'Extras',
'technicalinfo_ref_frames' => 'Ref.Frames',
'technicalinfo_audio' => 'Audio #',
'technicalinfo_subtitles' => 'Subtitles #',
'promotion_time_types' => [
\App\Models\Torrent::PROMOTION_TIME_TYPE_GLOBAL => 'Global',
\App\Models\Torrent::PROMOTION_TIME_TYPE_PERMANENT => 'Permanent',