We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
例如刷新以下资料库前,创建的外部接口功能。 Emby Jellyfin Plex 目前因为采用了alist,alist默认会存在缓存否则容易频繁刷新阿里云盘导致接口滥用。因此未刷新alist情况下,Emby,Jellyfin,Plex读取到的都是缓存,即视频未入库,这些媒体服务无法刷新获取到。相当于废弃了这个功能。请添加alist的刷新或增加回调功能
回调时需要必要的parentFileId或者完整的储存路径。
The text was updated successfully, but these errors were encountered:
我自己有一个解决方案可以分享一下。 我用自建了一个http请求服务器(node-red),接受aliyun-sub的自定义请求 实现了先调用alist的api刷新目录缓存,随后调用emby刷新指定媒体库。 parentfiled确实没有字段,所以我在创建订阅的时候,把路径写到了title主题里。
Sorry, something went wrong.
想法不错,现阶段只能替代自定义通知实现了
去年我也实现了一套刷新alist和emby的接口,现在迁到CloudDrive了就不用搞这套了
No branches or pull requests
例如刷新以下资料库前,创建的外部接口功能。
Emby
Jellyfin
Plex
目前因为采用了alist,alist默认会存在缓存否则容易频繁刷新阿里云盘导致接口滥用。因此未刷新alist情况下,Emby,Jellyfin,Plex读取到的都是缓存,即视频未入库,这些媒体服务无法刷新获取到。相当于废弃了这个功能。请添加alist的刷新或增加回调功能
回调时需要必要的parentFileId或者完整的储存路径。
The text was updated successfully, but these errors were encountered: