Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added support for extended info for Trakt['shows'] interface #51

Merged
merged 1 commit into from
Dec 20, 2016

Conversation

omaralvarez
Copy link
Contributor

I have added support for extended info in:

  • get()
  • trending()
  • next_episode()
  • last_episode()
  • season()
  • episode()

To check the new info available:

trending = Trakt['shows'].trending(extended='full')
for show in trending:
    print show.to_dict()
last = Trakt['shows'].last_episode('id', extended='full')
print last.to_dict()

@coveralls
Copy link

coveralls commented Dec 18, 2016

Coverage Status

Coverage decreased (-0.7%) to 85.379% when pulling 93a6beb on omaralvarez:master into 2bef241 on fuzeman:master.

2 similar comments
@coveralls
Copy link

Coverage Status

Coverage decreased (-0.7%) to 85.379% when pulling 93a6beb on omaralvarez:master into 2bef241 on fuzeman:master.

@coveralls
Copy link

coveralls commented Dec 18, 2016

Coverage Status

Coverage decreased (-0.7%) to 85.379% when pulling 93a6beb on omaralvarez:master into 2bef241 on fuzeman:master.

fuzeman added a commit that referenced this pull request Dec 19, 2016
fuzeman added a commit that referenced this pull request Dec 19, 2016
…already implemented in the `Media` class)

#51
@fuzeman
Copy link
Owner

fuzeman commented Dec 19, 2016

Thanks, will have this included in a new release later today.

Note: I've also added extended attributes to the Movie and Season objects, and cleaned up a few things. Everything should be returned the same as you've implemented it, but you might want to try out the develop branch to confirm.

@fuzeman fuzeman merged commit 93a6beb into fuzeman:master Dec 20, 2016
@fuzeman
Copy link
Owner

fuzeman commented Dec 20, 2016

Released in v2.11.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants