- Add discover methods:
- discoverTv
- discoverMovie
- CI integration with coverage
- Add tests
- Add
CHANGELOG.md
file - Add Python 3.6+ support
- Drop Python2 support
- Add similar and keywords to TV Series
- Fix unicode issues with search result object names
- Temporary fix for youtube videos with malformed URLs
- Add rate limiter to cache engine
- Add support for
television
series data
- Add
userrating
/votes
to Image - Add overview to Collection
- Remove
releasedate
sorting from Collection Movies
- Make absent primary images return None (previously u'')
- Add ability to search Collections
- Add support for Lists
- Fix URL for rating Movies
- Add support for Movie watchlist query and editing
- Fix URL for top rated Movie query
- Add upcoming movie classmethod
- Correct Movie image language filtering
- Add support for collection images
- Add support for searching by year
- Turn date processing errors into mutable warnings
- Prevent data from being blanked out by subsequent queries
- Add Genre list and associated Movie search
- Add Studio search
- Add similar movie search for Movie objects
- Add adult filtering for people searches
- Add user authentication support
- Rework cache framework and improve file cache performance
- Add slice support for search results
- Add locale fallthrough for images and alternate titles
- Add support for additional Studio information
- Add a few missed Person properties
- Improve cache file selection for Windows systems
- Add custom classmethod for dealing with IMDB movie IDs
- Add full locale support (language and country) and optional fall through
- Generalize caching mechanism, and allow controllability
- Rework paging mechanism
- Add methods for grabbing current, popular, and top rated movies
- Re-enable search paging
- Add functional language support
- Remove MythTV key from results.py
- Add collection support
- Rework backend machinery for managing OO interface to results
- Temporary work around for broken search paging
- Add caching mechanism for API queries
- Initial development