Skip to content
Closed
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
22 changes: 8 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

49 changes: 49 additions & 0 deletions websites/B/BVF Radio/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
{
"$schema": "https://schemas.premid.app/metadata/1.7",
"author": {
"name": "Seehed",
"id": "1030394088974991423"
},
"contributors": [],
"service": "BVF Radio",
"altnames": ["BVF Your Home For House", "BVF"],
"description": {
"en": "Your Home For House"
},
"url": [
"bvf.wtf",
"https://bvf.bolt.host/"

Check failure

Code scanning / ESLint

validate object with JSON Schema. Error

"url[1]" must match pattern "^(([a-z0-9-]+.)*[0-9a-z_-]+(.[a-z]+)+|(\d{1,3}.){3}\d{1,3}|localhost)$".
],
"version": "1.0.0",
"logo": "https://i.typicalmedia.net/stationlogos/bvf.png",

Check failure

Code scanning / PMD

Makes sure all images (logo and URLs) are exactly 512x512 pixels Error

Image URL dimensions must be exactly 512x512 pixels, got 1000x1000 for URL: https://i.typicalmedia.net/stationlogos/bvf.png

Check failure

Code scanning / ESLint

validate object with JSON Schema. Error

"logo" must match pattern "^https?://(i).(imgur).(com)/(.*?).(png|jpe?g|gif)$".
"thumbnail": "https://i.typicalmedia.net/stationlogos/bvf.png",

Check failure

Code scanning / ESLint

validate object with JSON Schema. Error

"thumbnail" must match pattern "^https?://(i).(imgur).(com)/(.*?).(png|jpe?g)$".
"color": "#EC4899",
"tags": [

Check failure

Code scanning / ESLint

require object keys to be sorted Error

Expected object keys to be in specified order. 'tags' should be after 'category'.
"music",
"radio",
"entertainment",
"live",
"podcast"
],
"category": "music",
"settings": [
{
"id": "showButtons",
"title": "Show Buttons",
"icon": "fas fa-mouse-pointer",
"value": true
},
{
"id": "showTimestamp",
"title": "Show Timestamp",
"icon": "fas fa-clock",
"value": true
},
{
"id": "showSongInfo",
"title": "Show Song Info",
"icon": "fas fa-music",
"value": true
}
]
}
Loading
Loading