gboudreau/XBMCnfoMoviesImporter.bundle

Multiple Collections Tag (Also applies to XBMCnfoTV)

purevertigo opened this issue · 5 comments

Adding more than one plex collection tag, eg. Batman / DC
or
Batman
DC

results in the forward-slash getting scraped or only the first instance being picked up in the second case.

SlrG commented

Thanks for reporting. I stopped working on the agents however. If anybody wants to pick them up, please contact Guillaume. Pull requests are also welcome.

@SlrG sad to see you go. I remember working with you on these years ago via the forum.

I've been using tag to add files to a collection and it supports multiple by repeating.

<tag>Batman</tag>
<tag>DC</tag>

I've been using tag to add files to a collection and it supports multiple by repeating.

<tag>Batman</tag>
<tag>DC</tag>

Wow! Thanks for that. Works beautifully. Fantastic workaround.

I'm closing this issue as XBMC/Kodi by design only supports one movie set (collection) per movie with the set feature so the better way is the tag feature.