Commit 080540ae authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Improve the auto-load default preference

A lot of releases have subtitles in subs/ subfolder
(cherry picked from commit 2f35b8708c96bc1078ccf3aa3fd64d49f82e3952)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent a742ca13
......@@ -1797,9 +1797,9 @@ vlc_module_begin ()
add_integer( "sub-autodetect-fuzzy", 3,
SUB_FUZZY_TEXT, SUB_FUZZY_LONGTEXT, true )
#if defined( WIN32 ) || defined( __OS2__ )
# define SUB_PATH ".\\subtitles"
# define SUB_PATH ".\\subtitles, .\\subs"
#else
# define SUB_PATH "./Subtitles, ./subtitles"
# define SUB_PATH "./Subtitles, ./subtitles, ./Subs, ./subs"
#endif
add_string( "sub-autodetect-path", SUB_PATH,
SUB_PATH_TEXT, SUB_PATH_LONGTEXT, true )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment