Compare commits

...

2 Commits

Author SHA1 Message Date
xfnw 357fd8ad09 remove legacy git interface 2021-11-04 11:38:41 -04:00
xfnw deef4f6728 change tilderadio urls 2021-11-04 11:36:45 -04:00
3 changed files with 2 additions and 4 deletions

2
dep.sh
View File

@ -1,2 +0,0 @@
gweb -p radio -r ~/ph/git/radio.git -l https://xfnw.ttm.sh/git/radio.git ~/ph/git/radio

View File

@ -20,7 +20,7 @@ radio = crossfade(normalize(playlist.once(argv(1),random=false,reload_mode="watc
radio = on_metadata(apply_metadata,radio)
output.icecast(%vorbis,
host="radio.tildeverse.org",user=user,port=8005,password=password,
host="azuracast.tilderadio.org",user=user,port=8005,password=password,
mount="/",
on_blank(shutdown,radio),
on_stop=shutdown,

View File

@ -20,7 +20,7 @@ radio = crossfade(normalize(playlist.once(argv(1),random=false,reload_mode="watc
radio = on_metadata(apply_metadata,radio)
output.icecast(%vorbis,
host="radio.tildeverse.org",user=user,port=8015,password=password,
host="azuracast.tilderadio.org",user=user,port=8015,password=password,
mount="/",
on_blank(shutdown,radio),
on_stop=shutdown,