Delete mark duration
Hello, is it possible to make delete/undelete marks display longer on the screen? I had no complaints before I added the line "osd-playing-msg=${playlist}" in my mpv.conf file, so on every new file's playback I could see it's position in the playlist. But since then the delete/undelete marks disappear very shrortly (like 0.2 sec) and undelete all mark behaves like it used to, so the change affected only the former two. It looks like there are conflicts between those 2 messages (delete and playlist). Additional question (and solution in a way) is can I move all those 3 marks below, like in the lower left area? I ask this because there is an alternative playlist option (it's a lua script which automatically displays playlist whenever I play a file - "file-loaded", function()"). The playlist that this lua script displays is actually better since it's font size is smaller and it has less items in the playlist. But the problem is the playlist covers the delete/undelete marks. So I could either move the playlist (found no solution, looks like osc-messages can't be moved around..) or the marks your script produces to the lower position.
Update I figured out if you change the line mp.osd_message("deleting current file") into mp.osd_message("deleting current file", 10000) the message indeed stays for 10 seconds. But together with osd-playing-msg="$playlist" in mpv.conf file there is still some conflict and the marks messages dissapear immediately. I alsto tried to put osd-duration=5000 or 10000 in mpv.conf file to no avail.
what makes it 10 seconds? if i put 10000 it stays on for 10000 seconds