1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-25 08:12:17 +00:00
mpv/player
wm4 1d2a111337 player: strip 'file://' from filenames on playback start
This fixes two things:

1. Dropping files on the VO window will auto-load subtitles (since most
   drag & drop code prefixes the filenames with 'file://', and the
   subtitle auto-load code considers 'file://' non-local)
2. Fix behavior of the %x screenshot filename template (similar problem)

One could force all that code to special-case 'file://' URLs, but just
replacing the filename on playback start is simpler.
2014-01-08 21:46:42 +01:00
..
lua osc: use mp.send_commandv 2013-12-20 18:02:01 +01:00
timeline stream: mp_msg conversions 2013-12-21 21:43:16 +01:00
audio.c Fix audio delay inversion 2014-01-06 18:40:31 +01:00
command.c audio: fix previous commit 2014-01-06 18:51:02 +01:00
command.h m_property: mp_msg conversions 2013-12-21 21:04:21 +01:00
configfiles.c player: load encoding-profiles.conf before the main config 2014-01-01 19:25:52 +01:00
core.h player: don't select subtitles added from quvi by default 2014-01-05 16:15:30 +01:00
dvdnav.c dvdnav: set correct stride for fake highlights 2014-01-03 16:45:59 +01:00
loadfile.c player: strip 'file://' from filenames on playback start 2014-01-08 21:46:42 +01:00
lua.c msg: rename mp_msg_log -> mp_msg 2013-12-21 22:13:04 +01:00
lua.h Rename mp_lua.c/h to lua.c/h 2013-12-17 01:15:48 +01:00
main.c Windows: use the GUI subsystem, attach to console 2014-01-02 05:30:49 +01:00
misc.c Split mpvcore/ into common/, misc/, bstr/ 2013-12-17 02:39:45 +01:00
osd.c player: always ise [statusline] for terminal OSD 2014-01-05 20:15:19 +01:00
playloop.c player: fix setting smaller timeout on Windows systems 2014-01-08 19:16:30 +01:00
screenshot.c screenshot: add format specifiers to get file directory path 2014-01-08 21:09:01 +01:00
screenshot.h
sub.c Fix subtitle delay inversion 2014-01-06 17:09:31 +01:00
video.c video: fix --brightness etc. options 2013-12-29 22:18:27 +01:00