mpv/player
Dudemanguy 6a365b258a player: delete watch_later file after successful load
Currently, mpv immediately deletes the watch_later file after an attempt
at playing the file is made. This is not really ideal because the file
may fail to load for a variety of reasons (including not even existing),
but the state is cleared anyway unconditionally. Instead, just wait
until after playback is successfully initialized before deleting it.
This way silly mistakes like forgetting to mount the drive doesn't
result in deleting your watch_later data. Fixes #3427.
2023-07-08 14:33:47 +00:00
..
javascript
lua osc: add toggle for forced-only subs 2023-06-25 11:01:58 +02: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
command.c command: add sub-forced-only-cur prop 2023-06-25 11:01:58 +02:00
command.h
configfiles.c player: delete watch_later file after successful load 2023-07-08 14:33:47 +00:00
core.h player: delete watch_later file after successful load 2023-07-08 14:33:47 +00:00
external_files.c player: don't load unwanted files after 519e56f 2023-06-07 10:17:28 +02:00
external_files.h
javascript.c various: fix warning -Wimplicit-const-int-float-conversion 2023-02-26 16:45:07 +01:00
loadfile.c player: delete watch_later file after successful load 2023-07-08 14:33:47 +00:00
lua.c json: unify json_parse depth to MAX_JSON_DEPTH=50 2023-07-08 11:36:15 +02: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: add "screenshot" logger 2023-07-01 02:05:23 +00:00
screenshot.h
scripting.c
sub.c sub: rewrite auto-forced-only support 2023-06-25 11:01:58 +02:00
video.c various: fix typos 2023-03-28 19:29:44 +00:00