pr0pz / scene-release-parser-php

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

Feature Idea: Score based on the different attributes #7

Open dennisoderwald opened 11 months ago

dennisoderwald commented 11 months ago

An idea for further development: In addition to parsing, you could also calculate a score based on certain attributes in order to easily compare different releases with each other. That would be an added value in parsing.

pr0pz commented 11 months ago

Do you already have some ideas about the score? Like HD better than SD? Or "good" and "bad" sources?

dennisoderwald commented 11 months ago

I think the calculated score should be based on different criteria (video quality, source, audio quality etc.) and with a healthy weighting. So of course a 1080p release has a better quality than a 720p release.

But it's just a rough idea. :)