Kodi Community Forum
Trakt.tv v3 - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+---- Forum: Service Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=152)
+---- Thread: Trakt.tv v3 (/showthread.php?tid=220547)



RE: Trakt.tv v3 - BetterRed - 2023-10-13

(2023-10-11, 07:41)Jeffers24 Wrote: This works for me, in Kodi 18 to Kodi 21:-
RunScript(script.trakt,action=auth_info)

Thank you, that works great. Is it possible to open the settings screen (as in 'Settings' from the context menu)?


RE: Trakt.tv v3 - Jeffers24 - 2023-10-14

I am not sure which context menu and settings you mean.
Are you able to post details and screenshots?


RE: Trakt.tv v3 - BetterRed - 2023-10-14

Hopefully, a picture tells a thousand words...

Image


RE: Trakt.tv v3 - Jeffers24 - 2023-10-14

I don't have a shortcut to take you direct to Trakt settings  No


RE: Trakt.tv v3 - BetterRed - 2023-10-15

(2023-10-14, 17:00)Jeffers24 Wrote: I don't have a shortcut to take you direct to Trakt settings  No

Thank you for taking the time. That script was useful and it will do for now.


RE: Trakt.tv v3 - izprtxqkft - 2023-10-15

if you use this often and are using a full keyboard you could map a key for it

<F8>Addon.OpenSettings(script.trakt)</F8>


RE: Trakt.tv v3 - BetterRed - 2023-10-15

(2023-10-15, 02:00)izprtxqkft Wrote: if you use this often and are using a full keyboard you could map a key for it

<F8>Addon.OpenSettings(script.trakt)</F8>

I'm on my PC, so yes, very good point. Thank you.


RE: Trakt.tv v3 - Jeffers24 - 2023-10-15

Deleted


RE: Trakt.tv v3 - Jeffers24 - 2023-10-15

(2023-10-15, 02:00)izprtxqkft Wrote: if you use this often and are using a full keyboard you could map a key for it

<F8>Addon.OpenSettings(script.trakt)</F8>

Can the command be formatted as a shortcut in Kodi?


RE: Trakt.tv v3 - Hitcher - 2023-10-15

Should be the same format, so for a button use -

<onclick>Addon.OpenSettings(script.trakt)</onclick>


RE: Trakt.tv v3 - Jeffers24 - 2023-10-16

(2023-10-15, 11:23)Hitcher Wrote: Should be the same format, so for a button use -

<onclick>Addon.OpenSettings(script.trakt)</onclick>
Set it up as a shortcut, when selected nothing happens
Image


RE: Trakt.tv v3 - BetterRed - 2023-10-17

Thanks for looking, but likewise tried the line as a shortcut and it did not do anything.


RE: Trakt.tv v3 - gargamon - 2024-01-12

When I initiate a scan from within kodi, it does a trakt sync as expected. I find this sets the resume point to some small number of seconds for lots of videos. This is quite frustrating when looking at my library and not knowing if I had started watching or not. Clearly in kodi it doesn't mark the resume point until some threshold has been met, but it passes the small number to trakt where it stores it. It seems to me that trakt should have the same threshold, or it should be configurable.
Please let me know what info I can provide to assist. 
​​​​
Sorry if this is a known issue.

Any ideas?


RE: Trakt.tv v3 - Mookmeister - 2024-01-26

My Kodi hasn't been working properly for a while now and I need to do a clean install. I'm going to take this opportunity to move all my media files to another NAS. Once all the files have been scraped, will the watched status of movies/shows in Kodi sync with the watched status in Trakt?

I know that the watched status on Kodi syncs with Trakt, but I want to make sure that it also works in the other direction. The last thing I would want is for the watched status on Kodi to be wiped clean.

Unfortunately, I can't do backups in Kodi so restoration isn't an option. I can't even update Kodi (it's a few versions behind).


RE: Trakt.tv v3 - dcsacew21 - 2024-02-12

i have a info and a question:

1) As some other users have pointed out, that official kodi repo points to an outdated (3.5.0) version, instead of the newest release (3.6.0). See here for details:
https://github.com/trakt/script.trakt/issues/639

2) i have a mix of Local Library Media files (SAMBA network share), and video Addons. I want to configure trakt addon so, that it scrobbles Local Library Media Files, but doesnt do anything with playback from video addons.
-> I found in the trakt addon settings the menu "exclusions". I assume if i tick there "Plugins" that i can achieve the above? Im just confused because i know that Kodi has "addons", not "plugins".