Nebula Station Welcome Theme
System Default Broadcast
Station Broadcast Schedule
Broadcast Request Pipeline
Request any song you want played on our stream. Admins will review and add acceptable submissions to the playing queue immediately.
Atmospheric Track Library
All tracks currently loaded on our broadcast systems. Click track metadata to copy target values or inspect availability.
Station Navigation
Log Out PanelNeed Broadcast Sync?
Changes are instantly published to listener applications worldwide via our live data binding pipeline.
Global Listeners
0
Real-time calculation active
Loaded Library Tracks
0
Available for playback loops
Queue Size
0
Scheduled tracks array length
Database Queries
0
Custom SQL executions
Active Broadcast Controller
Awaiting broadcast selection
Select a track to start the automatic loop and update all clients instantly.
Global Music Database Registry
Define track targets, media sources, and configure playback metadata instantly.
Add Sound Recording to Registry
Available Track Listings (MySQL Simulator Sync)
| Track ID | Metadata Info | Category | Duration | Database Actions |
|---|
Interactive Song Request Processing Desk
Incoming user queries from the listener pipeline are cataloged below. Approve, discard or check entries immediately.
Note: This simulator supports SELECT, INSERT, UPDATE, and DELETE queries over standard station DB sets.
SQL Result Set Output Grid
0.00 ms responseStation Database Tables
`tracks` table
- `id` (INT Primary Key)
- `title` (VARCHAR 255)
- `artist` (VARCHAR 255)
- `genre` (VARCHAR 100)
- `duration` (VARCHAR 50)
- `url` (VARCHAR 512)
`song_requests` table
- `req_id` (INT Primary Key)
- `sender` (VARCHAR 100)
- `title` (VARCHAR 255)
- `artist` (VARCHAR 255)
- `notes` (TEXT)
- `status` (VARCHAR 50)
`chat_messages` table
- `msg_id` (INT Primary Key)
- `username` (VARCHAR 100)
- `message` (TEXT)
- `timestamp` (DATETIME)