dyphire / mpv-config

本项目为 windows 下 mpv 播放器的配置文件 (This project is the configuration file of mpv player on Windows)
Other
725 stars 35 forks source link

求助,书签,最小化播放 #98

Closed Yumega closed 5 months ago

Yumega commented 5 months ago

怎么删除添加的书签 最小化的时候暂停播放了,怎么让最小化也能播放 有的直播源开始播放的时候,播放画面突然增大,如何保持播放尺寸

谢谢

nanachisol commented 5 months ago

mpv.conf文件注释掉这几行,取消最小化暂停。

[minimized]
 profile-desc=最小化时暂停
 profile-cond=window_minimized and vid and not get("current-tracks/video/albumart")
 profile-restore=copy-equal
 pause

可以修改mpv.conf文件中 autofit-smaller autofit-larger 或者 geometry 配置文件说的很详细。

书签是指simplebookmark吗? 删除记录可以参考simplebookmark.conf配置文件

#--键绑定,将用于根据光标位置删除条目
list_delete_keybind=["DEL"]

#--密钥绑定,将用于从列表中删除所有突出显示的条目
list_delete_highlighted_keybind=["SHIFT+DEL"]
dyphire commented 5 months ago

就如上面所说的