1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798 |
- {
- "$schema": "https://schemas.premid.app/metadata/1.12",
- "apiVersion": 1,
- "author": {
- "name": "Kyrie",
- "id": "368399721494216706"
- },
- "service": "TwitCasting",
- "description": {
- "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.",
- "ja_JP": "モイ!ツイキャスはライブ配信を通して世界中の人とコミュニケーションする場を提供しています。 雑談、ラジオ配信、ゲーム配信、アニメ、ガールズ、ボーイズ、ミュージックなど色々なカテゴリのライブが配信中!スマホやPCから誰でも簡単に配信が始められます。"
- },
- "url": "twitcasting.tv",
- "regExp": "([a-z0-9]+[.])?twitcasting[.]tv",
- "version": "1.0.17",
- "logo": "https://cdn.rcd.gg/PreMiD/websites/T/TwitCasting/assets/logo.png",
- "thumbnail": "https://cdn.rcd.gg/PreMiD/websites/T/TwitCasting/assets/thumbnail.png",
- "color": "#0280FC",
- "category": "socials",
- "tags": [
- "video",
- "streaming",
- "entertainment"
- ],
- "settings": [
- {
- "id": "lang",
- "multiLanguage": true
- },
- {
- "id": "privacy",
- "title": "Privacy Mode",
- "icon": "fad fa-user-secret",
- "value": false
- },
- {
- "id": "streamDetail",
- "if": {
- "privacy": false
- },
- "title": "Stream Details row1",
- "icon": "fas fa-comment-alt-edit",
- "value": "%title%",
- "placeholder": "Use %title% or %streamer% or %game%"
- },
- {
- "id": "streamState",
- "if": {
- "privacy": false
- },
- "title": "Stream Details row2",
- "icon": "fas fa-comment-alt-edit",
- "value": "%streamer%",
- "placeholder": "Use %title% or %streamer% or %game%"
- },
- {
- "id": "vidDetail",
- "if": {
- "privacy": false
- },
- "title": "Video Details row1",
- "icon": "fas fa-comment-alt-edit",
- "value": "%title%",
- "placeholder": "Use %title% or %uploader% or %game%"
- },
- {
- "id": "vidState",
- "if": {
- "privacy": false
- },
- "title": "Video Details row2",
- "icon": "fas fa-comment-alt-edit",
- "value": "%uploader%",
- "placeholder": "Use %title% or %uploader% or %game%"
- },
- {
- "id": "timestamp",
- "title": "Show Timestamps",
- "icon": "fad fa-stopwatch",
- "value": true
- },
- {
- "id": "profilePic",
- "title": "Show Streamer's Picture",
- "icon": "fad fa-images",
- "value": false
- },
- {
- "id": "buttons",
- "if": {
- "privacy": false
- },
- "title": "Show Buttons",
- "icon": "fas fa-compress-arrows-alt",
- "value": true
- }
- ]
- }
|