ZeroQI / Lambda.bundle

Local Media Export, a reverse Plex 'Local Media Assets' agent to export metadata locally
GNU General Public License v3.0
134 stars 18 forks source link

borked #30

Closed yggdrasil75 closed 3 years ago

yggdrasil75 commented 3 years ago

File "C:\Users\Yggdrasil75\AppData\Local\Plex Media Server\Plug-ins\Lambda.bundle\Contents\Code__init__.py", line 405 for tag in xml.iterdescendants('Role' ): for tag in xml.iterdescendants('Role' ): SaveFile(tag.get('tag'), path, 'movies_nfo', nfo_xml=nfo_xml, xml_field={'actor': {'role': {'text': tag.get('role')}, 'name': {'text': tag.get('tag')}, 'thumb': {'text': tag.get('thumb', '')}}}, multi='actor', tag_multi='role'); roles.append(tag.get('tag')); roles.append(tag.get('tag'))

SyntaxError: invalid syntax from log, it appears that the change to init on line 405 has broken the plugin

ZeroQI commented 3 years ago

Thanks for spotting, can't have two loops with ':' on the same line...