Hey everyone,
First of all; it's a shame it took that long to finally get a soundcloud-module for the em-field module, but luckely joachim got this worked out. thousand cheers for him.
Now, I've been wondering if anyone has worked this further out. I don't think it must be such difficult job for a coder to get the embedded player customized with a desired color or the possibility to turn comments on or off as default.
I've been tring to get this one hardcoded, but even that doesn't work out quite well for me. So maybe it could be useful if someone could post here how to get this working -temporary- when you hardcode this.
Thanks in advance
& thumbs up
Comments
Comment #1
apoc1 commentedit appears you have to add this on line 87 (version 1.1) behind the '$autoplay'
&color=######&show_comments=false"That did the lot for me so I thought it was useful to post it here for you guys who were bothered they couldn't get their soundcloudplayer customized.
Good luck with it!
Comment #2
joachim commentedI don't have time to work on this myself, but if patches get posted and reviewed, I'll commit them :)
Comment #3
pribeh commentedHere's an interesting development: https://github.com/soundcloud/soundcloud-custom-player/wiki#examples
Comment #4
joachim commentedNow we're using SoundCloud's oEmbed API, we have access to a few options for the player -- width, height, autoplay, and the colour of the play button.
Added those to the emfield settings.
#985694 by joachim: Added options for customizing the player.