luigi311 / JellyPlex-Watched

Sync watched between jellyfin and plex locally
GNU General Public License v3.0
394 stars 22 forks source link

Reasoning behind using user.title #70

Closed Nicba1010 closed 1 year ago

Nicba1010 commented 1 year ago

Hi,

a question. Why are user titles used instead of usernames to identify plex users? Aren't usernames much less likely to change?

luigi311 commented 1 year ago

No real reason behind it, looking at the docs it shows title might just be a alias to username. I am fine with swapping over to username since that makes sense.

https://python-plexapi.readthedocs.io/en/latest/modules/myplex.html#plexapi.myplex.MyPlexUser

luigi311 commented 1 year ago

I have defaulted to usernames and made it fall back to title as plex home managed users do not have usernames.