From 969c25d2f7be931374f061b351f33ebaa429ab2d Mon Sep 17 00:00:00 2001 From: nodiscc Date: Tue, 30 May 2017 21:08:32 +0200 Subject: OSD message: "Drop files or URLs to play here." Add "or URLs" to the default OSD message when mpv is launched without parameters. Since this works flawlessly with youtube-dl integration, the fact that you can drop URLs directly to the window should be advertised more. --- player/lua/osc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'player') diff --git a/player/lua/osc.lua b/player/lua/osc.lua index 093f4e3020..4169634ff8 100644 --- a/player/lua/osc.lua +++ b/player/lua/osc.lua @@ -2202,7 +2202,7 @@ function tick() ass:new_event() ass:pos(320, icon_y+65) ass:an(8) - ass:append("Drop files to play here.") + ass:append("Drop files or URLs to play here.") mp.set_osd_ass(640, 360, ass.text) if state.showhide_enabled then -- cgit v1.2.3