Compare commits

...

3 Commits

Author SHA1 Message Date
vulpine abcf01e95f download audio from yt 2020-08-22 12:46:50 -04:00
vulpine e98b852836 fix stupid mimetype bug in liquidsoap 2020-08-22 12:39:13 -04:00
vulpine cac52741e1 clean up unused functions a bit 2020-08-22 12:23:44 -04:00
4 changed files with 6 additions and 2 deletions

2
dl Executable file
View File

@ -0,0 +1,2 @@
youtube-dl --extract-audio --audio-format mp3 $1

View File

@ -3,6 +3,8 @@
# annotate:title="Title 1",artist="Artist 1":
#echo "#EXTM3U"
echo # stupid liquid mimetype bug, stop thinking my pl
# are csv files lmao
while [[ 1 ]]; do
read -p 'continue (^c to cancel)?'

View File

@ -15,7 +15,7 @@ end
%include "passwords.liq"
radio = crossfade(normalize(random([playlist.once(argv(1),random=false,reload_mode="watch")])))
radio = crossfade(normalize(playlist.once(argv(1),random=false,reload_mode="watch")))
radio = on_metadata(apply_metadata,radio)

View File

@ -15,7 +15,7 @@ end
%include "passwords.liq"
radio = crossfade(normalize(random([playlist.once(argv(1),random=false,reload_mode="watch")])))
radio = crossfade(normalize(playlist.once(argv(1),random=false,reload_mode="watch")))
radio = on_metadata(apply_metadata,radio)