open-tv icon indicating copy to clipboard operation
open-tv copied to clipboard

Feature - Make window always on top

Open zeus1921 opened this issue 8 months ago • 5 comments

Image

Is it possible to make the window on top of everything?

zeus1921 avatar Apr 03 '25 19:04 zeus1921

global mpv parameters .. add --ontop or from mpv.conf ontop=yes if u cant find mpv conf add this line --log-file="%USERPROFILE%\Desktop\mpv_log.txt it will tell u where to add the conf file

larcn avatar Apr 04 '25 22:04 larcn

some other good option for the conf file save-position-on-quit=yes fs

and to make it ontop while playing only add this to the script folder https://github.com/mpv-player/mpv/blob/master/TOOLS/lua/ontop-playback.lua

larcn avatar Apr 04 '25 22:04 larcn

thanks!

zeus1921 avatar Apr 05 '25 11:04 zeus1921

This is added automatically for vods and series:

save-position-on-quit=yes 

If not this is a bug

Fredolx avatar Apr 07 '25 18:04 Fredolx

This is added automatically for vods and series:

save-position-on-quit=yes 

If not this is a bug

Yes, in the recent versions after epg and the program run in background/taskbar sometime the last position wasn’t saved automatically , so I had to manually force it .. i think i posted about it 1 or 2 time not sure about last 2 update coz i move back to ver 0.9

larcn avatar Apr 07 '25 19:04 larcn