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

[Feature Request]: 希望可以在MP的“用户管理”中增加对Jellyseerr的账号绑定 #3765

Open
ericlokz opened this issue Jan 20, 2025 · 4 comments

Comments

@ericlokz
Copy link

ericlokz commented Jan 20, 2025

当前程序版本

2.2.2

运行环境

Docker

功能改进类型

主程序

功能改进

目前使用Jellyseerr订阅的所有资源,推送到MP后都会显示为Seerr订阅。希望能在MP的“用户管理”中,增加对Jellyseerr的用户名相对应进行账号绑定,从而可以更方便的在MP后台和推送通知处更方便直观的知道订阅的用户是谁。

参考资料

No response

@jxxghp
Copy link
Owner

jxxghp commented Jan 20, 2025

查询接口定义,Jellyseerr的请求没有上送用户ID。

@ericlokz
Copy link
Author

我看了一下Jellyseerr的API文档,其中的request里的 POST /request Create new request里是附带有发送userID数据的。
{ "mediaType": "movie", "mediaId": 123, "tvdbId": 123, "seasons": [ 0 ], "is4k": false, "serverId": 0, "profileId": 0, "rootFolder": "string", "languageProfileId": 0, "userId": 2 }
,然后在USERS项里的 GET /user/{userID} 可以获取用户名


门外汉,不清楚这些算不算接口定义,错了的话见笑了

@jxxghp
Copy link
Owner

jxxghp commented Jan 20, 2025

@ericlokz 要查Sonarr和Radarr的文档吧

@ericlokz
Copy link
Author

文档里确实找不到相关的API。但是在Jellyseerr的后台设置中,添加Radarr、Sonarr 时,在设置页面的最下方有一个新的设置项,以下为设置的介绍。

”Tag Requests 標籤請求,Automatically add an additional tag with the requester's user ID & display name
自動添加一個額外的標籤,包含請求者的用戶 ID 和顯示名稱”。

这个能否能理解成Jellyseerr可以用发送标签的方法发送用户ID和用户呢?

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

No branches or pull requests

2 participants