Montellese / mediaimporter.emby

Media importer add-on for Kodi to import items from Emby servers into Kodi
GNU General Public License v2.0
12 stars 3 forks source link

Emby Context Menu option broke #30

Closed sualfred closed 4 years ago

sualfred commented 4 years ago

Error ERROR: [mediaimporter.emby] [context] cannot determine the Emby identifier of "09. Elefantastisch"

Possible related to https://github.com/Montellese/mediaimporter.emby/commit/6b4e152a6d7c57f24b12192bdf696c820c7fde18

Montellese commented 4 years ago

Yes changing the default unique ID from emby to imdb (or whatever) results in Kodi not loading all the unique IDs for common list items. The unique IDs are only loaded on demand when e.g. opening the video info dialog or when playing the item.

I either need to find another way to store the emby ID in a ListItem which is always available or I need to manually load the unique IDs if I need them.

Montellese commented 4 years ago

This also affects resetting the resume point of an in-progress video.

Montellese commented 4 years ago

I've reverted the commit which didn't set "emby" as the default unique ID. This should solve these issues.

sualfred commented 4 years ago

Ok, but shouldn't this issue be opened as reminder once you finished your DB concept to access all of them? Because the Emby ID should not be the default ID as discussed.