cjcodeproj / medialibrary

Python code to read XML media files
MIT License
2 stars 0 forks source link

Comparator: Allow comparisons based on subgeneres #146

Open cjcodeproj opened 10 months ago

cjcodeproj commented 10 months ago

Extend the comparator framework to consider a match between two films if they share one or more identical subgenres, like based on a novel, blockbuster, spy thriller, etc, etc.

Original comparator framework ticket:

https://github.com/cjcodeproj/medialibrary/issues/80