Video Filename Parser

Parse release names into metadata

Install

npm install @ctrl/video-filename-parser

Demo

{
  "title": "Iron Man",
  "year": "2008",
  "resolution": "2160P",
  "sources": [
    "BLURAY"
  ],
  "videoCodec": "x265",
  "revision": {
    "version": 1,
    "real": 0
  },
  "group": "IAMABLE",
  "edition": {
    "internal": true,
    "remastered": true,
    "uhd": true
  },
  "languages": [
    "English"
  ]
}