Skip to content

Instantly share code, notes, and snippets.

View skullvalanche's full-sized avatar

Skull skullvalanche

View GitHub Profile
@skullvalanche
skullvalanche / generate_posters.py
Last active April 16, 2025 07:41 — forked from danielfariati/generate_posters.py
Generate posters for jellyfin
"""
This script generates posters for Jellyfin collections.
It creates a mosaic cover by combining the posters of all items in a collection.
The collection name is displayed in the center of the cover.
"""
import concurrent.futures
import math
from io import BytesIO
from sys import argv