Update favicons
|
@ -20,28 +20,26 @@
|
|||
${next.headIncludes()}
|
||||
|
||||
<!-- Favicons -->
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="${http_root}images/favicon/favicon-32x32.png?v=2.0.0">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="${http_root}images/favicon/favicon-16x16.png?v=2.0.0">
|
||||
<link rel="shortcut icon" href="${http_root}images/favicon/favicon.ico?v=2.0.0">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="${http_root}images/favicon/favicon-32x32.png?v=2.0.1">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="${http_root}images/favicon/favicon-16x16.png?v=2.0.1">
|
||||
<link rel="shortcut icon" href="${http_root}images/favicon/favicon.ico?v=2.0.1">
|
||||
|
||||
<!-- ICONS -->
|
||||
<!-- Android >M39 icon -->
|
||||
<!-- Android -->
|
||||
<link rel="icon" type="image/png" sizes="192x192" href="${http_root}images/favicon/android-chrome-192x192.png?v=2.0.0">
|
||||
<link rel="manifest" href="${http_root}json/Android-manifest.json?v=2.0.0">
|
||||
<meta name="theme-color" content="#1f1f1f">
|
||||
<link rel="manifest" href="${http_root}images/favicon/manifest.json?v=2.0.1">
|
||||
<meta name="theme-color" content="#282a2d">
|
||||
<!-- Apple -->
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="${http_root}images/favicon/apple-touch-icon.png?v=2.0.0">
|
||||
<link rel="mask-icon" href="${http_root}images/favicon/safari-pinned-tab.svg?v=2.0.0" color="#1f1f1f">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="${http_root}images/favicon/apple-touch-icon.png?v=2.0.1">
|
||||
<link rel="mask-icon" href="${http_root}images/favicon/safari-pinned-tab.svg?v=2.0.1" color="#282a2d">
|
||||
<meta name="apple-mobile-web-app-title" content="Tautulli">
|
||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black">
|
||||
<meta name="viewport" content="initial-scale=1">
|
||||
<meta name="format-detection" content="telephone=no">
|
||||
<!-- IE10 icon -->
|
||||
<!-- Microsoft -->
|
||||
<meta name="application-name" content="Tautulli">
|
||||
<meta name="msapplication-TileColor" content="#1f1f1f">
|
||||
<meta name="msapplication-TileImage" content="${http_root}images/favicon/mstile-144x144.png?v=2.0.0">
|
||||
<meta name="msapplication-config" content="${http_root}xml/IEconfig.xml?v=2.0.0" />
|
||||
<meta name="msapplication-config" content="${http_root}images/favicon/browserconfig.xml?v=2.0.1">
|
||||
</head>
|
||||
|
||||
<body class="content">
|
||||
|
|
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 8 KiB |
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 6.8 KiB |
Before Width: | Height: | Size: 5.9 KiB |
Before Width: | Height: | Size: 8.9 KiB |
Before Width: | Height: | Size: 7.6 KiB |
Before Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 9.3 KiB |
Before Width: | Height: | Size: 3 KiB |
Before Width: | Height: | Size: 2.6 KiB |
Before Width: | Height: | Size: 4 KiB |
Before Width: | Height: | Size: 3.5 KiB |
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 4.3 KiB |
Before Width: | Height: | Size: 9.3 KiB After Width: | Height: | Size: 3.7 KiB |
|
@ -2,10 +2,10 @@
|
|||
<browserconfig>
|
||||
<msapplication>
|
||||
<tile>
|
||||
<square70x70logo src="${http_root}images/favicon/mstile-70x70.png?v=2.0.0"/>
|
||||
<square150x150logo src="${http_root}images/favicon/mstile-150x150.png?v=2.0.0"/>
|
||||
<square310x310logo src="${http_root}images/favicon/mstile-310x310.png?v=2.0.0"/>
|
||||
<TileColor>#1f1f1f</TileColor>
|
||||
<square70x70logo src="${http_root}images/favicon/mstile-70x70.png?v=2.0.1"/>
|
||||
<square150x150logo src="${http_root}images/favicon/mstile-150x150.png?v=2.0.1"/>
|
||||
<square310x310logo src="${http_root}images/favicon/mstile-310x310.png?v=2.0.1"/>
|
||||
<TileColor>#282a2d</TileColor>
|
||||
</tile>
|
||||
</msapplication>
|
||||
</browserconfig>
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 644 B |
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
|
@ -2,17 +2,17 @@
|
|||
"name": "Tautulli",
|
||||
"icons": [
|
||||
{
|
||||
"src": "${http_root}images/favicon/android-chrome-192x192.png?v=2.0.0",
|
||||
"src": "${http_root}images/favicon/android-chrome-192x192.png?v=2.0.1",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "${http_root}images/favicon/android-chrome-256x256.png?v=2.0.0",
|
||||
"src": "${http_root}images/favicon/android-chrome-256x256.png?v=2.0.1",
|
||||
"sizes": "256x256",
|
||||
"type": "image/png"
|
||||
}
|
||||
],
|
||||
"theme_color": "#1f1f1f",
|
||||
"background_color": "#1f1f1f",
|
||||
"theme_color": "#282a2d",
|
||||
"background_color": "#282a2d",
|
||||
"display": "standalone"
|
||||
}
|
Before Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 4.8 KiB |
Before Width: | Height: | Size: 32 KiB After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 7.9 KiB After Width: | Height: | Size: 3.5 KiB |
|
@ -1,70 +1 @@
|
|||
<?xml version="1.0" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
|
||||
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
|
||||
<svg version="1.0" xmlns="http://www.w3.org/2000/svg"
|
||||
width="275.000000pt" height="275.000000pt" viewBox="0 0 275.000000 275.000000"
|
||||
preserveAspectRatio="xMidYMid meet">
|
||||
<metadata>
|
||||
Created by potrace 1.11, written by Peter Selinger 2001-2013
|
||||
</metadata>
|
||||
<g transform="translate(0.000000,275.000000) scale(0.100000,-0.100000)"
|
||||
fill="#000000" stroke="none">
|
||||
<path d="M2200 2569 c0 -4 -12 -11 -27 -17 -57 -20 -143 -130 -149 -187 -7
|
||||
-82 -6 -105 6 -140 7 -22 23 -56 36 -75 13 -19 20 -37 16 -40 -5 -3 -11 -13
|
||||
-15 -23 -4 -11 -12 -15 -19 -11 -7 4 -10 4 -6 -1 10 -11 -20 -65 -37 -65 -8 0
|
||||
-12 -6 -9 -14 3 -7 -2 -16 -11 -20 -9 -3 -14 -10 -11 -15 4 -5 -5 -18 -19 -30
|
||||
-15 -11 -26 -23 -27 -28 0 -4 -4 -7 -9 -6 -4 2 -6 -3 -4 -10 3 -6 -6 -24 -20
|
||||
-39 -14 -16 -23 -28 -20 -28 4 0 0 -7 -7 -15 -30 -33 -38 -45 -38 -55 0 -5 -4
|
||||
-10 -8 -10 -5 0 -17 -16 -28 -35 -10 -19 -22 -35 -26 -35 -5 0 -8 -5 -8 -10 0
|
||||
-10 -8 -22 -37 -55 -7 -7 -13 -17 -13 -22 0 -5 -13 -23 -30 -41 -16 -18 -31
|
||||
-36 -32 -40 -2 -4 -6 -6 -10 -5 -4 2 -4 -5 -1 -14 4 -10 2 -14 -4 -10 -6 4
|
||||
-13 -3 -17 -16 -3 -12 -16 -34 -30 -48 -14 -15 -22 -29 -19 -33 3 -3 -2 -8
|
||||
-11 -12 -9 -3 -16 -12 -16 -19 0 -6 -11 -24 -25 -39 -13 -14 -24 -30 -24 -33
|
||||
0 -4 -5 -9 -12 -12 -6 -2 -9 1 -6 6 3 5 -2 9 -12 8 -10 0 -45 2 -79 5 -34 3
|
||||
-62 2 -62 -2 0 -4 -7 -8 -15 -8 -21 0 -95 -33 -95 -43 0 -4 -5 -5 -12 -1 -7 5
|
||||
-8 3 -4 -5 5 -8 0 -14 -13 -18 -11 -3 -18 -9 -15 -14 3 -5 1 -9 -4 -9 -8 0
|
||||
-43 -60 -48 -82 -1 -5 -3 -10 -4 -13 -1 -3 -4 -9 -5 -15 -1 -5 -4 -13 -5 -17
|
||||
-1 -5 -1 -17 0 -28 1 -16 -5 -13 -28 15 -17 19 -28 38 -25 43 2 4 1 6 -4 5
|
||||
-14 -5 -114 112 -107 124 4 6 3 8 -3 5 -5 -3 -44 33 -85 81 -42 48 -90 103
|
||||
-107 122 -55 61 -72 88 -61 95 34 21 50 139 30 210 -6 22 -12 48 -13 57 -1 9
|
||||
-5 14 -9 12 -4 -3 -8 -2 -8 3 0 17 -70 84 -110 104 -26 14 -67 24 -110 27 -57
|
||||
4 -76 1 -121 -20 -30 -14 -67 -38 -83 -54 -33 -34 -70 -84 -61 -84 3 0 -1 -10
|
||||
-9 -22 -23 -37 -18 -147 8 -205 61 -130 212 -195 343 -149 38 13 41 13 59 -7
|
||||
10 -12 17 -23 15 -25 -1 -2 8 -13 21 -24 13 -11 22 -25 20 -32 -2 -6 -1 -8 3
|
||||
-4 7 7 35 -15 35 -27 0 -4 14 -20 30 -35 17 -15 30 -32 30 -38 0 -5 7 -13 16
|
||||
-16 8 -3 12 -11 8 -17 -4 -7 -3 -9 3 -6 11 7 49 -42 45 -56 -1 -5 1 -6 6 -3 8
|
||||
5 49 -35 43 -43 -1 -2 4 -8 13 -13 9 -5 13 -14 10 -20 -4 -6 -3 -8 3 -5 11 7
|
||||
45 -28 36 -37 -4 -3 2 -6 12 -6 10 0 15 -3 12 -6 -4 -4 4 -16 17 -28 13 -12
|
||||
31 -33 40 -47 15 -24 15 -27 0 -33 -8 -3 -21 -3 -26 1 -7 3 -8 1 -4 -5 4 -7
|
||||
-2 -16 -16 -22 -13 -6 -43 -24 -68 -40 -25 -16 -56 -35 -70 -42 -14 -7 -28
|
||||
-17 -31 -22 -4 -5 -12 -5 -19 -1 -9 5 -11 4 -6 -3 4 -7 3 -12 -1 -12 -5 0 -33
|
||||
-16 -63 -35 -61 -40 -63 -40 -82 -22 -7 8 -24 19 -36 26 -12 7 -20 17 -16 23
|
||||
4 7 3 8 -4 4 -6 -4 -31 -2 -54 5 -49 14 -128 18 -128 7 0 -5 -7 -8 -16 -8 -28
|
||||
0 -80 -30 -120 -69 -43 -43 -65 -68 -64 -76 1 -27 -1 -35 -9 -31 -5 3 -8 -32
|
||||
-7 -82 2 -128 46 -201 155 -256 96 -49 228 -27 309 52 17 16 34 27 37 24 4 -4
|
||||
5 -2 4 3 -4 15 11 56 20 51 6 -4 11 18 14 62 0 6 4 12 8 12 4 0 5 8 3 18 -2 9
|
||||
-5 36 -7 59 -4 40 -2 44 32 65 20 12 39 21 44 20 4 -1 7 3 7 9 0 6 7 8 17 5
|
||||
10 -4 14 -4 11 0 -6 5 54 54 67 54 2 0 24 14 49 31 25 17 51 27 57 23 8 -4 9
|
||||
-3 5 5 -4 6 0 14 11 18 10 3 30 14 44 24 14 10 29 16 33 12 3 -3 6 -1 6 5 0 7
|
||||
7 12 15 12 8 0 15 -7 15 -15 0 -8 -5 -15 -12 -15 -6 0 -9 -2 -6 -5 3 -3 0 -24
|
||||
-6 -47 -7 -23 -10 -59 -6 -83 4 -23 6 -52 5 -63 -1 -12 2 -19 6 -17 3 3 13
|
||||
-10 20 -28 19 -47 95 -113 152 -131 123 -40 255 4 319 106 22 36 45 44 60 23
|
||||
5 -6 8 -5 8 2 0 9 7 10 24 3 13 -5 44 -11 67 -15 24 -3 76 -12 114 -19 39 -8
|
||||
86 -17 106 -20 33 -6 38 -11 44 -43 12 -67 50 -124 113 -176 12 -9 26 -17 30
|
||||
-17 4 0 19 -6 34 -14 15 -8 56 -14 95 -14 245 0 365 295 190 468 -31 31 -64
|
||||
53 -92 61 -24 7 -42 15 -40 18 2 4 -20 5 -48 4 -29 -1 -52 -2 -52 -3 0 -1 -10
|
||||
-3 -23 -6 -61 -11 -182 -105 -182 -141 0 -9 -8 -12 -22 -8 -26 5 -184 33 -238
|
||||
41 -19 3 -42 8 -50 11 -15 6 -35 10 -70 12 -14 1 -20 8 -20 26 0 29 -39 115
|
||||
-60 132 -12 10 -13 15 -2 30 24 34 61 117 56 125 -3 4 0 8 6 8 6 0 9 4 6 8 -3
|
||||
5 -6 34 -7 65 -1 31 -6 57 -11 57 -4 0 -8 7 -8 16 0 9 -9 29 -21 45 -17 24
|
||||
-18 33 -9 44 7 8 16 12 21 9 5 -3 6 2 3 10 -3 9 -1 16 5 16 6 0 10 6 8 13 -1
|
||||
6 4 11 11 9 8 -1 11 1 8 6 -7 12 39 74 48 65 4 -4 4 0 0 10 -3 10 -1 17 5 17
|
||||
6 0 11 7 11 15 0 8 7 15 15 15 8 0 14 3 13 8 -3 10 110 180 199 297 5 6 26 36
|
||||
47 67 21 32 43 55 47 52 5 -3 6 1 4 8 -3 8 3 23 13 34 11 11 30 36 43 56 13
|
||||
19 40 58 59 86 l35 52 45 -7 c25 -3 50 -6 55 -6 78 5 153 38 199 87 68 72 96
|
||||
198 63 279 -9 20 -14 37 -11 37 5 0 -43 55 -76 86 -14 13 -28 24 -33 24 -4 0
|
||||
-5 5 -1 12 4 7 3 8 -4 4 -6 -4 -24 0 -40 8 -28 15 -192 19 -192 5z"/>
|
||||
<path d="M2046 2132 c-3 -5 1 -9 9 -9 8 0 12 4 9 9 -3 4 -7 8 -9 8 -2 0 -6 -4
|
||||
-9 -8z"/>
|
||||
</g>
|
||||
</svg>
|
||||
<svg version="1" xmlns="http://www.w3.org/2000/svg" width="366.667" height="366.667" viewBox="0 0 275.000000 275.000000"><path d="M220 18.1c0 .4-1.2 1.1-2.7 1.7-5.7 2-14.3 13-14.9 18.7-.7 8.2-.6 10.5.6 14 .7 2.2 2.3 5.6 3.6 7.5 1.3 1.9 2 3.7 1.6 4-.5.3-1.1 1.3-1.5 2.3-.4 1.1-1.2 1.5-1.9 1.1-.7-.4-1-.4-.6.1 1 1.1-2 6.5-3.7 6.5-.8 0-1.2.6-.9 1.4.3.7-.2 1.6-1.1 2-.9.3-1.4 1-1.1 1.5.4.5-.5 1.8-1.9 3-1.5 1.1-2.6 2.3-2.7 2.8 0 .4-.4.7-.9.6-.4-.2-.6.3-.4 1 .3.6-.6 2.4-2 3.9-1.4 1.6-2.3 2.8-2 2.8.4 0 0 .7-.7 1.5-3 3.3-3.8 4.5-3.8 5.5 0 .5-.4 1-.8 1-.5 0-1.7 1.6-2.8 3.5-1 1.9-2.2 3.5-2.6 3.5-.5 0-.8.5-.8 1 0 1-.8 2.2-3.7 5.5-.7.7-1.3 1.7-1.3 2.2 0 .5-1.3 2.3-3 4.1-1.6 1.8-3.1 3.6-3.2 4-.2.4-.6.6-1 .5-.4-.2-.4.5-.1 1.4.4 1 .2 1.4-.4 1-.6-.4-1.3.3-1.7 1.6-.3 1.2-1.6 3.4-3 4.8-1.4 1.5-2.2 2.9-1.9 3.3.3.3-.2.8-1.1 1.2-.9.3-1.6 1.2-1.6 1.9 0 .6-1.1 2.4-2.5 3.9-1.3 1.4-2.4 3-2.4 3.3 0 .4-.5.9-1.2 1.2-.6.2-.9-.1-.6-.6.3-.5-.2-.9-1.2-.8-1 0-4.5-.2-7.9-.5-3.4-.3-6.2-.2-6.2.2s-.7.8-1.5.8c-2.1 0-9.5 3.3-9.5 4.3 0 .4-.5.5-1.2.1-.7-.5-.8-.3-.4.5.5.8 0 1.4-1.3 1.8-1.1.3-1.8.9-1.5 1.4.3.5.1.9-.4.9-.8 0-4.3 6-4.8 8.2-.1.5-.3 1-.4 1.3-.1.3-.4.9-.5 1.5-.1.5-.4 1.3-.5 1.7-.1.5-.1 1.7 0 2.8.1 1.6-.5 1.3-2.8-1.5-1.7-1.9-2.8-3.8-2.5-4.3.2-.4.1-.6-.4-.5-1.4.5-11.4-11.2-10.7-12.4.4-.6.3-.8-.3-.5-.5.3-4.4-3.3-8.5-8.1-4.2-4.8-9-10.3-10.7-12.2-5.5-6.1-7.2-8.8-6.1-9.5 3.4-2.1 5-13.9 3-21-.6-2.2-1.2-4.8-1.3-5.7-.1-.9-.5-1.4-.9-1.2-.4.3-.8.2-.8-.3 0-1.7-7-8.4-11-10.4-2.6-1.4-6.7-2.4-11-2.7-5.7-.4-7.6-.1-12.1 2-3 1.4-6.7 3.8-8.3 5.4-3.3 3.4-7 8.4-6.1 8.4.3 0-.1 1-.9 2.2-2.3 3.7-1.8 14.7.8 20.5 6.1 13 21.2 19.5 34.3 14.9 3.8-1.3 4.1-1.3 5.9.7 1 1.2 1.7 2.3 1.5 2.5-.1.2.8 1.3 2.1 2.4 1.3 1.1 2.2 2.5 2 3.2-.2.6-.1.8.3.4.7-.7 3.5 1.5 3.5 2.7 0 .4 1.4 2 3 3.5 1.7 1.5 3 3.2 3 3.8 0 .5.7 1.3 1.6 1.6.8.3 1.2 1.1.8 1.7-.4.7-.3.9.3.6 1.1-.7 4.9 4.2 4.5 5.6-.1.5.1.6.6.3.8-.5 4.9 3.5 4.3 4.3-.1.2.4.8 1.3 1.3s1.3 1.4 1 2c-.4.6-.3.8.3.5 1.1-.7 4.5 2.8 3.6 3.7-.4.3.2.6 1.2.6s1.5.3 1.2.6c-.4.4.4 1.6 1.7 2.8 1.3 1.2 3.1 3.3 4 4.7 1.5 2.4 1.5 2.7 0 3.3-.8.3-2.1.3-2.6-.1-.7-.3-.8-.1-.4.5.4.7-.2 1.6-1.6 2.2-1.3.6-4.3 2.4-6.8 4s-5.6 3.5-7 4.2c-1.4.7-2.8 1.7-3.1 2.2-.4.5-1.2.5-1.9.1-.9-.5-1.1-.4-.6.3.4.7.3 1.2-.1 1.2-.5 0-3.3 1.6-6.3 3.5-6.1 4-6.3 4-8.2 2.2-.7-.8-2.4-1.9-3.6-2.6-1.2-.7-2-1.7-1.6-2.3.4-.7.3-.8-.4-.4-.6.4-3.1.2-5.4-.5-4.9-1.4-12.8-1.8-12.8-.7 0 .5-.7.8-1.6.8-2.8 0-8 3-12 6.9-4.3 4.3-6.5 6.8-6.4 7.6.1 2.7-.1 3.5-.9 3.1-.5-.3-.8 3.2-.7 8.2.2 12.8 4.6 20.1 15.5 25.6 9.6 4.9 22.8 2.7 30.9-5.2 1.7-1.6 3.4-2.7 3.7-2.4.4.4.5.2.4-.3-.4-1.5 1.1-5.6 2-5.1.6.4 1.1-1.8 1.4-6.2 0-.6.4-1.2.8-1.2s.5-.8.3-1.8c-.2-.9-.5-3.6-.7-5.9-.4-4-.2-4.4 3.2-6.5 2-1.2 3.9-2.1 4.4-2 .4.1.7-.3.7-.9 0-.6.7-.8 1.7-.5 1 .4 1.4.4 1.1 0-.6-.5 5.4-5.4 6.7-5.4.2 0 2.4-1.4 4.9-3.1 2.5-1.7 5.1-2.7 5.7-2.3.8.4.9.3.5-.5-.4-.6 0-1.4 1.1-1.8 1-.3 3-1.4 4.4-2.4 1.4-1 2.9-1.6 3.3-1.2.3.3.6.1.6-.5 0-.7.7-1.2 1.5-1.2s1.5.7 1.5 1.5-.5 1.5-1.2 1.5c-.6 0-.9.2-.6.5.3.3 0 2.4-.6 4.7-.7 2.3-1 5.9-.6 8.3.4 2.3.6 5.2.5 6.3-.1 1.2.2 1.9.6 1.7.3-.3 1.3 1 2 2.8 1.9 4.7 9.5 11.3 15.2 13.1 12.3 4 25.5-.4 31.9-10.6 2.2-3.6 4.5-4.4 6-2.3.5.6.8.5.8-.2 0-.9.7-1 2.4-.3 1.3.5 4.4 1.1 6.7 1.5 2.4.3 7.6 1.2 11.4 1.9 3.9.8 8.6 1.7 10.6 2 3.3.6 3.8 1.1 4.4 4.3 1.2 6.7 5 12.4 11.3 17.6 1.2.9 2.6 1.7 3 1.7.4 0 1.9.6 3.4 1.4 1.5.8 5.6 1.4 9.5 1.4 24.5 0 36.5-29.5 19-46.8-3.1-3.1-6.4-5.3-9.2-6.1-2.4-.7-4.2-1.5-4-1.8.2-.4-2-.5-4.8-.4-2.9.1-5.2.2-5.2.3 0 .1-1 .3-2.3.6-6.1 1.1-18.2 10.5-18.2 14.1 0 .9-.8 1.2-2.2.8-2.6-.5-18.4-3.3-23.8-4.1-1.9-.3-4.2-.8-5-1.1-1.5-.6-3.5-1-7-1.2-1.4-.1-2-.8-2-2.6 0-2.9-3.9-11.5-6-13.2-1.2-1-1.3-1.5-.2-3 2.4-3.4 6.1-11.7 5.6-12.5-.3-.4 0-.8.6-.8s.9-.4.6-.8c-.3-.5-.6-3.4-.7-6.5-.1-3.1-.6-5.7-1.1-5.7-.4 0-.8-.7-.8-1.6 0-.9-.9-2.9-2.1-4.5-1.7-2.4-1.8-3.3-.9-4.4.7-.8 1.6-1.2 2.1-.9.5.3.6-.2.3-1-.3-.9-.1-1.6.5-1.6s1-.6.8-1.3c-.1-.6.4-1.1 1.1-.9.8.1 1.1-.1.8-.6-.7-1.2 3.9-7.4 4.8-6.5.4.4.4 0 0-1-.3-1-.1-1.7.5-1.7s1.1-.7 1.1-1.5.7-1.5 1.5-1.5 1.4-.3 1.3-.8c-.3-1 11-18 19.9-29.7.5-.6 2.6-3.6 4.7-6.7 2.1-3.2 4.3-5.5 4.7-5.2.5.3.6-.1.4-.8-.3-.8.3-2.3 1.3-3.4 1.1-1.1 3-3.6 4.3-5.6 1.3-1.9 4-5.8 5.9-8.6l3.5-5.2 4.5.7c2.5.3 5 .6 5.5.6 7.8-.5 15.3-3.8 19.9-8.7 6.8-7.2 9.6-19.8 6.3-27.9-.9-2-1.4-3.7-1.1-3.7.5 0-4.3-5.5-7.6-8.6-1.4-1.3-2.8-2.4-3.3-2.4-.4 0-.5-.5-.1-1.2s.3-.8-.4-.4c-.6.4-2.4 0-4-.8-2.8-1.5-19.2-1.9-19.2-.5z"/><path d="M204.6 61.8c-.3.5.1.9.9.9s1.2-.4.9-.9c-.3-.4-.7-.8-.9-.8-.2 0-.6.4-.9.8z"/></svg>
|
Before Width: | Height: | Size: 4.6 KiB After Width: | Height: | Size: 4.3 KiB |
|
@ -159,28 +159,6 @@ def initialize(options):
|
|||
'tools.auth.on': False,
|
||||
'tools.sessions.on': False
|
||||
},
|
||||
'/json': {
|
||||
'tools.staticdir.on': True,
|
||||
'tools.staticdir.dir': "interfaces/default/json",
|
||||
'tools.caching.on': True,
|
||||
'tools.caching.force': True,
|
||||
'tools.caching.delay': 0,
|
||||
'tools.expires.on': True,
|
||||
'tools.expires.secs': 60 * 60 * 24 * 30, # 30 days
|
||||
'tools.auth.on': False,
|
||||
'tools.sessions.on': False
|
||||
},
|
||||
'/xml': {
|
||||
'tools.staticdir.on': True,
|
||||
'tools.staticdir.dir': "interfaces/default/xml",
|
||||
'tools.caching.on': True,
|
||||
'tools.caching.force': True,
|
||||
'tools.caching.delay': 0,
|
||||
'tools.expires.on': True,
|
||||
'tools.expires.secs': 60 * 60 * 24 * 30, # 30 days
|
||||
'tools.auth.on': False,
|
||||
'tools.sessions.on': False
|
||||
},
|
||||
'/cache': {
|
||||
'tools.staticdir.on': True,
|
||||
'tools.staticdir.dir': plexpy.CONFIG.CACHE_DIR,
|
||||
|
@ -205,7 +183,7 @@ def initialize(options):
|
|||
#},
|
||||
'/favicon.ico': {
|
||||
'tools.staticfile.on': True,
|
||||
'tools.staticfile.filename': os.path.abspath(os.path.join(plexpy.PROG_DIR, 'data/interfaces/default/images/favicon.ico')),
|
||||
'tools.staticfile.filename': os.path.abspath(os.path.join(plexpy.PROG_DIR, 'data/interfaces/default/images/favicon/favicon.ico')),
|
||||
'tools.caching.on': True,
|
||||
'tools.caching.force': True,
|
||||
'tools.caching.delay': 0,
|
||||
|
|