Skip to content

VC-1 tag misunderstoud as VC tag #36

@thcolin

Description

@thcolin

Sensorr release parsing issue:

Original: Chassé-Croisé.à.Manhattan.2005.FRENCH.1080.BluRay.VC-1.AAC-NoTag
Generated: Chasse-Croise.A.Manhattan.2005.FRENCH.1080p.BLURAY.VC1.AAC-NoTag

/* Parsed */
{
  "original": "Chassé-Croisé.à.Manhattan.2005.FRENCH.1080.BluRay.VC-1.AAC-NoTag",
  "language": "FRENCH",
  "languages": [
    "FRENCH"
  ],
  "source": "BLURAY",
  "encoding": "VC1",
  "resolution": "1080p",
  "dub": "AAC",
  "year": "2005",
  "flags": [
    "VC"
  ],
  "season": null,
  "episode": null,
  "episodes": [],
  "type": "movie",
  "group": "NoTag",
  "title": "Chasse-Croise A Manhattan",
  "generated": "Chasse-Croise.A.Manhattan.2005.VC.FRENCH.1080p.BLURAY.VC1.AAC-NoTag",
  "score": 7
}
/* Expected */
{
  "original": "Chassé-Croisé.à.Manhattan.2005.FRENCH.1080.BluRay.VC-1.AAC-NoTag",
  "language": "FRENCH",
  "languages": [
    "FRENCH"
  ],
  "source": "BLURAY",
  "encoding": "VC1",
  "resolution": "1080p",
  "dub": "AAC",
  "year": "2005",
  "flags": [],
  "season": null,
  "episode": null,
  "episodes": [],
  "type": "movie",
  "group": "NoTag",
  "title": "Chasse-Croise A Manhattan",
  "generated": "Chasse-Croise.A.Manhattan.2005.FRENCH.1080p.BLURAY.VC1.AAC-NoTag",
  "score": 7
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions