Page 1 of 1

Playlist management, login and search (CDS API)

PostPosted: Tue Jan 15, 2013 6:57 pm
by Decap_dk
Hi

I am developing a CDS playback application and want to add playlists to this. From what I gather when I login I get a authtoken that is needed whenever I play a media file (resource URI). For how long is this token valid. If I am to save a playlist of items for use at a later state this authtoken will become invalid. Can I then just replace with a new auth token and playback using this or is other parts of the media URI also changed?

Also is there any plans of adding a search capability to the CDS API?

Re: Playlist management, login and search (CDS API)

PostPosted: Tue Jan 15, 2013 7:03 pm
by zip
Yes, just replace the token.

Search is planned.

Re: Playlist management, login and search (CDS API)

PostPosted: Wed Jan 16, 2013 5:57 am
by Decap_dk
zip wrote:Yes, just replace the token.

Search is planned.


For how long is a token valid?

And cool about the search capabilities.

Re: Playlist management, login and search (CDS API)

PostPosted: Wed Jan 16, 2013 8:08 am
by will
Its valid until you either call the /cds/logout endpoint with the token, or until the server process is restarted.