Files
Kometa-Community-Configs/bullmoose20/ppm/bullmoose20config.json
bullmoose20 62f06bd574 uodated readme (#634)
* updates to schema (flixpatrol is back in limited fashion) and new version of status made me move some other overlays down a little to accommodate

* added a movie metadata_file

* updated for 1.20

* updates for 1.20

* updated because some items now require nightly6

* update README.md

* add separator_franchise

* in preparation for the content_rating_au as a default

* minor update

* minor tweaks

* remove flizpatrol, update mass_*update section, add more seasonal

* additional fixes from ruamel checker

* new config to get ready for PlexPosterMaker

* first release of config with information about PPM integration

* added my docker-compose.yml for Unraid

* uodated readme

* improved the magick install location
2024-03-20 21:44:07 +01:00

92 lines
2.5 KiB
JSON

{
"ApiPart":{
"tvdbapi": "tvdb api key - free",
"tmdbtoken": "This is the super long token from tmdb - free",
"FanartTvAPIKey": "fanart.tv token - free",
"PlexToken": "plex token - free",
"FavProvider": "tmdb",
"PreferedLanguageOrder": ["xx", "en", "de"]
},
"PlexPart":{
"LibstoExclude": ["", "", "TestMovies", "TestTV Shows", "Other Videos", "Music", "Photos", "Test Videos", "Playlists" ],
"PlexUrl": "http://192.168.2.242:32400"
},
"Notification":{
"SendNotification":"true",
"AppriseUrl": "discord://{WebhookID}/{WebhookToken}/",
"Discord": "https://discord.com/api/webhooks/add-your-discord-webhook-here"
},
"PrerequisitePart":{
"AssetPath": "./assets",
"magickinstalllocation": "./magick",
"maxLogs": "5",
"font": "Comfortaa-Medium.ttf",
"backgroundfont": "Comfortaa-Medium.ttf",
"titlecardfont": "Comfortaa-Medium.ttf",
"overlayfile": "bottom-up-fade.png",
"backgroundoverlayfile": "bottom-up-fade-background.png",
"titlecardoverlayfile": "bottom-up-fade-background.png",
"LibraryFolders": "true",
"SeasonPosters": "true",
"BackgroundPosters": "true",
"TitleCards": "true"
},
"OverlayPart":{
"ImageProcessing": "true",
"outputQuality": "100%"
},
"PosterOverlayPart":{
"fontAllCaps": "true",
"AddBorder": "false",
"AddText": "true",
"AddOverlay": "true",
"fontcolor": "white",
"bordercolor": "white",
"minPointSize": "95",
"maxPointSize": "250",
"borderwidth": "30",
"MaxWidth": "1200",
"MaxHeight": "485",
"text_offset": "+300"
},
"BackgroundOverlayPart":{
"fontAllCaps": "true",
"AddBorder": "false",
"AddText": "false",
"AddOverlay": "false",
"fontcolor": "white",
"bordercolor": "white",
"minPointSize": "95",
"maxPointSize": "250",
"borderwidth": "30",
"MaxWidth": "3000",
"MaxHeight": "500",
"text_offset": "+200"
},
"TitleCardOverlayPart":{
"AddOverlay": "true",
"AddBorder": "false",
"bordercolor": "white",
"borderwidth": "30"
},
"TitleCardTitleTextPart":{
"fontAllCaps": "true",
"AddEPTitleText": "true",
"fontcolor": "white",
"minPointSize": "95",
"maxPointSize": "250",
"MaxWidth": "2500",
"MaxHeight": "300",
"text_offset": "+290"
},
"TitleCardEPTextPart":{
"fontAllCaps": "true",
"AddEPText": "true",
"fontcolor": "white",
"minPointSize": "80",
"maxPointSize": "120",
"MaxWidth": "1600",
"MaxHeight": "150",
"text_offset": "+140"
}
}