Name change updates
BIN
bullmoose20/posterizarr/Comfortaa-Medium.ttf
Normal file
BIN
bullmoose20/posterizarr/bottom-up-fade-background.png
Normal file
|
After Width: | Height: | Size: 36 KiB |
BIN
bullmoose20/posterizarr/bottom-up-fade.png
Normal file
|
After Width: | Height: | Size: 33 KiB |
127
bullmoose20/posterizarr/bullmoose20config.json
Normal 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"
|
||||
}
|
||||
}
|
||||
20
bullmoose20/posterizarr/docker-compose.yml
Normal 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
|
||||
BIN
bullmoose20/posterizarr/images/movie_example_posterizarr.png
Normal file
|
After Width: | Height: | Size: 160 KiB |
BIN
bullmoose20/posterizarr/images/movie_example_posterizarr_pmm.png
Normal file
|
After Width: | Height: | Size: 216 KiB |
BIN
bullmoose20/posterizarr/images/shows_example_posterizarr.png
Normal file
|
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 |