video-filename-parser icon indicating copy to clipboard operation
video-filename-parser copied to clipboard

Idenity wrong language

Open kkm opened this issue 3 years ago • 1 comments

Example: Unter.den.Sternen.von.Paris.German.2020.AC3.DVDRiP.x264-SAViOUR

Output:

{
  "title": "Unter den Sternen von Paris German",
  "year": "2020",
  "resolution": "480P",
  "sources": [
    "DVD"
  ],
  "videoCodec": "x264",
  "audioCodec": "Dolby Digital",
  "revision": {
    "version": 1,
    "real": 0
  },
  "group": "SAViOUR",
  "edition": {},
  "languages": [
    "English"
  ]
}

Expected to recognize language as German.

kkm avatar Sep 07 '22 21:09 kkm

Yeah that's a tough one because its a p2p release and they didn't put the year after the title

scttcper avatar Sep 08 '22 16:09 scttcper