From 2c0be175c7e318c3fea122d7f2075952d0f5b889 Mon Sep 17 00:00:00 2001 From: GilbN <24592972+GilbN@users.noreply.github.com> Date: Sat, 24 Apr 2021 23:02:41 +0200 Subject: [PATCH] Created Bazarr 4K Logo (markdown) --- Bazarr-4K-Logo.md | 52 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 Bazarr-4K-Logo.md diff --git a/Bazarr-4K-Logo.md b/Bazarr-4K-Logo.md new file mode 100644 index 0000000..3426257 --- /dev/null +++ b/Bazarr-4K-Logo.md @@ -0,0 +1,52 @@ +Adds a 4K logo to your Bazarr css. +

+Screen Shot 1 +

+

+Screen Shot 1 +

+ +## Setup + +#### Docker mod +`-e TP_ADDON=bazarr-4k-logo` + +#### Nginx +Examples of how to add it: + +```nginx +proxy_set_header Accept-Encoding ""; +sub_filter +'' +' + +'; +sub_filter_once on; +``` + +#### Apache + +```nginx +AddOutputFilterByType SUBSTITUTE text/html + Substitute 's| ' +';|' +``` + +#### Caddy + +```nginx +filter rule { + content_type text/html.* + search_pattern + replacement "" +} +``` + +#### Stylus + +Just add another import line. + +```css +@import "https://gilbn.github.io/theme.park/CSS/themes/bazarr/THEME.css"; +@import "https://gilbn.github.io/theme.park/CSS/addons/bazarr/bazarr-4k-logo.css"; +``` \ No newline at end of file