mirror of
https://git.lurk.org/repos/radio-looptober.git
synced 2024-12-22 12:30:32 +01:00
legacy respect
This commit is contained in:
parent
34caf4b8a9
commit
5e307158d9
40
README
Normal file
40
README
Normal file
@ -0,0 +1,40 @@
|
|||||||
|
radio-looptober
|
||||||
|
===============
|
||||||
|
|
||||||
|
Can somehow download MP3 files posted under #looptober tag and turn that into
|
||||||
|
a radio stream that for sure will be listened by billions across the fedi.
|
||||||
|
|
||||||
|
|
||||||
|
BUT HOW
|
||||||
|
-------
|
||||||
|
|
||||||
|
There are two scripts:
|
||||||
|
* stream_loooooops.sh
|
||||||
|
* wrapper around ezstream
|
||||||
|
* takes a playlist and streams it
|
||||||
|
* download_loooooops.py
|
||||||
|
* gets latest toots tagged with #looptoper
|
||||||
|
* download all the attachment if new
|
||||||
|
* generates new playlist and tells ezstream to reload it
|
||||||
|
|
||||||
|
|
||||||
|
USAGE
|
||||||
|
-----
|
||||||
|
|
||||||
|
Quick and dirty, two tmux panes:
|
||||||
|
* `while true; do ./download_loooooops.py && sleep 1d; done`
|
||||||
|
* `stream_loooooops.sh`
|
||||||
|
|
||||||
|
You can start whichever you want firt.
|
||||||
|
|
||||||
|
|
||||||
|
AGPL + DONATIONWARE
|
||||||
|
-------------------
|
||||||
|
|
||||||
|
devi is dual licensed AGPL and donationware.
|
||||||
|
If you find radio-looptober useful and can afford it, a donation to LURK is
|
||||||
|
greatly appreciated :)
|
||||||
|
|
||||||
|
https://opencollective.com/lurk
|
||||||
|
|
||||||
|
|
40
README.md
40
README.md
@ -1,40 +0,0 @@
|
|||||||
radio-looptober
|
|
||||||
===============
|
|
||||||
|
|
||||||
Can somehow download MP3 files posted under #looptober tag and turn that into
|
|
||||||
a radio stream that for sure will be listened by billions across the fedi.
|
|
||||||
|
|
||||||
|
|
||||||
BUT HOW
|
|
||||||
-------
|
|
||||||
|
|
||||||
There are two scripts:
|
|
||||||
* stream_loooooops.sh
|
|
||||||
* wrapper around ezstream
|
|
||||||
* takes a playlist and streams it
|
|
||||||
* download_loooooops.py
|
|
||||||
* gets latest toots tagged with #looptoper
|
|
||||||
* download all the attachment if new
|
|
||||||
* generates new playlist and tells ezstream to reload it
|
|
||||||
|
|
||||||
|
|
||||||
USAGE
|
|
||||||
-----
|
|
||||||
|
|
||||||
Quick and dirty, two tmux panes:
|
|
||||||
* `while true; do ./download_loooooops.py && sleep 1d; done`
|
|
||||||
* `stream_loooooops.sh`
|
|
||||||
|
|
||||||
You can start whichever you want firt.
|
|
||||||
|
|
||||||
|
|
||||||
AGPL + DONATIONWARE
|
|
||||||
-------------------
|
|
||||||
|
|
||||||
devi is dual licensed AGPL and donationware.
|
|
||||||
If you find radio-looptober useful and can afford it, a donation to LURK is
|
|
||||||
greatly appreciated :)
|
|
||||||
|
|
||||||
https://opencollective.com/lurk
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user