Not Listing tracks in HeavyRotaion albums

20 views
Skip to first unread message

dev.isl...@gmail.com

unread,
Jul 13, 2015, 2:00:09 PM7/13/15
to rdio...@googlegroups.com
Hi,

Below code dose not fetch track block in Albums it only fetches.
Track Keys.

We are updating from Auth1 to Auth2.



        ArrayList<String> keys=new ArrayList<>();
        keys.add(selectedAlbum.getId());

        ArrayList<String> extras=new ArrayList<String>();
        extras.add("tracks");


        rdioService.get(keys,null,extras,true,null,new RdioResponseListener() {
      }

Thanks
Dev Team CloudMix app

Devin Sevilla

unread,
Jul 15, 2015, 2:03:23 PM7/15/15
to rdio...@googlegroups.com
Hi there!

Try scoping the tracks extras by using `Album.tracks` instead of a
plain `tracks`. You may also find the extras parameter guide[1]
helpful.

[1]: http://www.rdio.com/developers/docs/guides/extras/

--
Devin Sevilla
API Engineer, Rdio Inc.
http://rdio.com/people/devin_s/
> --
> You received this message because you are subscribed to the Google Groups
> "Rdio API" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to rdio-api+u...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/rdio-api/5c100fe5-c695-4b07-a3bc-3805a6233c58%40googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

island info

unread,
Aug 12, 2015, 2:25:07 PM8/12/15
to rdio...@googlegroups.com
Hi Devin Sevilla,

Thanks for your support it woks now.

However we have another request to you.
This is regarding login process.

Our app is for Android tv hence user has to navigate using remote keys.There no touch and mouse.

By default when user login page comes. It only shows user input so user needs to go to sing in button (Which has very un noticable focus)
Then press enter and than he sees user and password.
Then he again needs to press down and enter user name and password.

So on tv this is bit inconvient for the user.

Could you consider our request to make this simple.
1>Both user name and password shuld be visibale by defult. (As in case of other services we have integerated).
2>User filed should be focuse by defult or pressing single down key user shuld reach there.

Pleaes find the attached screen shot also how the page looks by defult.



Thanks
Satendar Kumar

You received this message because you are subscribed to a topic in the Google Groups "Rdio API" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/rdio-api/SM6PhnDBcKY/unsubscribe.
To unsubscribe from this group and all its topics, send an email to rdio-api+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rdio-api/CAGa4ncd7TX15n%3Dfd-LE9Bd3SoDP_KSmONn3RbdpAG5_XR%3Dayyg%40mail.gmail.com.
device-2015-08-12-235413.png

Devin Sevilla

unread,
Aug 12, 2015, 7:28:09 PM8/12/15
to rdio...@googlegroups.com
It might be worth your time to implement the Device Code grant[1] and
not use the built-in activity. This is the flow that you can use to
show a PIN on the screen and have the user enter it on a separate
device (i.e. phone, tablet, desktop computer). This is what we use for
our TV applications.

[1]: http://www.rdio.com/developers/docs/web-service/oauth2/auth-device-code/

-- Devin
> https://groups.google.com/d/msgid/rdio-api/CADx2%2B_L6%2B3KD4rO8%2BvwLd%3DJDNM%3DcjL5LuQ%3DoGtBAn43ttZamnA%40mail.gmail.com.
Reply all
Reply to author
Forward
0 new messages