🎵 Welcome to the Label

Discovering and releasing the darkest electronic sounds since 2025

50+ Label Artists
200+ Releases
15 Countries

🎧 The Label Story

EST. 2025 • UNDERGROUND ELECTRONIC

AREYOULUVME¿ RECORD LABEL was founded in the digital underground of 2025, born from a collective desire to give voice to the most experimental and uncompromising electronic artists.

We don't just release music – we curate sonic experiences that challenge conventions. Our roster spans trashwave pioneers, breakcore innovators, witch house conjurers, and experimental hip-hop alchemists from across the globe.

Every release on AREYOULUVME¿ tells a story of artistic rebellion, pushing the boundaries of what electronic music can be in the digital age.

🎤 Featured Label Artists

SHADOWBEATS

Breakcore • 12 Releases

Label Veteran

VoidCaster

Witch House • 8 Releases

Rising Star

PixelDeath

Trashwave • 15 Releases

Label Pioneer

DigitalChaos

Experimental Hip-Hop • 6 Releases

New Signing

💿 Label Services

Music Production

Professional production support for our artists, from initial concepts to final mastering with underground aesthetic focus.

Digital Distribution

Global distribution across all major platforms while maintaining our underground identity and artistic integrity.

Visual Identity

Custom artwork, music videos, and visual branding that captures the dark essence of underground electronic music.

Promotion & Marketing

Targeted promotion to underground music communities, playlist placement, and showcases at electronic music events.

💽 Latest Label Releases

ALM-047

Dark Pulse EP

SHADOWBEATS

Dec 2024 #breakcore
ALM-046

Neon Graveyard

VoidCaster

Nov 2024 #witchhouse
ALM-045

Glitch Dreams

PixelDeath

Oct 2024 #trashwave

🎯 Artist Submissions

Are you ready to join the AREYOULUVME¿ family? We're always looking for innovative artists pushing the boundaries of underground electronic music.

1

Prepare Your Demo

3-5 of your best tracks that showcase your unique sound

2

Submit Online

Send via our digital submission portal with artist bio

3

Label Review

Our A&R team reviews all submissions within 30 days

🎧 Experience Our Music

📻

ALMPLUS.FM Radio

24/7 streaming of our complete label catalog and underground electronic discoveries.

Listen to Radio
🖥️

Full Studio Experience

Complete Ubuntu desktop interface with label management tools and production suite.

Activities
AREYOULUVME¿ RECORD LABEL OS
12:34 Wed Oct 4
Terminal - ALMPLUS.FM Radio Server
root@almplus-radio:~# systemctl status almplus-fm.service
● almplus-fm.service - ALMPLUS.FM Underground Radio Stream
   Loaded: loaded (/etc/systemd/system/almplus-fm.service; enabled; vendor preset: enabled)
   Active: active (running) since Wed 2025-01-01 00:00:00 UTC; 24h ago
   Main PID: 1337 (liquidsoap)
root@almplus-radio:~# curl -s http://localhost:8998/api/nowplaying
{"artist": "Loading...", "title": "Connecting to stream...", "genre": "#underground"}
root@almplus-radio:~#
ALMPLUS.FM - Underground Radio
Connecting...
ALMPLUS.FM
#underground #trashwave
LIVE 320kbps
Loading track history...

Live radio stream - No queue available

Tune in to discover new underground tracks!

Files - /home/music/releases/latest
Home music releases latest
Loading latest releases...
Upcoming Releases - Music Pipeline
12
Scheduled
5
Genres
3 days
Next Drop
Loading upcoming releases...
Visual Studio Code - music-scripts
EXPLORER
music-scripts
stream_monitor.py
genre_classifier.js
track_analyzer.ts
metadata_parser.rs
api_server.go
audio_processor.rb
MobileApp.swift
StreamService.kt
flutter_player.dart
legacy_parser.pl
database.sql
config.yaml
stream_monitor.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/usr/bin/env python3
"""
ALMPLUS.FM Stream Monitor
Real-time monitoring of underground radio stream
"""

import asyncio
import json
import websockets
from datetime import datetime

class StreamMonitor:
    def __init__(self, stream_url="http://localhost:8998"):
        self.stream_url = stream_url
        self.listeners = []
        
    async def monitor_nowplaying(self):
        """Monitor current track and metadata"""
        while True:
            try:
                response = await self.fetch_nowplaying()
                if response:
                    await self.broadcast_update(response)
                await asyncio.sleep(5)
            except Exception as e:
                print(f"Error: {e}")
                
    async def fetch_nowplaying(self):
        # Fetch current track from liquidsoap
Terminal
Files
Music Player
Text Editor
Settings
Trash
AREYOULUVME¿ Music Server
Starting underground music services...