jkwill87 / mapi

media metadata database library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add default id override

jkwill87 opened this issue · comments

Overview

TVDb and TMDb both allow users to query using IMDb ids in addition to their own respective ids. For the sake of simplicity and providing a uniform interface, all classes extending from Provider should have a parameter that defaults to their primary id.

Acceptance Criteria

  • Add id_key as a parameter to Provider
  • Implement it in all classes that inherit from Provider