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
2.2.2
Docker
主程序
目前使用Jellyseerr订阅的所有资源,推送到MP后都会显示为Seerr订阅。希望能在MP的“用户管理”中,增加对Jellyseerr的用户名相对应进行账号绑定,从而可以更方便的在MP后台和推送通知处更方便直观的知道订阅的用户是谁。
No response
The text was updated successfully, but these errors were encountered:
查询接口定义,Jellyseerr的请求没有上送用户ID。
Sorry, something went wrong.
我看了一下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} 可以获取用户名
{ "mediaType": "movie", "mediaId": 123, "tvdbId": 123, "seasons": [ 0 ], "is4k": false, "serverId": 0, "profileId": 0, "rootFolder": "string", "languageProfileId": 0, "userId": 2 }
门外汉,不清楚这些算不算接口定义,错了的话见笑了
@ericlokz 要查Sonarr和Radarr的文档吧
文档里确实找不到相关的API。但是在Jellyseerr的后台设置中,添加Radarr、Sonarr 时,在设置页面的最下方有一个新的设置项,以下为设置的介绍。
”Tag Requests 標籤請求,Automatically add an additional tag with the requester's user ID & display name 自動添加一個額外的標籤,包含請求者的用戶 ID 和顯示名稱”。
这个能否能理解成Jellyseerr可以用发送标签的方法发送用户ID和用户呢?
No branches or pull requests
当前程序版本
2.2.2
运行环境
Docker
功能改进类型
主程序
功能改进
目前使用Jellyseerr订阅的所有资源,推送到MP后都会显示为Seerr订阅。希望能在MP的“用户管理”中,增加对Jellyseerr的用户名相对应进行账号绑定,从而可以更方便的在MP后台和推送通知处更方便直观的知道订阅的用户是谁。
参考资料
No response
The text was updated successfully, but these errors were encountered: