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

[json] - move the initialisation of json-rpc from loadprofile into netwo... #1846

Closed
wants to merge 1 commit into from

Conversation

Memphiz
Copy link
Member

@Memphiz Memphiz commented Nov 25, 2012

...rk.startservices. This fixes the problem that json-rpc is not available during the login dialog in multi user environments.

@Montellese ftw :)

…twork.startservices. This fixes the problem that json-rpc is not available during the login dialog in multi user environments
@Montellese
Copy link
Member

The problem with making JSON-RPC available this early is that the behaviour on calls like VideoLibrary and AudioLibrary methods might be undefined because some profile might not have access to the video and/or audio library. Same problem with accessing sources through Files.GetDirectory and Files.GetFileDetails as some sources might be locked in one profile but not in another. I don't really know much about all this profile stuff as I've never ever used it so I don't know what exactly will happen.

@Memphiz
Copy link
Member Author

Memphiz commented Nov 25, 2012

Ok we consider this a known design problem for frodo imo (fixing it the way i proposed would introduce a lot of problems and support hassle). closed.

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

Successfully merging this pull request may close these issues.

3 participants