Skip to content

Eduardolicious/radico8

 
 

Repository files navigation

radico8

radico8 is both a youtube stream and web radio that plays pico-8 music.

submitting songs

if you know some good pico-8 music, submit a pull request adding the lexaloffle cart-id and track to the playlist.txt file.

issues

please create a github issue if the stream is down and i'll try to get it back up as soon as i can. you can submit issues for small feature suggestions and bugfixes too.

how it works

  • a headless instance of pico-8 is running inside a docker container.
  • pico-8 listens on stdin to figure out which carts it should play next.
  • a shell script listens on stdout of pico-8 to produce the youtube video image.
  • ffmpeg listens to any audio produced in the docker container and forwards it to icecast and youtube.
  • a cron job runs every hour to load playlist updates into the radio.
  • carts are downloaded as p8.png images directly from lexaloffle.

credits

legal stuff

please don't sue me. i'm not that rich anyways, so it's probably not worth it. if you're the author of a song and you'd like it removed from the radio, just submit a pull request to remove that song.

this repo is licensed under CC4-BY-NC-SA because most pico-8 games use that license too.

About

A pico8 web radio.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 67.7%
  • Lua 29.2%
  • Dockerfile 3.1%