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 3c5501643b added feedparser for testing RSS 2024-01-18 15:07:44 +01:00
audio sqlite music library table creation script added 2024-01-18 10:51:12 +01:00
database sqlite deals now with playlist generation etc 2024-01-18 14:07:57 +01:00
fonts pillow autogen graphics for socials 2024-01-11 00:20:43 +01:00
html RSS template now conforming to standards 2024-01-15 22:04:34 +01:00
logs initial commit of the antena radio show scripts 2023-11-30 18:48:15 +01:00
music pillow autogen graphics for socials 2024-01-11 00:20:43 +01:00
playlists sqlite deals now with playlist generation etc 2024-01-18 14:07:57 +01:00
.gitignore run.sh and .gitignore added 2024-01-16 11:29:30 +01:00
LICENSE Initial commit 2023-11-29 13:42:23 +01:00
README.md RSS template now conforming to standards 2024-01-15 22:04:34 +01:00
feed_parser.py added feedparser for testing RSS 2024-01-18 15:07:44 +01:00
list_all_sundays.py run.sh and .gitignore added 2024-01-16 11:29:30 +01:00
mk_master_playlist.sh pillow autogen graphics for socials 2024-01-11 00:20:43 +01:00
mk_music_library_db.py sqlite deals now with playlist generation etc 2024-01-18 14:07:57 +01:00
mk_show.py added feedparser for testing RSS 2024-01-18 15:07:44 +01:00
nonstop_web_stream.liq teseting output to file 2024-01-05 01:47:03 +01:00
runme.sh sqlite music library table creation script added 2024-01-18 10:51:12 +01:00

README.md

antena

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

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