Benjamin Brisson

Results 179 comments of Benjamin Brisson

Uploaded new version. - all multi tags (genre [single level], actors [multi-level]) updated the first tag only - the value from the nfo was empty as well - The engine...

Please confirm if issue is still present after latest code, or i will archive this issue

https://github.com/ZeroQI/Lambda.bundle/blob/master/Contents/Code/__init__.py - Lines 413-553 TV-Shows - Lines 468-470 for roles: ``` for role in directory.iterchildren('Role'): if role.get('tag') in roles: SaveFile(role.get('role'), path, 'series_nfo', nfo_xml=nfo_xml, xml_field={'actor': {'role': {'text': role.get('role')}, 'Name': {'text': role.get('tag')},...

@Sirfrancis18 You picked an example [32241, Big hero 6: la serie]. I ask logs, and the example isn't in it... Lines 468-470 for roles: ``` for role in directory.iterchildren('Role'): if...

YouTube Movies and Series agent only. Would need to rewrite the music scanner, and the agent, and label your files and folders accordingly.... It isn't planned but I would assist...

All code file involved are not my agent ones but Plex ones. At least I would need the last output of my agent to know where it is failing, as...

still think it is Plex related Still happening on latest Plex version ?

Reproduced - Plex throw an error after the end of my code - replaced series and ep name, same, so one field string cause issues... - japanese is supported, i...

Reproduced again. Show title have chars/format causing issues Tried the following treatment to the string to no avail - Dict(json_playlist_details, 'snippet', 'title').encode("iso-8859-1").decode("utf-8") - unicodedata.normalize('NFKD', unicode(Dict(json_playlist_details, 'snippet', 'title'))).encode('ASCII', 'ignore') I am...