Just found out about it the other day I don't go on facebook much though maybe I would have known about it earlier. Apparently it's a 6 month free trial. Unlimited streaming music, I like the playlists people have made.. so I don't need to do any work finding new stuff.
Got my media keys working with this hack on GNU/linux :love-smiley-013:
https://gist.github.com/ngauthier/4155099
Got my media keys working with this hack on GNU/linux :love-smiley-013:
Code:
xdotool key --window $(xdotool search --name .Rdio | head -1) space
xdotool key --window $(xdotool search --name .Rdio | head -1) Right
xdotool key --window $(xdotool search --name .Rdio | head -1) Left
https://gist.github.com/ngauthier/4155099