Skip to content
New issue

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

Bug in code. OR instead of AND #57

Open
MildarAA opened this issue Apr 8, 2023 · 0 comments
Open

Bug in code. OR instead of AND #57

MildarAA opened this issue Apr 8, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@MildarAA
Copy link

MildarAA commented Apr 8, 2023

Describe the bug
I believe you used OR instead AND at this place during plex search

if (not search) or len(track.title.split("(")) > 1:
otherwise it does not make sense.

Also it would be cool to increase search limit to higher number. Some songs were not found because of big music library.

To Reproduce
Just look at the code. Does not matter if you find anything, it will try to look for shorter name (splitted by "(" character )

Expected behavior
If match is found, do not keep looking

@MildarAA MildarAA added the bug Something isn't working label Apr 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant