jdfwarrior Posted February 8, 2013 Share Posted February 8, 2013 I updated my Rdio workflow to fix a few things. 1. Resized png icons and optimized (download is now ~210k, was over 2MB) 2. Fixed the Artist items not playing. Selecting an artist will now play their Top Tracks Channel. 3. Migrated to Workflows helper class 4. Added track count to Artist results 5. Increased performance of Now Playing item by limiting the number of Applescript calls made. Download ftrava and sternennacht 2 Link to comment
jga23 Posted February 8, 2013 Share Posted February 8, 2013 any plans to integrate this with the Alfred Package Tool so we can easily check for updates? Chris Messina 1 Link to comment
getthething Posted February 8, 2013 Share Posted February 8, 2013 How tricky would it be to add the ability to search for an artist/track/album/whatever and have it display that item in Rdio instead of playing it? Or possibly adding it to the queue instead of playing immediately. Maybe both with a modifier key? Are these things technically possible and if so is it something I could just add myself? Thanks for all your work. Link to comment
jdfwarrior Posted February 9, 2013 Author Share Posted February 9, 2013 I don't think that's possible. Rdio provides URLs for sharing content but that just takes you to the Rdio web interface and doesn't play locally. The Rdio AppleScript library is what I'm using to play the tracks. It's pretty limited. You can play/pause, check the player status (playing, paused, etc), get info on the current track, adjust volume, things of that nature but there isn't a method for adding tracks to a play queue. If it ever becomes available though, I will definitely get it added. Link to comment
LiamW Posted March 17, 2013 Share Posted March 17, 2013 I know it's possible with Rdio, but to be clear, this workflow itself doesn't control volume? Link to comment
Efty.Edge Posted March 17, 2013 Share Posted March 17, 2013 Great! Big thanx. But i have a question. Is it possible to show the album artwork instead of the RDIO icons? Thomas Link to comment
jdfwarrior Posted March 17, 2013 Author Share Posted March 17, 2013 I know it's possible with Rdio, but to be clear, this workflow itself doesn't control volume? No, it currently isn't set up to control the volume. I could probably add that at some point when I get caught up with things. I need the same for Spotify @phpfunk has updated his Spotify extension from Alfred 1 into a workflow for Alfred 2 already. Check it out. Great! Big thanx. But i have a question. Is it possible to show the album artwork instead of the RDIO icons? Thomas Right now, it's not easily done. Currently, Alfred can't show URL based icons. They would have to be individually downloaded and it would end up being kinda slow. It may be possible in the future but for now its more effort than what its worth. When/if Alfred gets the ability to show URL based icons, I'll add it in for sure. Link to comment
donaldguy Posted March 18, 2013 Share Posted March 18, 2013 Super props. Thank you ... though I am a little torn between how much this is exactly what I wanted to exist, and how much I was looking forward to making it myself :-) (but I apparently missed the boat on the beta... ) Link to comment
alessandrecm Posted May 24, 2013 Share Posted May 24, 2013 (edited) Pretty neat but "Now Playing" is not working... in Brazil Rdio app is named after "Oi Rdio", any chance to this would be the issue? I've already tried to change *.php and AppleScripts which refers to "Rdio" and changed it but same results as the original workflow. Edited May 24, 2013 by alessandrecm Link to comment
OliverJAsh Posted July 7, 2013 Share Posted July 7, 2013 It would be really nice if this supported searching for artists and albums as well as songs. Is that possible? Link to comment
jdfwarrior Posted July 7, 2013 Author Share Posted July 7, 2013 It would be really nice if this supported searching for artists and albums as well as songs. Is that possible? It does. The screenshot shows it searching for an artist. Check out the different icons. There are icons representative of album, artist, and track results Link to comment
OliverJAsh Posted July 8, 2013 Share Posted July 8, 2013 Is it possible to action an item from the list of search results without playing the music? I.e. if I wanted to visit an artist's page but not play their music yet. Link to comment
jdfwarrior Posted July 9, 2013 Author Share Posted July 9, 2013 Is it possible to action an item from the list of search results without playing the music? I.e. if I wanted to visit an artist's page but not play their music yet. Not right now it isn't. Hadn't thought of adding that. May require a different keyword though since the argument in the list items would be different to do that Link to comment
dzejar Posted July 12, 2013 Share Posted July 12, 2013 (edited) Nice workflow! Even I have some problem with the search function... After typing anything after rdio keyword , for ex.: "rdio u2" the app shows only default Google, Amazon, Wikipedia searches... Do I have to setup the workflow somehow? Thanks, Jan Edited July 12, 2013 by dzejar Link to comment
Neilio Posted July 25, 2013 Share Posted July 25, 2013 Running into a problem with this workflow under Mavericks - just typing in "rdio" automatically launches Rdio without me actually selecting anything. If I uninstall the workflow the behaviour stops, so I have to assume its doing some kind of script call that's inadvertently launching the app. Known issue? I know 10.9 is still in beta, but it's the only workflow I've got installed that does this, so I figured it was worth flagging. Link to comment
dtwwtd Posted July 30, 2013 Share Posted July 30, 2013 (edited) I'm seeing the same issues as dzejar too - I can't get search working. EDIT: Nevermind, just had to pause a few seconds for the network to catch up Great work on this! Edited July 30, 2013 by dtwwtd Link to comment
dzejar Posted September 6, 2013 Share Posted September 6, 2013 (edited) I have just "solved" my problem with the workflow - search.php starts with: if ( strlen( $query ) < 3 ): exit(1); endif; and U2 which I used to test it is simply shorter... :-) Jan Edited September 6, 2013 by dzejar Link to comment
OliverJAsh Posted October 9, 2013 Share Posted October 9, 2013 Don't suppose you could put this on GitHub so I can more easily track updates? Link to comment
frankspin Posted October 30, 2013 Share Posted October 30, 2013 I don't know if this has changed with the new Rdio player but when doing a search now it auto-plays the artist station instead of showing results. I noticed the Applescript file has it telling Rdio to play, I'm guessing this no longer works for searching artists via Rdio? Link to comment
jdfwarrior Posted October 31, 2013 Author Share Posted October 31, 2013 I don't know if this has changed with the new Rdio player but when doing a search now it auto-plays the artist station instead of showing results. I noticed the Applescript file has it telling Rdio to play, I'm guessing this no longer works for searching artists via Rdio? Last time I updated the workflow, I set it so that selecting an artist from the search results would play their top tracks. Link to comment
pastrunho Posted December 1, 2013 Share Posted December 1, 2013 The link doesn't work! Link to comment
jdfwarrior Posted December 3, 2013 Author Share Posted December 3, 2013 The link doesn't work! Download link fixed Link to comment
xerosis Posted February 17, 2015 Share Posted February 17, 2015 Search doesn't seem to work anymore? Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now