You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been debugging a bit, but I haven't figured out the issue.
Plex is searched, and returns the title of the movie. However, whatever title that is sent to dtdd may not be formatted correctly, so only titles with 1 word (Casino, 1917, Elysium) work, while multiple words in the title (John Wick, Eastern Promises) return No content warnings could be retrieved for this film....
Should the Title be parsed w/ urllib.parse.quote? If so, I'd imagine it would be placed in build_json.py, but I can't figure out where or in what context.
I realize this may have been abandoned, but any help you could provide would be useful.
Thanks very much.
The text was updated successfully, but these errors were encountered:
I've been debugging a bit, but I haven't figured out the issue.
Plex is searched, and returns the title of the movie. However, whatever title that is sent to dtdd may not be formatted correctly, so only titles with 1 word (Casino, 1917, Elysium) work, while multiple words in the title (John Wick, Eastern Promises) return No content warnings could be retrieved for this film....
Should the Title be parsed w/ urllib.parse.quote? If so, I'd imagine it would be placed in build_json.py, but I can't figure out where or in what context.
I realize this may have been abandoned, but any help you could provide would be useful.
Thanks very much.
The text was updated successfully, but these errors were encountered: