krz/nfogen

A scene-style ASCII .nfo generator.

clone: git clone https://gitbay.org/krz/nfogen.git

v1.2.1: examples/mediainfo-demo.toml · raw

 1# Tier 4 demo: the media fields (video/audio/resolution/size/runtime/format/
 2# language) are auto-filled from a mediainfo dump, and the header logo is a
 3# generated ASCII banner. Regenerate with:
 4#   python3 nfogen.py -c examples/mediainfo-demo.toml -o examples/mediainfo-demo.nfo
 5group    = "KRZ"
 6site     = "krz.sh"
 7style    = "double"
 8layout   = "panel"
 9presents = true
10footer   = true
11
12banner      = true
13banner_text = "KRZ"
14
15mediainfo = "examples/sample.mediainfo.json"
16
17title    = "The.Midnight.Cartographer.2026.1080p.BluRay.x264-KRZ"
18date     = "2026-08-08"
19type     = "MOVIE"
20source   = "BluRay (Retail)"
21cracker  = "n/a"
22supplier = "The Witch King"
23genre    = "Drama / Mystery"
24url      = "imdb.com/title/tt9999999"
25
26notes = """
27A quiet cartographer maps a city that rearranges itself
28after midnight. Media details below were read straight from
29the source with mediainfo -- nothing typed by hand.
30"""
31
32greets = ["the-scene", "our-suppliers", "you"]