gboudreau / XBMCnfoMoviesImporter.bundle

688 stars 158 forks source link

Multiple Collections Tag (Also applies to XBMCnfoTV) #113

Closed purevertigo closed 4 years ago

purevertigo commented 4 years ago

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 4 years ago

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.

purevertigo commented 4 years ago

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

skinnerback commented 4 years ago

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

<tag>Batman</tag>
<tag>DC</tag>
purevertigo commented 4 years ago

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.

purevertigo commented 4 years ago

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.