Skip to content

Commit 1988212

Browse files
authored
sync (#182)
2 parents 907d7b1 + ba7e4fa commit 1988212

File tree

4 files changed

+70
-61
lines changed

4 files changed

+70
-61
lines changed

MyPersonalConfig.json

+15-10
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,12 @@
2222
"PosterMinWidth": "2000",
2323
"PosterMinHeight": "3000",
2424
"BgTcMinWidth": "3840",
25-
"BgTcMinHeight": "2160"
25+
"BgTcMinHeight": "2160",
26+
"PreferredBackgroundLanguageOrder": [
27+
"xx",
28+
"en",
29+
"de"
30+
]
2631
},
2732
"PlexPart": {
2833
"LibstoExclude": [
@@ -47,7 +52,7 @@
4752
"KidsMusic",
4853
"Photos"
4954
],
50-
"JellyfinUrl": "http://jellyfin:8096",
55+
"JellyfinUrl": "http://192.168.1.93:8096",
5156
"UseJellyfin": "false",
5257
"UploadExistingAssets": "false"
5358
},
@@ -60,13 +65,13 @@
6065
"Kids Music",
6166
"Photos"
6267
],
63-
"EmbyUrl": "http://emby:8096/emby",
68+
"EmbyUrl": "http://192.168.1.93:8096/emby",
6469
"UseEmby": "false",
6570
"UploadExistingAssets": "false"
6671
},
6772
"Notification": {
68-
"SendNotification": "True",
69-
"UseUptimeKuma": "True",
73+
"SendNotification": "true",
74+
"UseUptimeKuma": "true",
7075
"AppriseUrl": "discord://xxxxxxxxxxxxx/xxxxxxxxxxxxx",
7176
"Discord": "",
7277
"UptimeKumaUrl": "https://uptime-kuma.domain.com/api/push/xxxxxxxxxxxxx"
@@ -78,9 +83,9 @@
7883
"font": "Colus-Regular.ttf",
7984
"backgroundfont": "Colus-Regular.ttf",
8085
"titlecardfont": "Colus-Regular.ttf",
81-
"overlayfile": "bottom-up-fade.png",
82-
"backgroundoverlayfile": "bottom-up-fade-background.png",
83-
"titlecardoverlayfile": "bottom-up-fade-background.png",
86+
"overlayfile": "overlay-innerglow.png",
87+
"backgroundoverlayfile": "backgroundoverlay-innerglow.png",
88+
"titlecardoverlayfile": "backgroundoverlay-innerglow.png",
8489
"LibraryFolders": "true",
8590
"Posters": "true",
8691
"SeasonPosters": "true",
@@ -98,7 +103,7 @@
98103
": ",
99104
""
100105
],
101-
"seasonoverlayfile": "bottom-up-fade.png",
106+
"seasonoverlayfile": "overlay-innerglow.png",
102107
"RTLFont": "Aharoni CLM Book.ttf",
103108
"PlexUpload": "false",
104109
"BackupPath": "/assetsbackup",
@@ -185,8 +190,8 @@
185190
"lineSpacing": "0"
186191
},
187192
"SeasonPosterOverlayPart": {
188-
"fontAllCaps": "true",
189193
"ShowFallback": "true",
194+
"fontAllCaps": "true",
190195
"AddBorder": "true",
191196
"AddText": "true",
192197
"AddTextStroke": "false",

0 commit comments

Comments
 (0)