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

Better movie (IMDB) lookups #2629

Merged
merged 7 commits into from
May 20, 2024
Merged

Better movie (IMDB) lookups #2629

merged 7 commits into from
May 20, 2024

Conversation

Maik0815
Copy link

@Maik0815 Maik0815 commented Jun 15, 2019

Addresses issue #.
inaccurate IMDB lookups for movies foreign and native language.

Changes made by this pull request.
-additional "releasename parts" like "HEVC" for $followingList are added/reworked

-and avoid of matching any of entries of $followingList to count as moviename to gain a better lookup experience.

niel and others added 7 commits June 3, 2019 13:13
additional "releasename parts" like "HEVC" for $followingList are added/reworked

and avoid of matching any of entries of $followingList to count as moviename to gain a better lookup experience.
@Wally73
Copy link
Contributor

Wally73 commented Jun 15, 2019

pull requests have to be based on dev not on master / 0.x

@niel
Copy link
Contributor

niel commented Jun 15, 2019

@Maik0815 can you redo this PR against the dev branch please. We do not merge directly into the stable branch.

@Maik0815 Maik0815 changed the base branch from 0.x to dev June 16, 2019 14:16
@Maik0815
Copy link
Author

Changed the base. Is this enough ?

@niel
Copy link
Contributor

niel commented Jun 16, 2019

Unfortunately, no. The PR must be based from dev, not just targeting it. You need to switch to the dev branch on your machine, make the changes there, push to your github repo and make the PR from that.

@niel
Copy link
Contributor

niel commented Jun 19, 2019

Now I've had time to take a look at the changes you are proposing, I'm pretty sure they do not fit in with what we are trying to do at this point in the code. There should absolutely NOT be any of the "$followingList" parts between the name and year in the match.

Until I can actually run tests though, I cannot be certain. :-(

@DariusIII DariusIII merged commit 4d0b369 into nZEDb:develop May 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants