Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(RTLplay): revamp 2.0.0 + features added #8910

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 23 additions & 19 deletions websites/R/RTLplay/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,32 +7,36 @@
},
"service": "RTLplay",
"description": {
"en": "With RTLplay, you'll find all the programs of our RTL TVI, Club RTL, Plug RTL, Bel RTL and Radio Contact channels live and in replay, as well as exclusive content.",
"fr": "Avec RTLplay, retrouvez tous les programmes de nos chaînes RTL TVI, Club RTL, Plug RTL, Bel RTL et Radio Contact en direct et en replay ainsi que des contenus exclusifs.",
"nl": "Met RTLplay kun je alle programma's op onze zenders RTL TVI, Club RTL, Plug RTL, Bel RTL en Radio Contact live en in replay bekijken, evenals exclusieve content.",
"de": "Mit RTLplay finden Sie alle Programme unserer Sender RTL TVI, Club RTL, Plug RTL, Bel RTL und Radio Contact als Live- und Replay-Stream sowie exklusive Inhalte."
"en": "With RTLplay, you'll find all the programs of our RTL TVI, Club RTL, Plug RTL, RTL District, Bel RTL and Radio Contact channels live and in replay, as well as exclusive content.",
"fr": "Avec RTLplay, retrouvez tous les programmes de nos chaînes RTL TVI, Club RTL, Plug RTL, RTL District, Bel RTL et Radio Contact en direct et en replay ainsi que des contenus exclusifs.",
"nl": "Met RTLplay kun je alle programma's op onze zenders RTL TVI, Club RTL, Plug RTL, RTL District, Bel RTL en Radio Contact live en in replay bekijken, evenals exclusieve content.",
"de": "Mit RTLplay finden Sie alle Programme unserer Sender RTL TVI, Club RTL, Plug RTL, RTL District, Bel RTL und Radio Contact als Live- und Replay-Stream sowie exklusive Inhalte."
},
"url": [
"www.rtlplay.be",
"www.radiocontact.be"
"www.radiocontact.be",
"www.belrtl.be"
],
"version": "1.0.3",
"version": "2.0.0",
"logo": "https://cdn.rcd.gg/PreMiD/websites/R/RTLplay/assets/logo.png",
"thumbnail": "https://cdn.rcd.gg/PreMiD/websites/R/RTLplay/assets/thumbnail.jpg",
"thumbnail": "https://i.imgur.com/3M9DpsS.jpeg",
"color": "#121726",
"category": "videos",
"tags": [
"rtl",
"belgium",
"rtl-tvi",
"streaming",
"rtl",
"tvi",
"club",
"plug",
"district",
"contact",
"belrtl",
"media",
"streaming",
"belgium",
"video",
"radio",
"tv",
"broadcast"
],
"settings": [
Expand All @@ -41,15 +45,15 @@
"multiLanguage": true
},
{
"id": "privacy",
"id": "usePrivacyMode",
"title": "Privacy Mode",
"icon": "fad fa-user-secret",
"value": false
},
{
"id": "usePresenceName",
"if": {
"privacy": false
"usePrivacyMode": false
},
"title": "Show Title as Presence",
"icon": "fad fa-user-edit",
Expand All @@ -58,35 +62,35 @@
{
"id": "useChannelName",
"if": {
"privacy": false,
"usePrivacyMode": false,
"usePresenceName": true
},
"title": "Show Live Channel as Presence",
"icon": "fad fa-signal-stream",
"value": true
},
{
"id": "usePosterImage",
"id": "usePoster",
"if": {
"privacy": false
"usePrivacyMode": false
},
"title": "Show Poster Image",
"icon": "fad fa-images",
"value": true
},
{
"id": "time",
"id": "useTimestamps",
"if": {
"privacy": false
"usePrivacyMode": false
},
"title": "Show Timestamps",
"icon": "fad fa-stopwatch",
"value": true
},
{
"id": "buttons",
"id": "useButtons",
"if": {
"privacy": false
"usePrivacyMode": false
},
"title": "Show Buttons",
"icon": "fas fa-compress-arrows-alt",
Expand Down
Loading
Loading