Page 1 of 1

CDS API - Login Problem

PostPosted: Tue Dec 25, 2012 6:50 am
by kevin.trivedi
I am rookie on Serviio

CDS Login API function is returning same Access token every time.

and what password should i use to login??

Re: CDS API - Login Problem

PostPosted: Tue Dec 25, 2012 10:28 am
by zip
Use the password you set in the Console on the Remote tab.

Re: CDS API - Login Problem

PostPosted: Fri Dec 28, 2012 8:13 am
by kevin.trivedi
Ok, can you Please provide me the API URL??

As the mock server URL is not working!!

Re: CDS API - Login Problem

PostPosted: Fri Dec 28, 2012 8:50 am
by will
Can I ask what you are trying to achieve?
If by the mock server you mean the one at serviiocds.apiary.io then that will always return the same response as it is hard coded, it is moor useful for setting up the requests properly with the correct headers.

You need to install Serviio first, then set a password in the console under the remote tab, then call the server directly eg http://localhost:23424/cds/login

I would suggest that if you want to develop something using the API, that you read over the document first.

Re: CDS API - Login Problem

PostPosted: Tue Jan 01, 2013 5:04 am
by kevin.trivedi
I want to add an online resourse url into the serviio and transcode it into mp3 or any other playable format and play that transcoded form in the music player in a website.


is this possible??