Skip to content

feat(Reboot Radio): add activity - #11089

Open
N1tr0-De-Vulp3r wants to merge 1 commit into
PreMiD:mainfrom
N1tr0-De-Vulp3r:main
Open

feat(Reboot Radio): add activity#11089
N1tr0-De-Vulp3r wants to merge 1 commit into
PreMiD:mainfrom
N1tr0-De-Vulp3r:main

Conversation

@N1tr0-De-Vulp3r

@N1tr0-De-Vulp3r N1tr0-De-Vulp3r commented Aug 6, 2026

Copy link
Copy Markdown

Description

Acknowledgements

Screenshots

Proof showing the creation/modification is working as expected
image

Signed-off-by: N1tr0_De_Vulp3r <148155644+N1tr0-De-Vulp3r@users.noreply.github.com>

@skullysmods skullysmods left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add information for other pages when the music isn't playing
You can use Slideshows to display various pieces of information at different intervals
https://docs.premid.app/v1/guide/slideshows.html

@@ -0,0 +1,29 @@
{
"$schema": "https://schemas.premid.app/metadata/1.16",

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"$schema": "https://schemas.premid.app/metadata/1.16",
"$schema": "https://schemas.premid.app/metadata/1.17",

{
"$schema": "https://schemas.premid.app/metadata/1.16",
"apiVersion": 1,
"type": 2,

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"type": 2,

},
"service": "Reboot Radio",
"description": {
"en": "Show off Reboot Radio on your Discord status."

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

description should be the description of the website not the activity

"regExp": "^https?[:][/][/]rebootradio[.]uk[/]",
"version": "1.0.0",
"logo": "https://rebootradio.uk/favicon.ico",
"thumbnail": "https://rebootradio.uk/favicon.ico",

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thumbnail should be a landscape promotional image or screenshot, not the logo

Comment on lines +27 to +28
"iframe": false,
"settings": []

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"iframe": false,
"settings": []

@@ -0,0 +1,28 @@
"use strict";

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"use strict";

const title = data.song?.track || "Unknown Song";
const artist = data.song?.artist || "Unknown Artist";
presence.setActivity({
type: 2,

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use ActivityType enum

Comment on lines +17 to +22
buttons: [
{
label: "Listen Live",
url: "https://rebootradio.uk"
}
]

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Buttons for the home page are not allowed

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Strings are not currently used in the Activity
https://docs.premid.app/v1/guide/localization.html

@skullysmods skullysmods closed this Aug 7, 2026
@skullysmods skullysmods reopened this Aug 7, 2026
@dimerp

dimerp Bot commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

🖼️ Activity asset preview

I fetched these assets so you don't have to. My hobbies include embedding images and silently judging diffs.

Reboot Radio (websites/R/RebootRadio) — creation

Preview Source URL
logo https://rebootradio.uk/favicon.ico

Beep boop — I refresh this comment on every push, so no need to scroll. 🤖

"name": "Reboot Media Group",
"id": "1274324682027434158"
},
"service": "Reboot Radio",
],
"regExp": "^https?[:][/][/]rebootradio[.]uk[/]",
"version": "1.0.0",
"logo": "https://rebootradio.uk/favicon.ico",
"regExp": "^https?[:][/][/]rebootradio[.]uk[/]",
"version": "1.0.0",
"logo": "https://rebootradio.uk/favicon.ico",
"thumbnail": "https://rebootradio.uk/favicon.ico",
{
"$schema": "https://schemas.premid.app/metadata/1.16",
"apiVersion": 1,
"type": 2,
"description": {
"en": "Show off Reboot Radio on your Discord status."
},
"url": [
],
"regExp": "^https?[:][/][/]rebootradio[.]uk[/]",
"version": "1.0.0",
"logo": "https://rebootradio.uk/favicon.ico",
"regExp": "^https?[:][/][/]rebootradio[.]uk[/]",
"version": "1.0.0",
"logo": "https://rebootradio.uk/favicon.ico",
"thumbnail": "https://rebootradio.uk/favicon.ico",
],
"iframe": false,
"settings": []
} No newline at end of file
"description": "Shown when AutoDJ is playing",
"message": "Reboot"
}
} No newline at end of file
@skullysmods skullysmods changed the title Add files via upload feat(Reboot Radio): add activity Aug 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

3 participants