-
Notifications
You must be signed in to change notification settings - Fork 13
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
Comments
I would like to also have. TV Show Calendar and the list could go on for ever.....LOL |
i'm currently working on some basic trakt stuff, have a look at https://github.com/midraal/meta4kodi/tree/trakt |
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. |
i can get it working, but it won't be very visualy pleasing |
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. |
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 |
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). |
Still missing:
|
started working on adding some more of the missing items. |
@CrazyGamerTV : what do you mean with lists search? search within a list, search across lists or search for lists? |
@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! |
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 |
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. |
yeah, i get ids, but no username which is also needed |
LOL, how did they miss that ;) |
my reaction was about the same. |
looks like it's added now: http://support.trakt.tv/forums/188762-general/suggestions/13338831-add-username-to-text-query-lists-items |
should be all done now |
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!!! |
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.
The text was updated successfully, but these errors were encountered: