diff --git a/images/ScreamRouter.png b/images/ScreamRouter.png index 46cd5f4..cee02db 100644 Binary files a/images/ScreamRouter.png and b/images/ScreamRouter.png differ diff --git a/readme.md b/readme.md index 5a7727f..c0316c9 100644 --- a/readme.md +++ b/readme.md @@ -22,6 +22,7 @@ The simplicity of Scream allows it to be very easy to work with while retaining * Can use ffmpeg to delay any sink, route, source, or group so sinks line up better * Can adjust equalization for any sink, route, source, or group * Contains a plugin system to easily allow additional sources to be added +* Milkdrop Visualizations thanks to the browser-based [Butterchurn](https://github.com/jberg/butterchurn) project * There are playback sinks available for common OSes such as [Windows](https://github.com/duncanthrax/scream/tree/master/Receivers/dotnet-windows/ScreamReader), [Linux](https://github.com/duncanthrax/scream/tree/master/Receivers/unix), and [Android](https://github.com/martinellimarco/scream-android/tree/90d1364ee36dd12ec9d7d2798926150b370030f3), as well as some embedded devices such as [the ESP32](http://tomeko.net/projects/esp32_rtp_pager/). ![Screenshot of ScreamRouter Equalizer](/images/Equalizer.png) diff --git a/site/imports/selects.html.jinja b/site/imports/selects.html.jinja index f32abbc..85630de 100644 --- a/site/imports/selects.html.jinja +++ b/site/imports/selects.html.jinja @@ -1,5 +1,5 @@ {% macro option(value, label, class="", data="{}", checked=False) %} - + {% if (data.__class__.__name__ == "SinkDescription" and not data.is_group) %} {% endif %}{{label}} {%- endmacro %} {% macro make_multiple_options(options, data="{}") %} diff --git a/site/index.html.jinja b/site/index.html.jinja index 23efc3a..c178261 100644 --- a/site/index.html.jinja +++ b/site/index.html.jinja @@ -2,97 +2,57 @@ {%- import "imports/buttons.html.jinja" as buttons -%} - {% if (data.__class__.__name__ == "SinkDescription" and not data.is_group) %} {% endif %}{{label}}
- -