jzw Posted June 25, 2015 Share Posted June 25, 2015 SoundCloud Control for Chrome Inspired (err, mostly stolen) by Google Play Control for Chrome. It can change playback, display the current playing song in a notification, and search through soundcloud, all from alfred. Commands scp SoundCloud - Play/Pause sc prevSoundCloud - Previous Song sc nextSoundCloud - Next Song sc npSoundCloud - Show what's playing now sc searchSearch SoundCloud Alternative version Currently it has the same bug as GPC which is that you can't have more than 1 tab of the website opened. I prefer this myself because the whole point of why I made this is so I don't have to switch back to the SC tab again. However, if you'd prefer it to only have it search through the first active tab of each window rather than each tab of each window, then I made a alternative version for you. Download Normal version (searches through all tabs of all windows) Alternative version (searches through all active tabs of all windows) jahama and adamsiem 1 1 Link to comment
jahama Posted July 7, 2015 Share Posted July 7, 2015 Works swimmingly, thank you!! It'd be cool to have a Download Current Track too but I won't be greedy Link to comment
FroZen_X Posted March 8, 2016 Share Posted March 8, 2016 Just checked your workflow out, its awesome combined with Alfred Remote Link to comment
adamsiem Posted September 6, 2018 Share Posted September 6, 2018 I have Soundcloud running inside a Fluid App. (https://fluidapp.com/) How would I tweak it so search through those windows? (Also, how can I debug this myself to rework it in the future, i.e. see if the application and window commands are working... where the issue is.) This doesn't work: on alfred_script(q) tell application "Soundcloud" tell window 1 tell active tab execute javascript ("document.querySelector('.playControl').click();") end tell end tell end tell end alfred_script Link to comment
deanishe Posted September 6, 2018 Share Posted September 6, 2018 7 hours ago, adamsiem said: This doesn't work No, it wouldn't. This workflow is for Chrome, but Fluid builds browsers based on WebKit (Safari). Safari doesn't have the same AppleScript API as Chrome, so you will have to adjust the script accordingly. Link to comment
lafaille Posted September 11, 2018 Share Posted September 11, 2018 I've installed this flow and enabled it but can't get it to run. When I enter the commands, nothing happens. Anything I might be doing wrong? Link to comment
kleinjm007@gmail.com Posted September 21, 2018 Share Posted September 21, 2018 Same here. Tried regular and alternative version. Any updates? 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