-
-
Notifications
You must be signed in to change notification settings - Fork 562
Description
Description
Please remove "USER NUMBER" from the User tagging being sent to the *arr.
Feature of tagging requests in the *arr with the user who requested it (#201) works well.
It lists the Jellyseerr "ID" a "space dash space" "Jellyseerr username" in the arr. So user #13 with a name of "TomJones" will show up in the arr next to the title as "13 - TomJones". In ombi, it would just list "TomJones".
While there may be some use case to having the ID number listed, I can say for sure, there is also use case for it to not be listed.
Desired Behavior
A more powerful and truly flexible solution would be to:
When user tagging is enabled:
allow the administrator of Jellyseerr to chose the format of said tag... to include:
-
PREFIX_TEXT (optional) -
ID# (required if USERNAME is not selected, otherwise optional) -
SEPARATOR (text, optional but only enables if ID# and USERNAME is selected) -
USERNAME (required if ID# is not selected, otherwise optional) -
SUFFIX_TEXT (optional)
This would allow the existing behavior, as well as allow the admin flexibility over the tags being added to other applications including the case matching ombi's behavior.
Additional Context
No response
Code of Conduct
- I agree to follow Jellyseerr's Code of Conduct