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

Allow POST of user settings #17

Open
Omertron opened this issue Jun 4, 2013 · 2 comments
Open

Allow POST of user settings #17

Omertron opened this issue Jun 4, 2013 · 2 comments

Comments

@Omertron
Copy link
Member

Omertron commented Jun 4, 2013

We're going to want to send over settings for users or skin so we can do on the fly adjustments. We can local save that info and that may happen anyway but there should be the option to server side store settings so you could pick them up from another tv.. I don't want these in database so maybe a properties type file? the db is too easy to blow away and not keep your settings.

So we'll need api commands for things like this.

@Omertron
Copy link
Member Author

Perhaps in line with #44

@jluc2808
Copy link
Member

actually i store settings for skin (bikini) in the db , this is a good way to retrieve settings for various parameters which could ajust settings according with the device where the skin is displayed.
all theses settings are using only API to store / fetch info; So if the API is wrong the request is not executed , if the API is ok the request is performed and i don't saw any problems with.

do we talk about the same ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants