As you know, the current version of the OpenSubtitles metadata agent is not really efficient. After investigating and discussing with the community I've decide to code a prototype to demonstrate we can have better automatic results by making some consistency check on metadata to find the best subtitle to download.
You can fin in the following fork on Github, my code and a description of the new algorithm. If you want to participate to the improvement go download and test this fork. Instruction are in the README file and you can ask in this thread if you need help.
DON'T TEST THIS METADATA AGENT ON YOUR PRODUCTION SERVER. THERE IS A LITTLE RISK THIS SCREW-UP YOUR SUBS.
Github fork with explanations : https://github.com/oncleben31/OpenSubtitles.bundle
I'm listening your comments ant your tests results.
Release history:
# RC2 (02/04/2014):
- release note:
- Limitations:
* No IMDB id search if hash/size don't return acceptable answers
* Hearing Impared pref is useless for the moment
* The API key for TheTVDB is not used due to XML.ElementFromString errors
# RC1 (20/03/2014):
- First release
- Limitations:
* No IMDB id search if hash/size don't return acceptable answers
* Hearing Impared pref is useless for the moment
* The API key for TheTVDB is not used due to XML.ElementFromString errors