metadata.json 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. {
  2. "$schema": "https://schemas.premid.app/metadata/1.12",
  3. "apiVersion": 1,
  4. "author": {
  5. "name": "Kyrie",
  6. "id": "368399721494216706"
  7. },
  8. "service": "TwitCasting",
  9. "description": {
  10. "en": "TwitCasting is a live streaming community on App and PC. Join us and share what you love, what you are playing, your moment. Or watch what other people are doing in the instance. You can also stream the entire screen of your mobile phone so viewers can see what you are playing.",
  11. "ja_JP": "モイ!ツイキャスはライブ配信を通して世界中の人とコミュニケーションする場を提供しています。 雑談、ラジオ配信、ゲーム配信、アニメ、ガールズ、ボーイズ、ミュージックなど色々なカテゴリのライブが配信中!スマホやPCから誰でも簡単に配信が始められます。"
  12. },
  13. "url": "twitcasting.tv",
  14. "regExp": "([a-z0-9]+[.])?twitcasting[.]tv",
  15. "version": "1.0.17",
  16. "logo": "https://cdn.rcd.gg/PreMiD/websites/T/TwitCasting/assets/logo.png",
  17. "thumbnail": "https://cdn.rcd.gg/PreMiD/websites/T/TwitCasting/assets/thumbnail.png",
  18. "color": "#0280FC",
  19. "category": "socials",
  20. "tags": [
  21. "video",
  22. "streaming",
  23. "entertainment"
  24. ],
  25. "settings": [
  26. {
  27. "id": "lang",
  28. "multiLanguage": true
  29. },
  30. {
  31. "id": "privacy",
  32. "title": "Privacy Mode",
  33. "icon": "fad fa-user-secret",
  34. "value": false
  35. },
  36. {
  37. "id": "streamDetail",
  38. "if": {
  39. "privacy": false
  40. },
  41. "title": "Stream Details row1",
  42. "icon": "fas fa-comment-alt-edit",
  43. "value": "%title%",
  44. "placeholder": "Use %title% or %streamer% or %game%"
  45. },
  46. {
  47. "id": "streamState",
  48. "if": {
  49. "privacy": false
  50. },
  51. "title": "Stream Details row2",
  52. "icon": "fas fa-comment-alt-edit",
  53. "value": "%streamer%",
  54. "placeholder": "Use %title% or %streamer% or %game%"
  55. },
  56. {
  57. "id": "vidDetail",
  58. "if": {
  59. "privacy": false
  60. },
  61. "title": "Video Details row1",
  62. "icon": "fas fa-comment-alt-edit",
  63. "value": "%title%",
  64. "placeholder": "Use %title% or %uploader% or %game%"
  65. },
  66. {
  67. "id": "vidState",
  68. "if": {
  69. "privacy": false
  70. },
  71. "title": "Video Details row2",
  72. "icon": "fas fa-comment-alt-edit",
  73. "value": "%uploader%",
  74. "placeholder": "Use %title% or %uploader% or %game%"
  75. },
  76. {
  77. "id": "timestamp",
  78. "title": "Show Timestamps",
  79. "icon": "fad fa-stopwatch",
  80. "value": true
  81. },
  82. {
  83. "id": "profilePic",
  84. "title": "Show Streamer's Picture",
  85. "icon": "fad fa-images",
  86. "value": false
  87. },
  88. {
  89. "id": "buttons",
  90. "if": {
  91. "privacy": false
  92. },
  93. "title": "Show Buttons",
  94. "icon": "fas fa-compress-arrows-alt",
  95. "value": true
  96. }
  97. ]
  98. }