PluginProbe
StreamCast – bring live radio to your site with a sleek player / trunk
StreamCast – bring live radio to your site with a sleek player vtrunk
2.4.5 2.4.4 trunk 1.0 1.1 2.0.0 2.1.10 2.1.2 2.1.4 2.1.5 2.1.8 2.2.1 2.2.3 2.2.4 2.2.5 2.3.0 2.3.1 2.3.2 2.3.3 2.3.4 2.3.5 2.3.6 2.3.7 2.3.8 2.3.9 All 29 releases
streamcast / build / block.json

block.json in StreamCast – bring live radio to your site with a sleek player trunk, at build/block.json

124 lines 3.2 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 {
2 "$schema": "https://schemas.wp.org/trunk/block.json",
3 "apiVersion": 3,
4 "name": "scb/streamcast-block",
5 "version": "2.4.5",
6 "title": "StreamCast Block",
7 "category": "widgets",
8 "description": "Play iceCast, Shoutcast, Radionomy, Radiojar, RadioCo and Audio Live stream in Wordpress.",
9 "keywords": [
10 "audio player",
11 "radio player",
12 "streamcast",
13 "live player",
14 "live stream player"
15 ],
16 "textdomain": "streamcast",
17 "attributes": {
18 "align": {
19 "type": "string",
20 "default": ""
21 },
22 "radioPlayer": {
23 "type": "object",
24 "default": {
25 "playerType": "minimal",
26 "streamURL": "https://media-ssl.musicradio.com/HeartLondon",
27 "streamProvider": "shout-cast",
28 "streamPort": 8000,
29 "streamMountPoint": "",
30 "fetchNameFromUrl": false,
31 "stationName": "Station Name",
32 "welcomeMessage": "Welcome Message",
33 "artWork": "",
34 "autoPlay": false,
35 "showTime": true,
36 "playerPosition": "center",
37 "skin": {
38 "name": "mcclean",
39 "width": 180,
40 "height": 60
41 },
42 "initialVolume": 65
43 }
44 },
45 "radioStyles": {
46 "type": "object",
47 "default": {
48 "playerWidth": "100%",
49 "ultimate": {
50 "playerColors": "theme",
51 "playerTheme": "dodgerBlue",
52 "playerOverlayColor": "rgba(15,17,21,0.5)",
53 "thumbnailBorderColor": "rgba(255, 255, 255, 0.2)",
54 "contentColor": "#fff",
55 "buttonHoverColor": "orangered",
56 "progressActiveColor": "orangered",
57 "visualizerColor": "orangered",
58 "playerBackgroundImg": "",
59 "posterImg": {
60 "url": "https://templates.bplugins.com/wp-content/uploads/2025/02/streamcast-demo-ultimate-1.png"
61 }
62 },
63 "echoStream": {
64 "bgImg": {
65 "url": "https://danialsabagh.com/singleaudioplayer/img/radio.jpg"
66 },
67 "blur": 7
68 },
69 "backgroundColor": "#f09f8b",
70 "stationName": {
71 "color": "#fff",
72 "hoverColor": "",
73 "typo": {
74 "fontSize": {
75 "desktop": 18
76 },
77 "fontFamily": "Default"
78 },
79 "bgColor": "#50241b",
80 "hoverBgColor": ""
81 },
82 "artistFmName": {
83 "color": "#fff",
84 "typo": {
85 "fontSize": {
86 "desktop": 15
87 },
88 "fontFamily": "Default"
89 }
90 },
91 "contentColor": "#fff",
92 "playBtnColor": "red",
93 "timeStamp": {
94 "color": "#fff",
95 "hoverColor": "",
96 "typo": {
97 "fontSize": {
98 "desktop": 18
99 },
100 "fontFamily": "Default"
101 },
102 "bgColor": "#50241b",
103 "hoverBgColor": ""
104 }
105 }
106 }
107 },
108 "supports": {
109 "align": [
110 "wide",
111 "full"
112 ],
113 "html": false,
114 "interactivity": true
115 },
116 "example": {
117 "attributes": {}
118 },
119 "editorScript": "file:./index.js",
120 "editorStyle": "file:./index.css",
121 "style": "file:./view.css",
122 "render": "file:./render.php",
123 "viewScript": "file:./view.js"
124 }