12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- {
- "$schema": "https://schemas.premid.app/metadata/1.12",
- "apiVersion": 1,
- "author": {
- "name": "Bas950",
- "id": "241278257335500811"
- },
- "service": "Reach Radio",
- "description": {
- "en": "The Station Made For Gaming - Playing All The Hits 24/7!",
- "nl": "Het station gemaakt voor gaming - 24/7 alle hits spelen!"
- },
- "url": "reachradio.co.uk",
- "version": "1.0.19",
- "logo": "https://cdn.rcd.gg/PreMiD/websites/R/Reach%20Radio/assets/logo.png",
- "thumbnail": "https://cdn.rcd.gg/PreMiD/websites/R/Reach%20Radio/assets/thumbnail.png",
- "color": "#003d91",
- "category": "music",
- "tags": [
- "radio",
- "reach",
- "music"
- ],
- "settings": [
- {
- "id": "sInfo",
- "title": "Show site infomation",
- "icon": "fas fa-info",
- "value": true
- },
- {
- "id": "tElapsed",
- "title": "Show time elapsed",
- "icon": "fas fa-clock",
- "value": true
- },
- {
- "id": "sFormat1",
- "title": "Song format line 1",
- "icon": "fas fa-paragraph",
- "value": "%title% - %artist%",
- "placeholder": "use %title% or %artist% or %presenter%"
- },
- {
- "id": "sFormat2",
- "title": "Song format line 2",
- "icon": "fas fa-paragraph",
- "value": "Presented by %presenter%",
- "placeholder": "use %title% or %artist% or %presenter%"
- }
- ]
- }
|