TildeRadio IDs & jingles
Short pieces made for TildeRadio that can live on the community audio shelf and eventually turn up between shows or tracks.
audio guide ↓Record a TildeRadio station ID, make a jingle, pitch a strange one-off broadcast, or help with an event. You do not need Git knowledge to take part.
Short pieces made for TildeRadio that can live on the community audio shelf and eventually turn up between shows or tracks.
audio guide ↓Theme nights, relays, guest sets, time capsules, experiments, or another idea that needs airtime.
event guide ↓If what you really want is your own slot, the DJ handbook covers accounts, testing, and going live.
DJ handbook →TildeRadio station IDs should generally stay around 10 seconds or less. Preferred source formats are FLAC, WAV, OGG. The shelf can serve OGG/OGA, Opus, MP3, WAV, and FLAC files.
If you already work with Git, community audio submissions are deliberately boring:
community/audio/your-nick-tilderadio-id.ogg
data/community/audio/your-nick-tilderadio-id.json
Start with the sample metadata:
cp data/community/audio/example.json.sample \
data/community/audio/your-nick-tilderadio-id.json
{
"title": "TildeRadio ID by your-nick",
"by": "your-nick",
"file": "your-nick-tilderadio-id.ogg",
"description": "A very short description.",
"license": "CC BY 4.0",
"url": "https://example.com/",
"published": true
}
The file value names a file directly inside community/audio/.
The filename identifies the contributed audio clip, not a separate radio station. JSON filenames use lowercase
letters, numbers, and hyphens. Remove optional fields you do not need.
The loader rejects malformed JSON, unsafe filenames, missing audio files, oversized metadata, and unsupported audio extensions instead of breaking the page.
For a one-off show, takeover, relay, or themed event, bring the idea to IRC first. Useful details are:
Once an event is settled, its public listing lives in data/community.php and automatically appears on the community page with localized times.
You can submit through the source repository when that is convenient, but it is not a requirement. Drop into #tilderadio, say what you have, and we can work out the easiest way to get it onto the station.