Some checks are pending
Check Stream Links / Link Checker (push) Waiting to run
135 lines
4.0 KiB
YAML
135 lines
4.0 KiB
YAML
name: 🎵 Submit a new Station
|
|
description: Propose a high-quality station for the global list.
|
|
title: "[New Station]: <Station Name Here>"
|
|
labels: ["submission", "needs-review"]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
# 📻 Station Submission
|
|
Thanks for contributing! Please ensure the station works globally and isn't already on the list.
|
|
_Fields marked with an asterisk (*) are required._
|
|
|
|
- type: input
|
|
id: station-name
|
|
attributes:
|
|
label: Station Name
|
|
description: The official name of the station.
|
|
placeholder: e.g. FIP Radio
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: description
|
|
attributes:
|
|
label: The Vibe Check
|
|
description: In one sentence, why does this station belong here?
|
|
placeholder: e.g. The pioneer of independent internet radio. Famous for ambient, downtempo, and "Groove Salad" vibes.
|
|
validations:
|
|
required: true
|
|
|
|
- type: dropdown
|
|
id: genre
|
|
attributes:
|
|
label: Category / Genre
|
|
description: Select the section where this station belongs.
|
|
multiple: true
|
|
options:
|
|
- 🧘 Ambient, Lo-Fi & Chill
|
|
- 🎻 Classical & Opera
|
|
- 🏛️ College, Freeform & Community
|
|
- 🕰️ Decades, Oldies & Nostalgia
|
|
- ⚡ Electronic: General, House & Techno
|
|
- 🍬 Electronic: Hyperpop & Glitchcore
|
|
- 🏎️ Electronic: Phonk & Drift
|
|
- 🌅 Electronic: Synthwave & Retrowave
|
|
- 🕺 Funk, Soul & Disco
|
|
- 🎤 Hip-Hop & Rap
|
|
- 🎷 Jazz & Blues
|
|
- 🤘 Metal & Heavy
|
|
- 🎙️ News & Spoken Word
|
|
- 🦁 Reggae & Dub
|
|
- 🎸 Rock, Indie, Alt, Country & Folk
|
|
- 👾 Video Game & Chiptune
|
|
- 🌍 World & Regional
|
|
- 🎄 Christmas Music & Holiday
|
|
- 💿 HiRes / Lossless Focused
|
|
- 🧪 Experimental, Nerdy & Scanners
|
|
- 🌐 Multi-Station Network
|
|
- ❓ Other / Unlisted (Specify below)
|
|
validations:
|
|
required: true
|
|
|
|
- type: input
|
|
id: other-genre
|
|
attributes:
|
|
label: Custom Genre (if "Other" selected)
|
|
description: If you selected "Other" above, please describe the genre here.
|
|
placeholder: e.g. K-Pop, Bluegrass, Math Rock
|
|
validations:
|
|
required: false
|
|
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
---
|
|
### 📡 Technical Details
|
|
We prefer links to the official station website or web player, as direct stream links often change.
|
|
|
|
- type: input
|
|
id: website
|
|
attributes:
|
|
label: Official Website / Web Player
|
|
description: The main page where we can listen to the station.
|
|
placeholder: https://www.radiofrance.fr/fip
|
|
validations:
|
|
required: true
|
|
|
|
- type: input
|
|
id: stream-url
|
|
attributes:
|
|
label: Direct Stream URL (Optional)
|
|
description: If you happen to have the direct stream link (.m3u, .pls, .mp3), add it here. Otherwise, leave blank.
|
|
placeholder: https://icecast.radiofrance.fr/fip-midfi.mp3
|
|
validations:
|
|
required: false
|
|
|
|
- type: input
|
|
id: location
|
|
attributes:
|
|
label: Location
|
|
description: City, Country (or "Global/Internet Only")
|
|
placeholder: Paris, France
|
|
validations:
|
|
required: false
|
|
|
|
- type: dropdown
|
|
id: quality
|
|
attributes:
|
|
label: Audio Quality
|
|
description: What is the broadcast quality?
|
|
options:
|
|
- Unknown
|
|
- Standard (128kbps MP3/AAC)
|
|
- High (192kbps - 256kbps)
|
|
- Lossless / Hi-Res (FLAC/ALAC)
|
|
validations:
|
|
required: false
|
|
|
|
- type: checkboxes
|
|
id: confirmation
|
|
attributes:
|
|
label: Final Checks
|
|
options:
|
|
- label: I have tested the link in the last 24 hours.
|
|
required: true
|
|
- label: This station works globally (no geo-blocking).
|
|
required: true
|
|
- label: This is a human-curated station (no AI-generated playlists).
|
|
required: true
|
|
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
_Hit submit and relax. I'll review this typically within 24h._ ✌️
|