From 8f3d0b5e532a1dfb52145875d4ee4376d0e0188b Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 6 Dec 2013 23:00:19 +0100 Subject: player: load external subs for uncompressed rar archives Uncompressed rar archives can be transparently opened, but the filename the player doesn't have the direct filename (but something starting with rar://... instead). This will lead to external subtitles not being loaded. This doesn't handle multi-volume rar files, but in that cases just use the --autosub-match=fuzzy option. Fixes #397 on github. --- stream/stream.h | 1 + 1 file changed, 1 insertion(+) (limited to 'stream/stream.h') diff --git a/stream/stream.h b/stream/stream.h index e4864f81b1..6d43f02a7c 100644 --- a/stream/stream.h +++ b/stream/stream.h @@ -100,6 +100,7 @@ enum stream_ctrl { STREAM_CTRL_GET_DVD_INFO, STREAM_CTRL_SET_CONTENTS, STREAM_CTRL_GET_METADATA, + STREAM_CTRL_GET_BASE_FILENAME, }; struct stream_lang_req { -- cgit v1.2.3