krz/nfogen

A scene-style ASCII .nfo generator.

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

ad2fa192d7a80b6ede02e47b2946ca4f2a4bc73f

verified · cmc

author: Christian Cleberg <hello@cleberg.net> · 2026-08-08T05:34:51Z

add example movie release nfo with its source config
 examples/the-midnight-cartographer-2026.nfo  | 36 ++++++++++++++++++++++++++++
 examples/the-midnight-cartographer-2026.toml | 33 +++++++++++++++++++++++++
 2 files changed, 69 insertions(+)

diff --git a/examples/the-midnight-cartographer-2026.nfo b/examples/the-midnight-cartographer-2026.nfo
new file mode 100644
index 0000000..25b7ccb
--- /dev/null
+++ b/examples/the-midnight-cartographer-2026.nfo
@@ -0,0 +1,36 @@
+┌──────────────────────────────────────────────────────────────┐
+│     THE.MIDNIGHT.CARTOGRAPHER.2026.1080P.BLURAY.X264-KRZ     │
+│                       [ KRZ ]   krz.sh                       │
+├──────────────────────────────────────────────────────────────┤
+│   DATE        2026-08-08                                     │
+│   TYPE        MOVIE                                          │
+│   SOURCE      BluRay (Retail)                                │
+│   FORMAT      Matroska (MKV)                                 │
+│   VIDEO       x264 @ 8500 kbps, 23.976 fps                   │
+│   AUDIO       DTS-HD MA 5.1 @ 1509 kbps (English)            │
+│   RESOLUTION  1920x1080p                                     │
+│   LANGUAGE    English (subs: EN, ES, FR)                     │
+│   GENRE       Drama / Mystery                                │
+│   RUNTIME     1h 52m                                         │
+│   SIZE        8.42 GiB                                       │
+│   FILES       42 x 200 MB                                    │
+│   URL         imdb.com/title/tt9999999                       │
+├──────────────────────────────────────────────────────────────┤
+│   NOTES                                                      │
+│                                                              │
+│   A quiet cartographer maps a city that rearranges itself    │
+│   after midnight. Encoded from retail BluRay, untouched      │
+│   audio, nothing re-encoded twice.                           │
+│                                                              │
+│   Source   : COMPLETE.BLURAY (thanks to the supplier)        │
+│   Encoder  : x264 10-bit, --preset veryslow --crf 18         │
+│   Chapters : yes, named                                      │
+│   Subtitles: muxed, forced flags set where needed            │
+│                                                              │
+│   Nothing to prove, just a clean encode. Fix it yourself     │
+│   if you can do better.                                      │
+├──────────────────────────────────────────────────────────────┤
+│   GREETS                                                     │
+│                                                              │
+│   the-scene   0day   our-suppliers   you                     │
+└──────────────────────────────────────────────────────────────┘
diff --git a/examples/the-midnight-cartographer-2026.toml b/examples/the-midnight-cartographer-2026.toml
new file mode 100644
index 0000000..0afad33
--- /dev/null
+++ b/examples/the-midnight-cartographer-2026.toml
@@ -0,0 +1,33 @@
+group = "KRZ"
+site  = "krz.sh"
+
+title      = "The.Midnight.Cartographer.2026.1080p.BluRay.x264-KRZ"
+date       = "2026-08-08"
+type       = "MOVIE"
+source     = "BluRay (Retail)"
+format     = "Matroska (MKV)"
+video      = "x264 @ 8500 kbps, 23.976 fps"
+audio      = "DTS-HD MA 5.1 @ 1509 kbps (English)"
+resolution = "1920x1080p"
+language   = "English (subs: EN, ES, FR)"
+genre      = "Drama / Mystery"
+runtime    = "1h 52m"
+size       = "8.42 GiB"
+files      = "42 x 200 MB"
+url        = "imdb.com/title/tt9999999"
+
+notes = """
+A quiet cartographer maps a city that rearranges itself
+after midnight. Encoded from retail BluRay, untouched
+audio, nothing re-encoded twice.
+
+Source   : COMPLETE.BLURAY (thanks to the supplier)
+Encoder  : x264 10-bit, --preset veryslow --crf 18
+Chapters : yes, named
+Subtitles: muxed, forced flags set where needed
+
+Nothing to prove, just a clean encode. Fix it yourself
+if you can do better.
+"""
+
+greets = ["the-scene", "0day", "our-suppliers", "you"]