glowers-radio/readme.md

135 lines
6.5 KiB
Markdown
Raw Normal View History

2022-11-12 23:08:28 -05:00
# glowers-radio
This repo contains backing information for Glowers Radio.
2022-12-13 02:33:53 -05:00
## Contributing
If you have a song in mind that would fit on Glowers Radio, you are free to create a PR or send in a diff for `generate.js`.
The living schema is documented [below](#format) and mostly maps 1:1 to `MediaItem`
## Best Practices
- Use an alpha-numeric id. Don't use dashes or hyphens; Uppercase characters *may* be used when appropriate.
- Use `image/png`, `image/jpg`, `image/gif`, `audio/mp3`, and `video/mp4`. Files *should* be under 10MB and be of reasonable or tolerable quality
- Declare metadata when available. If you do not know the original source, try to find it first.
- Metadata **must** be accurate and not an artists rendition of the actual metadata.
- Try not to use reuploads, remasters, or edits, as the source; Unless the edit or remaster is the actual media.
- Sources *should* contain codec information; if you are unsure of what correct codecs to declare, do not declare any or ask for help.
No codec declarations are better than incorrect codec declarations. See [MDN](https://developer.mozilla.org/en-US/docs/Web/Media/Formats/codecs_parameter#basic_syntax) for details
- Don't use videos where audio alongside AlbumArt would functionally identical. Lyrics videos are ok
- All content *should* be hosted on Glowers Club. If you are not a Glower then your uris will be reuploaded if your Item(s) are accepted
- Provide fallbacks for sources and previews when possible:
- `video/` *should* have a thumbnail preview.
- `video/` *should* have a `SQUARE` fallback preview for audioOnly and for when the agent does not support the provided `video/`.
- Animated previews **must** always have a `image/gif` fallback.
- Items that aren't primarily music should be tagged with `misc`.
- Use the `metadata-prefer-id` tag if the actual title would be too long, cubersome, or unrelated. i.e:
- `slamtris`: Slamtris - Quad City DJs vs Hirokazu Tanaka *(cumbersome)*
- `dngyamom`: Dynamite by BTS but it's Doin' Your Mom *(cumbersome)*
- `thisistheinfowar`: In the House, In a Heartbeat *(unrelated)*
- `alexjones`: Alex Jones Remix: Renai Circulation *(cumbersome)*
- `ywnbaw`: Professor proves SICKS are the best weapons *(unrelated)*
- `whenblackissus`: Among Us theme song but it's in the style of Metallica's Black Album *(long and cumbersome)*
- `niggatorial`: I'm The 2007 YouTube Tutorial *(cumbersome)*
- `honorary`: Erika *(unrelated)*
2022-11-12 23:08:28 -05:00
## Format
2022-11-12 23:10:11 -05:00
The `songs.json` format **is only intended for use for Glowers Radio**, and is effectively a living standard as a result. **Live data may change drastically without warning**
2022-11-12 23:08:28 -05:00
2022-12-07 19:29:16 -05:00
If you do wish to use this data for your own purposes, i.e: to make a custom player, you should be caching the songs list so your application has something to fallback to if a breaking change to the format is made.
2022-11-12 23:08:28 -05:00
```yaml
2022-12-07 19:29:16 -05:00
required: [ version, songs ]
2022-12-09 15:12:03 -05:00
$defs:
GWRadioURI:
type: uri
description: 'A URI that points to the source file. See `GWMediaPlayer.fromURIToAbsolute()` for how to convert to a URL'
2022-11-12 23:08:28 -05:00
properties:
2022-11-16 05:47:46 -05:00
version: { type: integer }
songs:
2022-11-12 23:08:28 -05:00
items:
2022-11-16 05:47:46 -05:00
required: [ id, sources ]
2022-11-12 23:08:28 -05:00
properties:
2022-11-16 05:47:46 -05:00
id:
type: string
tags:
2022-12-09 15:12:03 -05:00
description: 'A list of tags used for filtering.'
2022-11-16 05:47:46 -05:00
type: array
2022-12-09 15:12:03 -05:00
items:
- const: sus
description: >-
Media information will render in the Among Us Font.
In imposter mode, only songs tagged with sus will be in shuffle
2022-12-09 15:12:03 -05:00
- const: niggers
description: >-
Media that was originally available through the now-defunct nigge.rs online radio.
Tagged items may contain the original _nigid and/or _nigkey as metadata
$seeAlso:
- '#/properties/songs/items/properties/metadata/properties/_nigid'
- '#/properties/songs/items/properties/metadata/properties/_nigkey'
2022-12-09 15:12:03 -05:00
- const: splash-song
description: 'Media that can play on the Glowers Club splash page.'
2022-12-09 15:12:03 -05:00
- const: misc
description: 'Media that does not significantly contain music.'
2022-12-09 15:12:03 -05:00
- const: moonman
description: 'Moonman songs'
2022-12-09 17:29:25 -05:00
- const: metadata-prefer-id
description: >-
Use the Media id instead of the metadata title for MediaSession.
Primarily for media where the source title does not match the assigned id
2022-12-09 15:12:03 -05:00
- regex: '^radio\-media\-style\-[a-z\-]+'
description: >-
2022-12-09 15:19:49 -05:00
Used to add or remove styling for particular Media, such as to remove the
Album Art box or disable background blur.
- type: string
description: 'Tags may also be arbitrary'
2022-12-09 15:12:03 -05:00
2022-11-16 05:47:46 -05:00
metadata:
required: [ title, artist ]
properties:
title: { type: string }
artist: { type: string }
2022-12-07 19:29:16 -05:00
href:
description: 'A URL the original source can be found, if known. Link may be dead'
type: string
format: url
_nigid:
2022-12-09 15:12:03 -05:00
$seeAlso: '#/properties/songs/items/properties/tags/items/1'
description: 'The original song id from nigge.rs.'
2022-12-07 19:29:16 -05:00
type: string
_nigkey:
2022-12-09 15:12:03 -05:00
$seeAlso: '#/properties/songs/items/properties/tags/items/1'
description: 'Content of _id from the original nigge.rs song entry.'
2022-12-07 19:29:16 -05:00
type: string
2022-11-16 05:47:46 -05:00
sources:
type: array
items:
- required: [ type, url ]
properties:
type: { type: string, format: mimetype }
2022-12-13 02:33:53 -05:00
codecs:
description: 'A list of codec declarations. This is checked alongside the type on the client'
type: array
items:
- type: string
2022-12-09 15:12:03 -05:00
uri: { "$ref": "#/$defs/GWRadioURI" }
2022-12-07 19:29:16 -05:00
previews:
description: >-
This is an array so GWMediaPlayer can better display videos being played as audio only.
The first Item is how the MediaItem *should* be displayed, other Items are alternative versions the player may use.
type: array
items:
- properties:
display_type:
description: 'Used to determine how the media should be displayed. See GWMediaPlayer.EDisplayType'
type: string
2022-12-09 15:12:03 -05:00
uri: { "$ref": "#/$defs/GWRadioURI" }
2022-12-07 19:29:16 -05:00
type: { type: string, format: mimetype }
size: { type: string }
2022-11-12 23:08:28 -05:00
```
2022-12-09 15:12:03 -05:00