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

Trakt Integration request #16

Open
mhancoc7 opened this issue Mar 15, 2016 · 19 comments
Open

Trakt Integration request #16

mhancoc7 opened this issue Mar 15, 2016 · 19 comments

Comments

@mhancoc7
Copy link

I think it would be great to have trakt integration so that the addon could be authorized via the trakt api to pull in a users collections from trakt. Then there could be two new sections.

My Movie Collection
My TV Collection

It could also be used for trakt lists and such. However, I think to keep things simple just the main trakt collections would be perfect.

@ghost
Copy link

ghost commented Mar 15, 2016

I would like to also have.

TV Show Calendar
My Next Episodes
Trakt on Deck
My Custom Trakt Lists
Liked Trakt Lists
Trakt Lists Search
Add to Trakt (Lists, My Movie Collection, My TV Collection )

and the list could go on for ever.....LOL

@ghost
Copy link

ghost commented Mar 23, 2016

i'm currently working on some basic trakt stuff, have a look at https://github.com/midraal/meta4kodi/tree/trakt

@metate
Copy link
Collaborator

metate commented Mar 24, 2016

Nice! I'll test and integrate your changes once completed. Keep in mind that I'm working on (kind of) a rewrite of Meta to decouple completely its three main parts (play, library and navigation) so, among other things, trakt listing won't be just a patch. Since it will take a while until it's completed your work is a huge help to fill the gap.

@ghost
Copy link

ghost commented Mar 24, 2016

i can get it working, but it won't be very visualy pleasing
it'll probably need some addiional work even after i'm finished with it, as i can't figure out how to get fanart working

@metate
Copy link
Collaborator

metate commented Mar 24, 2016

Shouldn't be a problem, I will add it later. According to the docs adding ?extendes=images to the query will add links for poster, fanart and banner to the response. Then all we nees is to set the fanart and poster properties for the list items as we do for tmdb.

@ghost
Copy link

ghost commented Mar 24, 2016

would you mind if i put in a call for testers on the forum? it's in a usable state now, but it could use some more eyes on it

@metate
Copy link
Collaborator

metate commented Mar 24, 2016

Feel free to post it on the forums. Also, please submit a PR (I won't merge until you say so but it would be better to continue discussion there).

@metate
Copy link
Collaborator

metate commented Mar 25, 2016

Still missing:

  • Recommendations
  • Trakt on deck
  • Custom lists
  • Liked lists
  • Lists search
  • Add to Trakt (Lists, My Movie Collection, My TV Collection )

@metate metate closed this as completed Mar 25, 2016
@metate metate reopened this Mar 25, 2016
@metate metate mentioned this issue Mar 25, 2016
@ghost
Copy link

ghost commented Apr 4, 2016

started working on adding some more of the missing items.

@ghost
Copy link

ghost commented Apr 6, 2016

@CrazyGamerTV : what do you mean with lists search? search within a list, search across lists or search for lists?

@ghost
Copy link

ghost commented Apr 7, 2016

@midraal Search for other users custom lists example: https://trakt.tv/search/lists?utf8=%E2%9C%93&query=comedy and then have the ability to add their lists to my liked lists. It would be nice if we could search across all lists for a title too but I was mainly wanting the example above. Thank You!

@ghost
Copy link

ghost commented Apr 7, 2016

looks like that currently isn't possible as searching for a list through the api doesn't return enough data to actually get at the list items. i've submitted a request to change the api, so hopefully it'll be added soon

@metate
Copy link
Collaborator

metate commented Apr 7, 2016

Don't you get "ids" along with the result? then use the list id (or slug) from there to fetch list items. At least that's what I see in the docs.

@ghost
Copy link

ghost commented Apr 7, 2016

yeah, i get ids, but no username which is also needed

@metate
Copy link
Collaborator

metate commented Apr 7, 2016

LOL, how did they miss that ;)

@ghost
Copy link

ghost commented Apr 7, 2016

my reaction was about the same.
oh look, a method to search for lists -> look through output -> ............ wut? 😄

@ghost
Copy link

ghost commented Apr 8, 2016

looks like it's added now: http://support.trakt.tv/forums/188762-general/suggestions/13338831-add-username-to-text-query-lists-items

@ghost
Copy link

ghost commented Apr 10, 2016

should be all done now

@mhancoc7
Copy link
Author

I am just getting back to trying out Meta and it is great especially with Trakt integration. I have noticed that my watched history doesn't seem to be synchronized though. Is that something that is still missing or something that could be added? Basically would be nice to have what I have marked as watched be marked as watched in Meta. Thanks!!!

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

No branches or pull requests

2 participants