Readme.txt 817 B

1234567891011121314151617181920
  1. OpenSubtitlesHandler
  2. ====================
  3. This project is for OpenSubtitles.org integration‏. The point is to allow user to access OpenSubtitles.org database directly
  4. within ASM without the need to open internet browser.
  5. The plan: Implement the "OSDb protocol" http://trac.opensubtitles.org/projects/opensubtitles/wiki/OSDb
  6. Copyright:
  7. =========
  8. This library ann all its content are written by Ala Ibrahim Hadid.
  9. Copyright © Ala Ibrahim Hadid 2013
  10. mailto:ahdsoftwares@hotmail.com
  11. Resources:
  12. ==========
  13. * GetHash.dll: this dll is used to compute hash for movie.
  14. For more information please visit http://trac.opensubtitles.org/projects/opensubtitles/wiki/HashSourceCodes#C2
  15. XML_RPC:
  16. ========
  17. This class is created to generate XML-RPC requests as XML String. All you need is to call XML_RPC.Generate() method.