Skip to content

Commit

Permalink
initial mpvnet works
Browse files Browse the repository at this point in the history
  • Loading branch information
hooke007 committed Feb 4, 2022
1 parent 23d7c34 commit 741ddd1
Show file tree
Hide file tree
Showing 4 changed files with 64 additions and 0 deletions.
Binary file added mpvnet/mpvnet注册表信息清理.reg
Binary file not shown.
18 changes: 18 additions & 0 deletions mpvnet/mpvnet设置重置与缓存清理.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
@echo off

cd /D %~dp0\portable_config
echo ==================
del input.conf
del mpv.conf
del mpvnet.conf
del settings.xml
echo ==================
echo 清理缓存:校色档
del icc_cache\*.*
echo 清理缓存:着色器
del shaders_cache\*.*
echo 缓存:文件状态记录
del watch_later\*.*
echo ==================
echo 全部执行完毕
pause
7 changes: 7 additions & 0 deletions mpvnet/portable_config/profiles.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
##⇘⇘基本说明 —— 推荐将配置组写在此处
##官方手册定位: https://mpv.io/manual/master/#profiles
##实例可参考: https://github.com/hooke007/MPV_lazy/blob/master/portable_config/profiles.conf

[extension.vpy]
demuxer-lavf-format = vapoursynth

39 changes: 39 additions & 0 deletions mpvnet/portable_config/theme.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
##自定色配色主题 格式示例

#配色方案名
[example]

#大小标题和参数名(mpv.conf编辑器)
heading = #RRGGBB
#参数说明和参数值(mpv.conf编辑器)
foreground = #RRGGBB
#参数值的解释(mpv.conf编辑器)
foreground2 = #RRGGBB
#背景(mpv.conf编辑器)
background = #RRGGBB
#停留高亮(mpv.conf编辑器)
highlight = #RRGGBB

#菜单 字符
menu-foreground = #RRGGBB
#菜单 背景
menu-background = #RRGGBB
#菜单 停留高亮
menu-highlight = #RRGGBB



[DIY]

heading = #RRGGBB
foreground = #RRGGBB
foreground2 = #RRGGBB
background = #RRGGBB
highlight = #RRGGBB

menu-foreground = #RRGGBB
menu-background = #RRGGBB
menu-highlight = #RRGGBB



0 comments on commit 741ddd1

Please sign in to comment.