krz/nfogen

A scene-style ASCII .nfo generator.

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

v1.2.1: examples/sample.mediainfo.json · raw

 1{
 2  "media": {
 3    "track": [
 4      { "@type": "General", "Format": "Matroska", "FileSize": "9040412672", "Duration": "6742.038" },
 5      { "@type": "Video", "Format": "AVC", "Encoded_Library_Name": "x264",
 6        "Width": "1920", "Height": "1080", "BitRate": "8500000", "FrameRate": "23.976" },
 7      { "@type": "Audio", "Format": "DTS", "Channels": "6", "BitRate": "1509000", "Language": "en" },
 8      { "@type": "Text", "Language": "en" },
 9      { "@type": "Text", "Language": "es" },
10      { "@type": "Text", "Language": "fr" }
11    ]
12  }
13}