You are not logged in.
mpv on my 6 dfferent systems same problem.
HAPPENS on audio or video files.
Happens on tty or xterminal; not using mpv front end.
Changed from 0.36 to 0.37 [revered to 0.36 on main encode systems]
When i need to find edit points on media, use mpv to play to time then "q" end.
Here is an av line: AV: 00:00:09 / 00:00:10 (99%)
Now the 0.37 outputs over AV line "Exiting... (Quit)"
this not a OSD screen problem
Look at the git "ChangeLog" new option "--term-remaining-playtime "
did not make a difference YES/NO on above
Yesterday did a clean install on laptop with xterm and icewm [ no other apps] same problem
Last edited by carlday (2024-02-06 01:14:50)
Offline
I don't know solution for current version (except package recompile), but maybe some workarounds: you may use '--keep-open' option to not quit on exit and keep time, background process by ctrl+z and resume by % to save line with time and then you may exit. Also use pause when in need. Also you may use mplayer.
Last edited by xerxes_ (2024-02-03 18:26:56)
Offline
Does
mpv --term-status-msg='Time: ${=time-pos}\n'
help you out?
You'll have to file a bug upstream (somebody probably killed an \n)
Edit, @xerxes_: check "man mpv" for "--save-position-on-quit"
Last edited by seth (2024-02-03 21:30:43)
Offline
When 0.37 came out, could send stdout to file and get my AVtime, then had to fix missing cursor with tput cnorm
Offline
Feb 5 put up report github, closed very fast.
Dudemanguy committed Fix #13092 Dec 27 2023.
Maybe NEW version via PACMAN someday??
Last edited by carlday (2024-02-06 07:24:12)
Offline
There'll be a new package somewhen after the next release.
In teh meantime
Does
mpv --term-status-msg='Time: ${=time-pos}\n'
help you out?
Offline
From reading mpv github only do 2 releases per year. 37-1 and 37-2 are in pacman. maybe 0.38 ? some time?
Does show the time used only. [hate adding more "alias" to commands that are change to my dislike]
With a full system upgrade MPV 0.36 work OKay or pause output write on paper [ i am old]
Last edited by carlday (2024-02-06 09:56:37)
Offline
You can set the term-status to whatever you want, look around in this area https://man.archlinux.org/man/extra/mpv/mpv.1.en#time
The only relevant question is whether the explicit newline preserves the output after you quit.
Also you don't need any aliases, you can add default switches (w/o the leading "--") to ~/.config/mpv/mpv.conf
Offline