Skip to content
New issue

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

通用回调功能 #242

Open
MindFollowing opened this issue Jan 4, 2024 · 3 comments
Open

通用回调功能 #242

MindFollowing opened this issue Jan 4, 2024 · 3 comments

Comments

@MindFollowing
Copy link

例如刷新以下资料库前,创建的外部接口功能。
Emby
Jellyfin
Plex
目前因为采用了alist,alist默认会存在缓存否则容易频繁刷新阿里云盘导致接口滥用。因此未刷新alist情况下,Emby,Jellyfin,Plex读取到的都是缓存,即视频未入库,这些媒体服务无法刷新获取到。相当于废弃了这个功能。请添加alist的刷新或增加回调功能

回调时需要必要的parentFileId或者完整的储存路径。

@z-henry
Copy link

z-henry commented Jan 11, 2024

我自己有一个解决方案可以分享一下。
我用自建了一个http请求服务器(node-red),接受aliyun-sub的自定义请求
实现了先调用alist的api刷新目录缓存,随后调用emby刷新指定媒体库。
parentfiled确实没有字段,所以我在创建订阅的时候,把路径写到了title主题里。
image

@MindFollowing
Copy link
Author

我自己有一个解决方案可以分享一下。 我用自建了一个http请求服务器(node-red),接受aliyun-sub的自定义请求 实现了先调用alist的api刷新目录缓存,随后调用emby刷新指定媒体库。 parentfiled确实没有字段,所以我在创建订阅的时候,把路径写到了title主题里。 image

想法不错,现阶段只能替代自定义通知实现了

@xuanqb
Copy link

xuanqb commented Jul 18, 2024

我自己有一个解决方案可以分享一下。 我用自建了一个http请求服务器(node-red),接受aliyun-sub的自定义请求 实现了先调用alist的api刷新目录缓存,随后调用emby刷新指定媒体库。 parentfiled确实没有字段,所以我在创建订阅的时候,把路径写到了title主题里。 image

去年我也实现了一套刷新alist和emby的接口,现在迁到CloudDrive了就不用搞这套了

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants