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