Skip to content

Instantly share code, notes, and snippets.

View p37307's full-sized avatar

Paul Chambers p37307

View GitHub Profile
@p37307
p37307 / generate_posters.py
Created March 13, 2025 05:28 — forked from danielfariati/generate_posters.py
Generate posters for jellyfin
import requests
from PIL import Image, ImageDraw, ImageFont, ImageFilter, ImageOps
from matplotlib import font_manager
import math
from io import BytesIO
import concurrent.futures
# --- Configuration ---
# Jellyfin configuration
JELLYFIN_URL = "YOUR_URL" # e.g., "http://localhost:8096"
@p37307
p37307 / docs.md
Created July 19, 2023 13:03 — forked from JPVenson/docs.md
cleanup collections.xml for jellyfin

BEFORE YOU START: BACKUP YOUR CONFIGURATION. YOU. HAVE. BEEN. WARNED!

This is the Cs version of the script posted by michaelkrieger at jellyfin/jellyfin#1907 (comment) to cleanup the collection.xml for missing link entires.

Linux Host

To run this on linus, ensure you have a dotnet version installed.
https://learn.microsoft.com/en-us/dotnet/core/install/linux
or for the most part, this oneliner will install dotnet on your system: