updates to config.json example (#679)

* added some ascii art to help

* new settings

* minor tweaks

* minor tweaks

* update json for posterizarr

* latest updates from posterizarr to the config.json file

* to deal with latest release of posterizarr

* updates based on updates to posterizarr

* update config to support latest version of posterizarr

* additional updates to support latest version of posterizarr
pull/682/head
bullmoose20 3 months ago committed by GitHub
parent de9522b227
commit 4d93c91dbc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -33,7 +33,8 @@
"Playlists" "Playlists"
], ],
"PlexUrl": "http://192.168.2.242:32400", "PlexUrl": "http://192.168.2.242:32400",
"UsePlex": "true" "UsePlex": "true",
"UploadExistingAssets": "false"
}, },
"JellyfinPart": { "JellyfinPart": {
"LibstoExclude": [ "LibstoExclude": [
@ -43,7 +44,8 @@
"TechTrainings" "TechTrainings"
], ],
"JellyfinUrl": "http://192.168.2.242:8096", "JellyfinUrl": "http://192.168.2.242:8096",
"UseJellyfin": "false" "UseJellyfin": "false",
"UploadExistingAssets": "false"
}, },
"EmbyPart": { "EmbyPart": {
"LibstoExclude": [ "LibstoExclude": [
@ -53,7 +55,8 @@
"TechTrainings" "TechTrainings"
], ],
"EmbyUrl": "http://192.168.2.242:8096/emby", "EmbyUrl": "http://192.168.2.242:8096/emby",
"UseEmby": "false" "UseEmby": "false",
"UploadExistingAssets": "false"
}, },
"Notification": { "Notification": {
"SendNotification": "true", "SendNotification": "true",
@ -87,7 +90,8 @@
"NewLineSymbols": [ "NewLineSymbols": [
" - " " - "
], ],
"PlexUpload": "false" "PlexUpload": "false",
"BackupPath": "P:\\assetsbackup"
}, },
"OverlayPart": { "OverlayPart": {
"ImageProcessing": "true", "ImageProcessing": "true",

Loading…
Cancel
Save