2024-06-15, 08:42 PM
If these are PGS subs, why is the log indicating that it thinks they are SRT subs?
Looks like it extracted the subs on the fly.
But the Subtitle Extract plugin will extract subs ahead of time (you have to run the scheduled job).
Code:
[2024-06-15 14:35:38.417 -04:00] [ERR] [48] MediaBrowser.MediaEncoding.Subtitles.SubtitleEditParser: 184 errors encountered while parsing '"srt"' subtitle using the "SubRip" format parserLooks like it extracted the subs on the fly.
Code:
\"Jellyfin\Data\data\subtitles\2\21a463cd-7b45-5ed0-530b-09ff05b0eb5e.srt\" -map 0:7 -an -vn -c:s copy \"Jellyfin\Data\data\subtitles\f\f16a96a0-ab86-4d21-f65b-e65b456a12ec.srt\" -map 0:8 -an -vn -c:s copy \"Jellyfin\Data\data\subtitles\c\ca3ee801-9cdc-8bec-eb28-a7094d5335cd.srt\" -map 0:9 -an -vn -c:s copy \"Jellyfin\Data\data\subtitles\e\ecd922b7-7463-5441-a84d-987789e0438b.srt\" -map 0:10 -an -vn -c:s copy \"Jellyfin\Data\data\subtitles\f\f8a8afad-1933-28a6-ad34-b8f23a413ace.srt\" -map 0:11 -an -vn -c:s copy \"Jellyfin\Data\data\subtitles\f\f3123080-baa7-675b-c3dc-fc1c1d022ded.srt\" -map 0:12 -an -vn -c:s copy \"Jellyfin\Data\data\subtitles\e\ee30c199-d405-4220-f8cc-53162d276e4a.srt\" -map 0:13 -an -vn -c:s copy \"Jellyfin\Data\data\subtitles\3\3269565e-b988-7e92-8b6a-d4d2af49abb4.srt\" -map 0:14 -an -vn -c:s copy \"Jellyfin\Data\data\subtitles\7\71a0f755-9756-c543-4ae3-a78bf787d8ce.srt\" -map 0:15 -an -vn -c:s copy \"Jellyfin\Data\data\subtitles\c\c30d7ea3-1a4d-e709-3c41-1979010dbf78.srt\" -map 0:16 -an -vn -c:s copy \"Jellyfin\Data\data\subtitles\5\54800483-61cf-3154-9593-a68a6cde9017.srt\" -map 0:17 -an -vn -c:s copy \"Jellyfin\Data\data\subtitles\e\ea988142-4fae-0258-e037-a3de51318a9d.srt\" -map 0:18 -an -vn -c:s copy \"Jellyfin\Data\data\subtitles\0\0bc10b23-cea9-1768-f2e7-5530aebb80b8.srt\" -map 0:19 -an -vn -c:s copy \"Jellyfin\Data\data\subtitles\c\c9d99d3d-ab30-d74e-1012-fc240f25e8f7.srt\" -map 0:20 -an -vn -c:s copy \"Jellyfin\Data\data\subtitles\2\29e49679-7193-7f1b-1df1-e191dc48810e.srt\" -map 0:21 -an -vn -c:s copy \"Jellyfin\Data\data\subtitles\2\2acfe15a-1f1a-9baa-a4dd-5be76b8f836b.srt\" -map 0:22 -an -vn -c:s copy \"Jellyfin\Data\data\subtitles\5\5575e0ed-accd-c948-5b87-359bece218ae.srt\" -map 0:23 -an -vn -c:s copy \"Jellyfin\Data\data\subtitles\b\bca2b4e8-9ff9-a225-aeac-8180803c878a.srt\" -map 0:24 -an -vn -c:s copyBut the Subtitle Extract plugin will extract subs ahead of time (you have to run the scheduled job).

