Notifiarr / website

Issue tracker for Notifiarr.com
https://notifiarr.com
6 stars 0 forks source link

Tautulli User Map - Map by ID #233

Closed bakerboy448 closed 1 year ago

bakerboy448 commented 1 year ago

Send the Plex User Id (user_id) for Tautulli User Map. This will allow the Site's Tautulli User Mapping to be ID based as Plex is now sending User Title in webhooks rather than User Name (or email like it used to back in the day). This will be a breaking change that will need to be swapped just prior to a new release.

Client GitHub Issue https://github.com/Notifiarr/notifiarr/issues/362

Client PR https://github.com/Notifiarr/notifiarr/pull/363

New Plex webhook snippet is

    [Account]
        [id] => =123456
        [thumb] => https://plex.tv/users/123456/avatar?c=123456
        [title] => Plex Account Title

before the username was sent instead.

austinwbest commented 1 year ago

Done