插件通过计划任务实现自动更新,默认周期为每周随机时间点,也可以手工运行立刻更新。更新成功后会有Emby原生提示重启生效。如遇更新失败,请至控制台查看详细错误信息。
"GitHubToken": "ghp_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
"GitHubProxy": "https://ghfast.top",
如果启用了中文搜索增强
,须取消勾选中文搜索增强
开关,保存后按提示重启一次Emby,启动时会自动恢复官方的全文索引。然后就可以按常规方式卸载插件了。
永久卸载插件前,须完成中文搜索增强关闭步骤,切勿直接去插件页面卸载或者直接删除插件dll文件,否则会造成数据库无法读写,会有如下错误日志
SQLitePCL.pretty.SQLiteException: Error: no such tokenizer: simple
linux
tail -f -n 30 /你自己的路径/logs/embyserver.txt | grep 'Strm Assistant:'
Get-Content -Path "$env:AppData\Emby-Server\programdata\logs\embyserver.txt" -Tail 30 -Wait | Where-Object { $_ -match "Strm Assistant:" }
Improve initial playback start speed
Solve potential no progress bar issue
Capture image for video without poster
Playback behavior-based intro and credits detection
Download StrmAssistant.dll
to the plugins
folder
Restart Emby
Go to the Plugins page and check the plugin version and settings
Suggest removing InfuseSync
plugin if installed. It might have thread-safe bug which could cause Emby to crash when media info extraction runs concurrently on some CPU platforms. For details, refer to known issue.