🙋🏻♂️ Halloen#
I’m Thomas, and I really like Radio and Broadcast automation systems..
🚴 For some reason I’m into bikes(!) Omafiets in particular. Don’t ask why.
I rarely write and post, but will do my best😊
Topics that may appear here:
- Web development thoughts, ideas
- Radio automation scripts, setup
- who knows, whatever comes to mind.
📻 Radiohjelpen#
I have a small side hustle where i offer services related to radio broadcasting.
- Setup and configuring automation systems
- Custom scripts to automate your tasks
- Building and preparing studios
- Troubleshooting, maintenance and setup of your environment
Feel free to reach out 🤓
Enhanced the Radio Studio Monitor with automatic song history tracking, showing the last three played songs for better context.
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
Short script that changes the audio output
How to match a movement message with regex?
Just a brief note on packages on my Mac..
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 ' ;
A quick guide on how to set up virtual audio cables in linux
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 :)
...
Bought a new - used - mixer for my personal radio studio… And made a mess!
This script makes your Launchpad MIDIcontroller interact with mAirlist.. Inspired by Thomas Kloppholzs’ Launchpad Script. Changed for our current need.