first release of config with information about PPM integration (#633)
* 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 Unraidpull/634/head
After Width: | Height: | Size: 36 KiB |
After Width: | Height: | Size: 33 KiB |
@ -0,0 +1,92 @@
|
||||
{
|
||||
"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": "C:\\Program Files\\ImageMagick-7.1.1-Q16-HDRI",
|
||||
"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"
|
||||
}
|
||||
}
|
@ -0,0 +1,20 @@
|
||||
services:
|
||||
ppm:
|
||||
hostname: "ppm"
|
||||
container_name: "ppm"
|
||||
environment:
|
||||
- "PGID=100"
|
||||
- "PUID=99"
|
||||
- "TZ=America/New_York"
|
||||
- "UMASK=002"
|
||||
- "TERM=xterm"
|
||||
- "RUN_TIME=10:30,19:30"
|
||||
image: "ghcr.io/fscorrupt/docker-ppm:latest"
|
||||
restart: "unless-stopped"
|
||||
networks:
|
||||
- "ppm"
|
||||
volumes:
|
||||
- "/mnt/user/appdata/ppm:/config:rw"
|
||||
networks:
|
||||
ppm:
|
||||
driver: bridge
|
After Width: | Height: | Size: 160 KiB |
After Width: | Height: | Size: 216 KiB |
After Width: | Height: | Size: 382 KiB |
After Width: | Height: | Size: 492 KiB |
After Width: | Height: | Size: 866 KiB |
After Width: | Height: | Size: 2.0 MiB |