metadata.json 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. {
  2. "$schema": "https://schemas.premid.app/metadata/1.12",
  3. "apiVersion": 1,
  4. "author": {
  5. "name": "Bas950",
  6. "id": "241278257335500811"
  7. },
  8. "service": "Reach Radio",
  9. "description": {
  10. "en": "The Station Made For Gaming - Playing All The Hits 24/7!",
  11. "nl": "Het station gemaakt voor gaming - 24/7 alle hits spelen!"
  12. },
  13. "url": "reachradio.co.uk",
  14. "version": "1.0.19",
  15. "logo": "https://cdn.rcd.gg/PreMiD/websites/R/Reach%20Radio/assets/logo.png",
  16. "thumbnail": "https://cdn.rcd.gg/PreMiD/websites/R/Reach%20Radio/assets/thumbnail.png",
  17. "color": "#003d91",
  18. "category": "music",
  19. "tags": [
  20. "radio",
  21. "reach",
  22. "music"
  23. ],
  24. "settings": [
  25. {
  26. "id": "sInfo",
  27. "title": "Show site infomation",
  28. "icon": "fas fa-info",
  29. "value": true
  30. },
  31. {
  32. "id": "tElapsed",
  33. "title": "Show time elapsed",
  34. "icon": "fas fa-clock",
  35. "value": true
  36. },
  37. {
  38. "id": "sFormat1",
  39. "title": "Song format line 1",
  40. "icon": "fas fa-paragraph",
  41. "value": "%title% - %artist%",
  42. "placeholder": "use %title% or %artist% or %presenter%"
  43. },
  44. {
  45. "id": "sFormat2",
  46. "title": "Song format line 2",
  47. "icon": "fas fa-paragraph",
  48. "value": "Presented by %presenter%",
  49. "placeholder": "use %title% or %artist% or %presenter%"
  50. }
  51. ]
  52. }