Replies: 3 comments 4 replies
-
|
这个脚本报错时会在缩略图缓存目录生成脚本自己的log,你可以看看 |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
编译的时候用luajit,别用lua |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
我记得这个缩略图脚本本来就不适配在线播放吧? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
背景
本人目前使用 ArchLinux 作为次主力系统,在将基于本项目的mpv配置文件迁移到 ArchLinux 上。
目前已通过配置文件修改后端接口 1 2,手动安装本项目可用依赖的方式解决了绝大部分控制台 error 与 warning。
问题
目前在线播放时会遇到 [thumbnailer_worker] 报错,离线播放时会遇到 [thumbnailer_workerX] 报错(图如下所示)
看到脚本有写 Linux 判断逻辑,不过咱不懂这个所以也不清楚(((
最后尝试安装的本项目可选依赖是 mimallow,但还未进行配置
也不会配置实在不知道问题出在哪儿,只好过来询问询问(
信息
控制台截图
看着离线播放的报错每次都不太一样
脚本log信息
脚本log中[e]的大多是[mpv][ffmpeg]这些
在线播放差不多这些,考虑缩略图没有正常加载,也正常
离线的没看到log
使用的 mpv 本体与安装的依赖
ArchLinux 已经是最新
archlinuxcn/mpv-git 0.34.0_220_gb15b3f6711-1
core/python 3.10.2-1
是的vapoursynth没报版本错误community/vapoursynth R57-2
extra/ffmpeg 2:5.0-4
coummunity/yt-dlp 2022.02.04-2
extra/tcl 8.6.12-3
extra/tk 8.6.12-1
aur/vapoursynth-plugin-mvtools 23-1
aur/vapoursynth-plugin-svpflow1 4.2.0.142-2
aur/vapoursynth-plugin-svpflow2-bin 4.3.0.168-1
aur/vapoursynth-plugin-temporalsoften2-git v1.1.ga133670-1
community/mimalloc 2.0.5-1对解决问题无用所以先卸了Beta Was this translation helpful? Give feedback.
All reactions