mpv/player
Arthur Williams 46ee31b655 player: don't load unwanted files after 519e56f
519e56f caused an attempt to get the language even if the file name
didn't start with the movie title. However, detecting a language when
fuzz >= 1 or the language is known, caused prio to be non-zero which
caused the file to be included regardless of its name. This shouldn't be
the behavior when sub-auto != all.

Now all the prio updates that depend on lang will only happen if the
file in question starts with the movie name. Since language was never
detected before if this wasn't true, the behavior should be the same as
before 519e56f when sub-auto != all.

Closes: #11749
2023-06-07 10:17:28 +02:00
..
javascript lua/js: remove user-data helpers 2023-01-29 01:52:31 +02:00
lua lua: read_options: find script-opts prefix at index 1 exactly 2023-06-01 15:11:55 +03:00
audio.c audio: remove a duplicate clearing of a struct variable 2023-02-27 17:02:19 +00:00
client.c options: read config file as stream 2023-04-29 22:34:54 +00:00
client.h scripting: remove race condition when toggling internal scripts 2020-03-26 23:59:44 +01:00
command.c player: set playlist title to media title if not set already 2023-03-24 02:28:49 +00:00
command.h player: make deprecated track/chapter/metadata events internal 2021-12-15 12:29:10 +01:00
configfiles.c player: improve diagnostics around writing watch_later files 2023-05-21 20:11:24 +02:00
core.h player: use XDG_STATE_HOME for watch_later 2023-05-09 20:37:17 +00:00
external_files.c player: don't load unwanted files after 519e56f 2023-06-07 10:17:28 +02:00
external_files.h player: add automatic loading of external cover art files 2020-09-28 00:12:52 +02:00
javascript.c various: fix warning -Wimplicit-const-int-float-conversion 2023-02-26 16:45:07 +01:00
loadfile.c loadfile: strongly prefer that all streams are from the same program 2023-03-03 23:54:46 -06:00
lua.c various: fix various typos in the code base 2023-03-28 19:29:44 +00:00
main.c options: read config file as stream 2023-04-29 22:34:54 +00:00
misc.c vo_wayland: fix warning -Wvoid-pointer-to-enum-cast 2023-02-26 16:45:07 +01:00
osd.c various: drop unused #include "config.h" 2023-02-20 14:21:18 +00:00
playloop.c various: drop unused #include "config.h" 2023-02-20 14:21:18 +00:00
screenshot.c player/screenshot: avoid non-sRGB spaces with --screenshot-tag-csp=no 2023-04-10 18:29:56 -04:00
screenshot.h player: make screenshot each-frame mode more accurate 2020-02-07 13:32:21 +01:00
scripting.c player/scripting: fix use-after-free when loading script folders 2021-04-08 23:47:35 +03:00
sub.c various: drop unused #include "config.h" 2023-02-20 14:21:18 +00:00
video.c various: fix typos 2023-03-28 19:29:44 +00:00