Jump to content

Another Kodi sync issue ... likely unrelated to others posted here


jmos1277

Recommended Posts

jmos1277

I have Kodi setup as my front end on multiple machines .. all accessing the same backend.  I have multiple media folders defined on my Emby server.  Some of those are syncing to Kodi correctly while others are not.  

 

For example, my "Movies" and "TV Shows" media folders sync to Kodi with no issues.  However, the "UFC" media folder that I've defined on Emby is not syncing at all.  The "UFC" media folder synced to my Kodi install when I first installed the Emby plugin, but it doesn't update when I add new content to my server.

 

I'm pretty new to Kodi so I'm looking for some suggestions on how I can debug this issue.  I've looked at my kodi.log file and see some warnings and errors, but they don't seem to be related to this issue (?).  I've attached a log file.

 

I have the following action assigned to my "UFC" menu item.

ActivateWindow(10025,library://video/Emby - UFC Collection - Movies/UFC Collection - Movies_all.xml/,return)

This issue is present on both of my Kodi devices.

 

Last note -- when I view my UFC collection via the UPnP export, I see all of my media.  However, browsing my media via the UPnP isn't as desirable since it doesn't seem to export all of the metadata.

 

Any advice?

 

 

Running:

Emby Version 3.0.5724.6 (most recent stable)

Kodi 15.1

Emby for Kodi Plugin (most recent stable)

 

kodi.log

Link to comment
Share on other sites

jmos1277

So I turned on DEBUG messages in the Emby plugin settings to see if I could find anything interesting.  I see that the plugin does query my Emby server for the UFC data and it does receive a JSON response that includes ALL of the UFC media on my server.  However, Kodi still doesn't seem to update the local Kodi database.

 

Here is an excerpt from my Kodi log that includes the appropriate JSON response for my UFC Collection.

 

The request:

12:44:01 T:1772  NOTICE: EMBY DownloadUtils -> logMsg : === ENTER downloadUrl ===12:44:01 T:1772  NOTICE: EMBY DownloadUtils -> logMsg : URL: http://192.168.1.10:8096/mediabrowser/Users/c06956b9634243928c958c0e4dbb855a/Items?ParentId=98203b199b3502cea463e93368783c8d&SortBy=SortName&Fields=CumulativeRunTimeTicks,Etag&Recursive=true&SortOrder=Descending&IncludeItemTypes=Movie&CollapseBoxSetItems=false&ImageTypeLimit=1&format=json
12:44:01 T:1772  NOTICE: EMBY DownloadUtils -> logMsg : ====== 200 Success ======

And part of the response.

12:44:01 T:1772  NOTICE: EMBY DownloadUtils -> logMsg : Response: {u'Items': [{u'LocationType': u'FileSystem', u'LocalTrailerCount': 0, u'IsHD': False, u'Etag': u'6e1d82b2bed362bb1bf19fce2b98e008', u'ServerId': u'b9293b7a8cc441a79e35928704831259', u'Type': u'Movie', u'PlayAccess': u'Full', u'IsFolder': False, u'PremiereDate': u'2014-07-05T04:00:00.0000000Z', u'ProductionYear': 2014, u'BackdropImageTags': [u'e02a411ba86ec6f8524d8a5156e0b00e'], u'IsPlaceHolder': False, u'Name': u'UFC 175: Weidman vs. Machida', u'MediaType': u'Video', u'CommunityRating': 8, u'UserData': {u'PlayCount': 0, u'Key': u'280202', u'PlaybackPositionTicks': 0, u'IsFavorite': False, u'Played': False}, u'ParentThumbImageTag': u'3e9a48d60c60510ce88d5b85c2e1f707', u'VideoType': u'VideoFile', u'ImageTags': {u'Primary': u'd3362f54bdeddccdb6ec9ebcc1f5ff33'}, u'RunTimeTicks': 83541790000L, u'ParentThumbItemId': u'0732a3a6a1b802200db3d256cb8cf22f', u'Id': u'ff5f944002a95b0435747419b2ca0819'} ...
Edited by jmos1277
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...