Name change updates

This commit is contained in:
bullmoose20
2024-04-08 23:28:01 -04:00
committed by cpt-kuesel
parent a2fd67e21e
commit 489dea3500
12 changed files with 71 additions and 38 deletions

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

View File

@@ -0,0 +1,127 @@
{
"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",
"PreferredLanguageOrder": [
"xx"
],
"PreferredSeasonLanguageOrder": [
"xx"
]
},
"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",
"Posters": "true",
"SeasonPosters": "true",
"BackgroundPosters": "true",
"TitleCards": "true",
"show_skipped": "true",
"logLevel": "3"
},
"OverlayPart": {
"ImageProcessing": "true",
"outputQuality": "92%"
},
"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": {
"UseBackgroundAsTitleCard": "false",
"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",
"SeasonTCText": "Season",
"EpisodeTCText": "Episode"
},
"SeasonPosterOverlayPart": {
"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"
}
}

View File

@@ -0,0 +1,20 @@
services:
posterizarr:
hostname: "posterizarr"
container_name: "posterizarr"
environment:
- "PGID=100"
- "PUID=99"
- "TZ=America/New_York"
- "UMASK=002"
- "TERM=xterm"
- "RUN_TIME=10:30,19:30"
image: "ghcr.io/fscorrupt/docker-posterizarr:latest"
restart: "unless-stopped"
networks:
- "posterizarr"
volumes:
- "/mnt/user/appdata/posterizarr:/config:rw"
networks:
posterizarr:
driver: bridge

Binary file not shown.

After

Width:  |  Height:  |  Size: 160 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 216 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 382 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 492 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 866 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 MiB