Does your issue also appear for other skins?
Changelog
version 2.7.14:
- Correctly clear window variables e.g. on user switch
- Reload skin on resetting PKC video nodes
- Fix last-played node value to ensure a playcount greater than zero
- 2.7.11-2.7.13 for everyone
For anyone who stumbles upon this forum with the same issue the answer is here;
https://forum.kodi.tv/showthread.php?tid=334820&page=94
Was not able to paste the code to change in the xml for some reason.
Everything is in correct order now =)
Is there any way to change the logos downloaded via fanart.tv?
In the PKC settings, deactivate getting additional fanart. Then use another Kodi addon like Artwork Beef
Sadly I stopped attempting to use Artwork Beef because it was unable to find artwork for all my movies. I tried adding nfo files to the directory but it still didn’t pull. So I went full in on the PKC fanart downloader since it got all the movies. Do you know of any addon that would be able to manage the stuff that was already downloaded by PKC?
Is it possible to pull Top Critics rating instead of User ratings if we use rotten tomatoes for ratings in Plex? If not an official option would you be able to tell me which line to edit in the add-on and what the changes would be? I don’t have access to the database file on my Plex server so I can’t peak at it myself unfortunately.
Hmm I tried changing
def audience_rating(self):
res = self.item.get('audienceRating')
if res is None:
res = self.item.get('rating')
try:
res = float(res)
except (ValueError, TypeError):
res = 0.0
return res`
to
def audience_rating(self):
res = self.item.get('rating')
if res is None:
res = self.item.get('rating')
try:
res = float(res)
except (ValueError, TypeError):
res = 0.0
return res`
and it didn’t seem to make a difference.
Edit: Ah turns out movies use the user_data function instead of the audience_rating function. Got it working!
Yes, it does.
To further clarify. I was mistaken that it briefly displays the albums description. After restarting Kodi it immediately displays ‘No information available’ in the album review field.
I don’t have any information on an albums review on the Plex side. Do you? Hence pkc won’t sync anything
Ah, that makes sense. The album reviews are being retrieved using the Kodi album info plugin.
Guess I’ll modify the widget to use Music Library -> Recently added albums (although doing it this way doesn’t display the most recently added albums, always seems to a couple of months off). Guessing that’s a Kodi bug.
Does this integrate well with Plexkodiconnect? I see it was made for emby.
Works great
I am trying to get Super Favorites to work with PKC. Has anyone had any luck getting these two addons to work together, I have confirmed that it works without PKC.
Hi All,
Just wondering if anyone else has had the problem I am having with PKC background sync. I recently bit the bullet and upgraded from KODI 17 to KODI 18.2 and along with that upgraded PKC to the latest beta 2.7.14. I also (and I am thinking stupidly) upgraded PLEX to the latest beta release as well (1.15.4.993). Since I have done this my Background Sync no longer works. The only way I can get the sync to work is if I wait for the scheduled full sync, use the manual sync option or restart KODI.
I have checked the KODI logs and there is no error in the KODI logs that points to a problem with KODI or PKC so I am thinking it is possibly PLEX that has broken something with the background sync process . I am not using any managed users just my admin account so it isn’t the issue there.
When I have sometime tonight I am going to try and roll back the PLEX server to an earlier version and see if that resolves it but I was just interested to see if anyone else has had this issue?
In the meantime I have set the scheduled full sync to a shorter interval.
Cheers
Reliant 
I guess that won’t help. Try completely resetting pkc first, under Advanced in the PKC settings. If that does not help, please share your log file: How to Report A Bug · croneter/PlexKodiConnect Wiki · GitHub
Hello and first of all thanks for this great plugin. I use it all the time on multiple android boxes. Today, I wanted to do it on a clean install of Kodi on a windows 10 machine. Everything installs fine, Kodi is 18.2 Leia (latest available). When I install the latest stable PKC (2.7.14), it says that my kodi version is not compatible with PKC. Did I do something wrong? Is there a workaround?
Regards!
Are you using the stable version? Only that is supported
Yes, stable version from the Windows Store (or downloaded from the download tab of the kodi website). I find it very strange.
Please share your DEBUG log file following How to Report A Bug · croneter/PlexKodiConnect Wiki · GitHub