bdunogier / subber

Web application that subtitles downloaded episodes in the background
MIT License
2 stars 1 forks source link

Matchmaker #1

Closed bdunogier closed 9 years ago

bdunogier commented 9 years ago

Refactors Release / Subtitles matching.

Replaces the old Matcher with a CompatibilityMatcher. This one accepts a Release + an array of Subtitles. It returns an array of TestedReleaseSubtitles, where each Subtitle has an extra compatibility property, set by the matcher.

TODO