forked from faush01/StrmExtract
-
Notifications
You must be signed in to change notification settings - Fork 52
Home
sjtuross edited this page Feb 4, 2025
·
29 revisions
- 下载
StrmAssistant.dll
放入配置目录中的plugins
目录 - 重启Emby
- 至插件页面检查版本及设置
注意:
- Emby最低版本要求
4.8.5.0
- 群晖套件安装参考矿神的文章 https://imnks.com/11166.html
- Lite版说明看 https://github.com/sjtuross/StrmAssistant/issues/62
插件通过计划任务实现自动更新,默认周期为每周随机时间点,也可以手工运行立刻更新。更新成功后会有Emby原生提示重启生效。
注意:
-
dll
的权限和所有者须跟其他插件dll
一致,否则自动更新可能因无写入权限而失败。 - 因GitHub API有限流阈值,如频繁遇到
Forbidden
更新错误或其他网络错误,可手工配置插件目录中的配置文件configuration\Strm Assistant.json
中的如下配置项。GitHubToken
用于解决更新检测遇到Forbidden
的问题,至 https://github.com/settings/tokens 创建一个tokens (classic),无需任何权限。GitHubProxy
用于解决一般网络问题。
"GitHubToken": "ghp_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
"GitHubProxy": "https://ghproxy.cc",
linux
tail -f -n 30 /你自己的路径/logs/embyserver.txt | grep 'Strm Assistant:'
win
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 theplugins
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.