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

Loading…
Cancel
Save