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

Sync issue: Item based tags are not synced #19

Closed sualfred closed 4 years ago

sualfred commented 4 years ago

Like Kodi Emby offers the option to add tags to items. These tags are not synced. The information is stored in the "TagItems" JSON key and should be applied for the item type TV shows and movies.

Example: Library 'HDR Serien' -> "Our Planet" on Emby tagged with "Documentary"

Kodi with mediaimporter: "Our Planet" -> Tags: "HDR Serien"

Kodi with Emby for Kodi (how it should be): "Our Planet" -> Tags: "HDR Serien", "Documentary"

Montellese commented 4 years ago

Thanks for the report. Do you know what the difference between the Tags and the TagItems property is? Right now I'm only retrieving and syncing the Tags property but since I don't have any tags set in my Emby library I never really noticed that something might not be working.

sualfred commented 4 years ago

I don't know what Tags is used for but it is empty for my items with custom tags while TagItems has them stored.

Montellese commented 4 years ago

Fixed in master. Odd thing is you have to specify that you want to get the Tags field to get both the TagItems and Tags field. Specifying the TagItems field doesn't work.

sualfred commented 4 years ago

@Montellese

Just tested it and tags still won't be synced.