pr0pz / scene-release-parser-php

A library for parsing scene release names into simpler, reusable data.
11 stars 2 forks source link

Missing Media Format Detection #5

Closed dennisoderwald closed 1 year ago

dennisoderwald commented 1 year ago

Hey,

I'm not sure how you want to handle this, but I have two more cases here where there is no suitable media format.

What.A.Man.German.AC3.DVDRiP.XiD-ROOR
Intruders.Die.Aliens.Sind.Unter.Uns.1992.Uncut.German.AC3.DVDRiP.XviD
pr0pz commented 1 year ago

I see what you mean, the XiD will be fixed. For releases without group names it's a little more complicated, since that's the one reliable thing on every release name ;) I'll give it a shot.

pr0pz commented 1 year ago

So, I've implemented a simple workaround for your exampl, but it's hard to make a general statement which information will be at the end of the release name if no group name is given.