mpv/player/lua
Christoph Heinrich 08dd30fde8 ytdl_hook: improve track detection
Every format that was not detected as a video format was added to the
audio tracks. This resulted in e.g. YouTube storyboards from ending up
in the list of audio tracks.

Now formats that are already known to be neither video formats nor audio
formats, will also not end up in any track list.

Formats where it is unknown if they are video or audio get added to
tracks if `force_all_formats` is used, otherwise only
formats that are known to contain video or audio become video or audio
tracks respectively.

https://github.com/yt-dlp/yt-dlp/issues/4373#issuecomment-1186637357
2022-08-17 20:04:00 +00:00
..
assdraw.lua osc: improve look of seekranges 2019-09-02 01:11:04 +03:00
auto_profiles.lua auto_profiles.lua: don't warn if profile-restore=default 2022-01-30 15:13:10 +02:00
console.lua console.lua: don't render a 2nd cursor on the OSC 2022-05-01 21:48:20 +10:00
defaults.lua lua: command_native_async: make the callback optional 2022-06-22 14:44:52 +03:00
options.lua options.lua: remove unused function 2022-04-08 19:20:49 +03:00
osc.lua osc.lua: add osc-tcspace script option 2022-07-19 23:19:45 +03:00
stats.lua various: remove trailing whitespace 2022-05-14 14:51:34 +00:00
ytdl_hook.lua ytdl_hook: improve track detection 2022-08-17 20:04:00 +00:00