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

All user profile settings are not being applied for invited users #76

Closed
xd003 opened this issue Apr 5, 2021 · 9 comments
Closed

All user profile settings are not being applied for invited users #76

xd003 opened this issue Apr 5, 2021 · 9 comments

Comments

@xd003
Copy link

xd003 commented Apr 5, 2021

Describe the bug

Describe the problem, and what you would expect if it isn't clear already.

I have created a user profile with all the settings as needed. While inviting a user , i am using that profile but all of the settings from user profile template is not getting applied for invited users

To be very specific , i noticed these 2 settings not being applied at all

  1. Max Simulatanous video streams ( i have kept this at 5 , still for invited user its unlimited )
  2. Hide this user from login screens on devices they have never signed into ( i have checked this but for invited user its unchecked )

My server type is Emby

Platform/Version
jfa docker v0.3.2

@hrfee
Copy link
Owner

hrfee commented Apr 5, 2021

Ah sorry, I don't do much testing on Emby so bugs are likely. I'll look into this now.

@hrfee hrfee closed this as completed in f53c852 Apr 5, 2021
@hrfee
Copy link
Owner

hrfee commented Apr 5, 2021

Ah, these settings (and a couple others) were missing from the Policy struct in the mediabrowser library. Just updated it to include them, new jfa-go is building now, should be done in <10min. You'll need to switch to the hrfee/jfa-go:unstable docker build for the time being.

@xd003
Copy link
Author

xd003 commented Apr 5, 2021

Sure , thanks for quick resolution of issue . I will definitely test it out . There's one other issue which i have noticed ( unrelated to this one ) so will open a new issue for that .Cheers

@xd003
Copy link
Author

xd003 commented Apr 5, 2021

@hrfee i just now tested this with hrfee/jfa-go:unstable . Out of the 2 options that i mentioned , the first one ( Max Simulatanous video streams ) is now getting applied for invited users but ( Hide this user from login screens on devices they have never signed into) this option is still not getting applied. I think this might be happening since this particular option is not present in Jellyfin

@hrfee hrfee reopened this Apr 5, 2021
@hrfee
Copy link
Owner

hrfee commented Apr 5, 2021

Nevermind, just realised I don't even have that last setting on my testing emby, I thought you were talking about Hide this user from login screens when connected remotely. I'll update now and add it.

@hrfee
Copy link
Owner

hrfee commented Apr 5, 2021

Which version of emby are you using? I still don't see the setting. nvm, got it on the beta version.

hrfee added a commit that referenced this issue Apr 5, 2021
One last missing field added for #76.
@hrfee
Copy link
Owner

hrfee commented Apr 5, 2021

Added, give it a try once its built.

@xd003
Copy link
Author

xd003 commented Apr 5, 2021

Sure , will report here as soon as the docker becomes available

@xd003
Copy link
Author

xd003 commented Apr 5, 2021

Thank you the issue has now been fixed for both of the options i had mentioned

@xd003 xd003 closed this as completed Apr 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants