Radio Studio Monitor Gets Song History Feature

Enhanced the Radio Studio Monitor with automatic song history tracking, showing the last three played songs for better context.

September 15, 2025 · Thomas Mongstad

Pihole Wildcard DNS

Until now I’ve been adding all my sub-sub domains manually in my home lab in the PiHole GUI.. There must be a better way.. And there is! In your PiHole Instance go to /etc/dmasq.d/ Create a new file. 02-wildcards.conf Add this line to the file: address=/.subdomain.domain.tld/192.168.1.2 Save the file and run the command service pihole-FTL restart

September 9, 2025 · Thomas Mongstad

Change Audio output in mAirlist with a script

Short script that changes the audio output

January 23, 2025 · Thomas Mongstad

Regex Aviation

How to match a movement message with regex?

December 19, 2024 · Thomas Mongstad

Its Been a While

Just a brief note on packages on my Mac..

December 9, 2024 · Thomas Mongstad

Open Browser from mAirlist

Set your desired URL in the variables. Find path to your browser. Add this file as script to start or end of file, cartwall, button or whatever in mAirlist Voilá, you are opening your desired web page directly from mArilist in your preferred browser. c U B b e o R R e n n L O g d s W i . t = S n S E h ' R e h l t = l t E p ' x s C e : : c u / P t w r e w o ( w g B . r R y a O r m W . S n F E o i R / l , n e b s U R v G L % o ) C o ; 3 g % l A e 6 \ r C v h a r r o s m e e l \ / A t p i p m l e i t c a a b t e i l o l n 1 c - h 7 r 2 o 8 m 3 e 7 . e N x o e r ' g ; e / O s l o / O s l o / O s l o ? i = 0 ' ;

October 1, 2023 · Thomas Mongstad

Create Virtual Audio Cable in Ubuntu

A quick guide on how to set up virtual audio cables in linux

March 25, 2022 · Thomas Mongstad

Downloading from FTP with a script

Our newsprovider are uploading every hour to their FTP server for us to download and use. At their server the filename is: Nyheter_2022-03-25_20 (News_year-month-date_hour) const URL = 'ftp://**username**:**password**@*ftp1.newsprovider.dev*/*Filename_*'; var TIME: string; begin SystemLog('Downloading news.'); // Adding approx. 15 minutes to the current time, as we are downloading at 10 minutes to the hour. TIME := FormatDateTime('yyyy-mm-dd_hh', Now + 0.00555555); ShellExecuteHidden('curl', URL + TIME +'.wav --output M:\Database\Nyheter\nyheter.wav'); end. Just add this to your mAirlist event edior :) ...

March 25, 2022 · Thomas Mongstad

Yamaha MW12CX Faderstart

Bought a new - used - mixer for my personal radio studio… And made a mess!

February 10, 2022 · Thomas Mongstad

Ableton Launchpad vs Mairlist

This script makes your Launchpad MIDIcontroller interact with mAirlist.. Inspired by Thomas Kloppholzs’ Launchpad Script. Changed for our current need.

October 28, 2021 · Thomas Mongstad