Generative radio show of contemporary Slovenian independent music for Mariborski radio študent - MARŠ. Scripted using Liquidsoap and assorted other scripting glue, bash, python...
 
 
 
 
Go to file
Rob Canning 2a13dfab7a python based recorder and autocue for recording fills 2024-01-29 23:22:53 +01:00
audio python based recorder and autocue for recording fills 2024-01-29 23:22:53 +01:00
database python based recorder and autocue for recording fills 2024-01-29 23:22:53 +01:00
fonts
html
logs
music
playlists
.gitignore
LICENSE
README.md
feed_parser.py
list_all_sundays.py
mk_music_library_db.py
mk_show.py python based recorder and autocue for recording fills 2024-01-29 23:22:53 +01:00
nonstop_web_stream.liq
recorder.py python based recorder and autocue for recording fills 2024-01-29 23:22:53 +01:00
runme.sh

README.md

uho

usage examples:

./mk_show.py --episode 2 --date 2024-03-11 --playlist keep --web --art --mp3

./mk_show.py --episode 2 --insert_fill --top_tail

./mk_show.py --episode 2 --date 2024-03-11 --playlist edit --web --art --insert_fill --top_tail

Generative radio show of contemporary Slovenian independent music for Mariborski radio študent - MARŠ. Scripted using Liquidsoap and assorted other scripting glue, bash, python...

featured labels and artists: https://pharmafabrik.bandcamp.com/ https://kamizdat.bandcamp.com/ https://sploh.bandcamp.com/ https://zalozba.radiostudent.si/ https://13bratarhiv.bandcamp.com/ https://klopotec.bandcamp.com/ https://hexenbrutal.bandcamp.com https://musiclabstudio.bandcamp.com/ https://kataman.org/ https://matrixmusicarhiv.bandcamp.com/ https://moonleerecords.bandcamp.com/

https://sirom.bandcamp.com/music https://kikiriki.bandcamp.com

unziping bandcamp for i in *.zip; do b=basename "$i" .zip; echo unzip "$i" -d "$b" ; done

install notes

now using a venv so :

python3 -m venv .venv source .venv/bin/activate

pip install tinytag scikit-image popen

sudo apt install portaudio mp3info

pip install pyaudio playsound pynput

recorder?

run the script

// fresh start echo "" > playlists/track_playout_history.txt; rm show.db ; mk_master_playlist.sh; ./mk_show.py 2 2024-04-17;

// generate podcast episode 3 with a release date of 2024-02-23

/mk_show.py 3 2024-02-23