0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 20:03:10 +02:00

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.
This commit is contained in:
nodiscc 2017-05-30 21:08:32 +02:00 committed by Rostislav Pehlivanov
parent c443aa68d3
commit 969c25d2f7

View File

@ -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