-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
64 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
||
|
||
|