-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
feat(RTVE): add activity #10361
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
base: main
Are you sure you want to change the base?
feat(RTVE): add activity #10361
Conversation
|
I have closed my previous PR (#10350) due to errors in package.json files. In this new PR I have corrected those issues and properly updated the RTVE presence. About the metadata.json description: |
| "public-broadcaster" | ||
| ], | ||
| "iframe": true, | ||
| "readLogs": false, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
false by default
| "readLogs": false, |
| "regExp": "^https?://(www\\.)?rtve\\.es/.*", | ||
| "version": "1.0.0", | ||
| "logo": "https://i.imgur.com/0begwZJ.png", | ||
| "thumbnail": "https://i.imgur.com/Ru8b2AX.png", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use a landscape promotional image or screenshot
| { | ||
| "id": "detailedInfo", | ||
| "title": "Show Detailed Info", | ||
| "icon": "fas fa-info-circle", | ||
| "value": true, | ||
| "if": { | ||
| "privacy": false | ||
| } | ||
| } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unused
| { | ||
| "id": "time", | ||
| "title": "Show Timestamps", | ||
| "icon": "fas fa-stopwatch", | ||
| "value": true | ||
| }, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unused
RTVE Presence
Added a new Presence for RTVE the Spanish public broadcaster website.
The presence supports:
Features:
Settings:
Technical Details:
Screenshots
Proof showing the creation/modification is working as expected
When watching a video/series:
Shows series title and episode information

When watching live TV:
Displays "EN DIRECTO" with channel name and live indicator

When browsing news/articles:
Shows section name and article title while browsing

Privacy mode active:
Generic text shown when privacy mode is enabled

Acknowledgements