browser-media-players icon indicating copy to clipboard operation
browser-media-players copied to clipboard

Somafm integreation

Open skywinder opened this issue 4 years ago • 0 comments

As an example: https://somafm.com/player/#/now-playing/brfm Here is outer html code:

Play Button:

<button ng-if="!$root.playingStation.playing" class="btn btn-link ng-scope" ng-disabled="!$root.playingStation" ng-click="play($root.playingStation)"> <i class="fa fa-fw fa-lg fa-play"></i> </button>

Stop Button:

<button ng-if="$root.playingStation.playing" class="btn btn-link ng-scope" ng-disabled="!$root.playingStation" ng-click="stop()"> <i class="fa fa-fw fa-lg fa-stop"></i> </button>


Next/Skip, Back/Previous

N\A since it's radio/

skywinder avatar Mar 10 '20 06:03 skywinder