pr0pz / scene-release-parser-php

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

Missing Media Resolution #6

Closed dennisoderwald closed 11 months ago

dennisoderwald commented 11 months ago
Ruby.taucht.ab.2023.German.AC3.MD.DL.WEBRip.x264-omikron
Ruby.taucht.ab.2023.German.AC3.MD.WEBRip.x264-TAUCHTAUF
pr0pz commented 11 months ago

Well, the library only parses the information in the release name. If the information is missing it's only guesswork.

dennisoderwald commented 11 months ago

You're right about that. I would still have thought that it makes sense to agree on a default. But the more I think about it, you're probably right and a guess would be hard.

pr0pz commented 11 months ago

I mean, the default would be 'SD' aka 480p I think, so the lowest possible resolution. But since it's not in the release name, I would leave that interpretation to the users of the parser. It's up to you to check if the information is there ;)