We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Searching for titles with commas results in Plex splitting the search into separate queries around the comma (see here).
To handle this, TCM should use the search() method instead of get(), and then validate the title before returning a result. Applicable code to change:
search()
get()
TitleCardMaker/modules/PlexInterface.py
Lines 180 to 186 in fe71d30
The text was updated successfully, but these errors were encountered:
Handle title mismatches on Plex for titles with commas
f7c0932
Implements fix for #327
Opened a thread for Plex to fix this here
Sorry, something went wrong.
CollinHeist
No branches or pull requests
Searching for titles with commas results in Plex splitting the search into separate queries around the comma (see here).
To handle this, TCM should use the
search()
method instead ofget()
, and then validate the title before returning a result. Applicable code to change:TitleCardMaker/modules/PlexInterface.py
Lines 180 to 186 in fe71d30
The text was updated successfully, but these errors were encountered: