File tree Expand file tree Collapse file tree 14 files changed +139
-0
lines changed
readarr/readarr-alt-favicon
sonarr-anime-blue-favicon Expand file tree Collapse file tree 14 files changed +139
-0
lines changed Original file line number Diff line number Diff line change 1+ # Radarr 4K Favicon
2+
3+ {% set addon_app = "radarr" %}
4+ {% set addon_name = "radarr-4k-favicon" %}
5+
6+ The addon will change the favicon in the browser and icon on mobile etc.
7+
8+ !!! info
9+ Implementation is through docker-mods/scripts.
10+
11+ ` -e TP_ADDON={{ addon_name }} `
12+
13+ If adding multiple mods, enter them in an array separated by `|`. `-e TP_ADDON=addon1|addon2`
14+
15+ Or you can just replace the files in /app/bin/UI/Content/Images/Icons
16+
17+ The files can be found in the addons folder: https://github.com/themepark-dev/theme.park/tree/develop/css/addons/radarr
18+
19+ <p ><a href =" browser.jpg " rel =" noopener " ><img src =" browser.jpg " alt =" Screen Shot 1 " /></a ></p >
20+ <p ><a href =" /themes/addons/mobile.jpg " rel =" noopener " ><img src =" /themes/addons/mobile.jpg " alt =" Screen Shot 1 " /></a ></p >
Original file line number Diff line number Diff line change 1+ # Radarr Anime Favicon
2+
3+ {% set addon_app = "radarr" %}
4+ {% set addon_name = "radarr-anime-favicon" %}
5+
6+ The addon will change the favicon in the browser and icon on mobile etc.
7+
8+ !!! info
9+ Implementation is through docker-mods/scripts.
10+
11+ ` -e TP_ADDON={{ addon_name }} `
12+
13+ If adding multiple mods, enter them in an array separated by `|`. `-e TP_ADDON=addon1|addon2`
14+
15+ Or you can just replace the files in /app/bin/UI/Content/Images/Icons
16+
17+ The files can be found in the addons folder: https://github.com/themepark-dev/theme.park/tree/develop/css/addons/radarr
18+
19+ <p ><a href =" browser.jpg " rel =" noopener " ><img src =" browser.jpg " alt =" Screen Shot 1 " /></a ></p >
20+ <p ><a href =" /themes/addons/mobile.jpg " rel =" noopener " ><img src =" /themes/addons/mobile.jpg " alt =" Screen Shot 1 " /></a ></p >
21+
Original file line number Diff line number Diff line change 1+ # Readarr Alt Favicon
2+
3+ {% set addon_app = "readarr" %}
4+ {% set addon_name = "readarr-alt-favicon" %}
5+
6+ The addon will change the favicon in the browser and icon on mobile etc.
7+
8+ !!! info
9+ Implementation is through docker-mods/scripts.
10+
11+ ` -e TP_ADDON={{ addon_name }} `
12+
13+ If adding multiple mods, enter them in an array separated by `|`. `-e TP_ADDON=addon1|addon2`
14+
15+ Or you can just replace the files in /app/bin/UI/Content/Images/Icons
16+
17+ The files can be found in the addons folder: https://github.com/themepark-dev/theme.park/tree/develop/css/addons/readarr
18+
19+ <p ><a href =" browser.jpg " rel =" noopener " ><img src =" browser.jpg " alt =" Screen Shot 1 " /></a ></p >
20+ <p ><a href =" /themes/addons/mobile.jpg " rel =" noopener " ><img src =" /themes/addons/mobile.jpg " alt =" Screen Shot 1 " /></a ></p >
Original file line number Diff line number Diff line change 1+ # Sonarr 4K Favicon
2+
3+ {% set addon_app = "sonarr" %}
4+ {% set addon_name = "sonarr-4k-favicon" %}
5+
6+ The addon will change the favicon in the browser and icon on mobile etc.
7+
8+ !!! info
9+ Implementation is through docker-mods/scripts.
10+
11+ ` -e TP_ADDON={{ addon_name }} `
12+
13+ If adding multiple mods, enter them in an array separated by `|`. `-e TP_ADDON=addon1|addon2`
14+
15+ Or you can just replace the files in /app/bin/UI/Content/Images/Icons
16+
17+ The files can be found in the addons folder: https://github.com/themepark-dev/theme.park/tree/develop/css/addons/sonarr
18+
19+ <p ><a href =" browser.jpg " rel =" noopener " ><img src =" browser.jpg " alt =" Screen Shot 1 " /></a ></p >
20+ <p ><a href =" /themes/addons/mobile.jpg " rel =" noopener " ><img src =" /themes/addons/mobile.jpg " alt =" Screen Shot 1 " /></a ></p >
You can’t perform that action at this time.
0 commit comments