Created
July 10, 2012 17:47
-
-
Save ianloic/3085060 to your computer and use it in GitHub Desktop.
Big icon for the currently playing track
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
% osascript -e 'tell the app "Rdio" to get the rdio url of the current | |
/artist/Green_Day/album/1039/Smoothed_Out_Slappy_Hours/track/I_Was_There/ | |
Then ask the "rest" API for the bigIcon associated w/ that URL, for example see: | |
http://rdioconsole.appspot.com/#url%3D%252Fartist%252FGreen_Day%252Falbum%252F1039%252FSmoothed_Out_Slappy_Hours%252Ftrack%252FI_Was_There%252F%26extras%3DbigIcon%26method%3DgetObjectFromUrl |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment