Jump to content

Pokemon 2nd Movie ALWAYS has issues being detected right


PRAGMA

Recommended Posts

PRAGMA

Pokemon.The.Movie.2000.1999.1080p.BluRay.REMUX.PCM2.0.H.264-PRAGMA.mkv

Is the filename

Im guessing its getting confused by the 2000 and 1999 year as it always gets detected as the FIRST pokemon movie not 2nd

Link to comment
Share on other sites

Happy2Play

What is the complete folder structure?  If your media is not in a media named folders the queries appear to be slightly different.
 
media in flat structure (no item folder)

 

"C:\Users\Media\Desktop\Videos\Movies - DB\Pokemon.The.Movie.2000.1999.1080p.BluRay.REMUX.PCM2.0.H.264-PRAGMA.ext"
 

2019-04-08 17:53:36.525 Info App: MovieDbProvider: Finding id for item: Pokemon.The.Movie

 
verses in item folder

 

"C:\Users\Media\Desktop\Videos\Movies - DB\Pokemon.The.Movie.2000.1999.1080p.BluRay.REMUX.PCM2.0.H.264-PRAGMA​\Pokemon.The.Movie.2000.1999.1080p.BluRay.REMUX.PCM2.0.H.264-PRAGMA.ext"

or

""C:\Users\Media\Desktop\Videos\Movies - DB\Pokémon The Movie 2000 (1999)​\Pokemon.The.Movie.2000.1999.1080p.BluRay.REMUX.PCM2.0.H.264-PRAGMA.ext"
 

2019-04-08 17:57:41.848 Info App: MovieDbProvider: Finding id for item: Pokemon The Movie 2000
Link to comment
Share on other sites

PRAGMA

 

What is the complete folder structure?  If your media is not in a media named folders the queries appear to be slightly different.

 

media in flat structure (no item folder)

 

"C:\Users\Media\Desktop\Videos\Movies - DB\Pokemon.The.Movie.2000.1999.1080p.BluRay.REMUX.PCM2.0.H.264-PRAGMA.ext"

 

2019-04-08 17:53:36.525 Info App: MovieDbProvider: Finding id for item: Pokemon.The.Movie

 

verses in item folder

 

"C:\Users\Media\Desktop\Videos\Movies - DB\Pokemon.The.Movie.2000.1999.1080p.BluRay.REMUX.PCM2.0.H.264-PRAGMA​\Pokemon.The.Movie.2000.1999.1080p.BluRay.REMUX.PCM2.0.H.264-PRAGMA.ext"

or

""C:\Users\Media\Desktop\Videos\Movies - DB\Pokémon The Movie 2000 (1999)​\Pokemon.The.Movie.2000.1999.1080p.BluRay.REMUX.PCM2.0.H.264-PRAGMA.ext"

 

2019-04-08 17:57:41.848 Info App: MovieDbProvider: Finding id for item: Pokemon The Movie 2000

 

F:\Movies\2. BluRay REMUX\Pokemon.The.Movie.2000.1999.1080p.BluRay.REMUX.PCM2.0.H.264-PRAGMA.mkv

is where its located and where emby is finding the file from

Link to comment
Share on other sites

Hi there, if you name the file to match the title on MovieDb, then you shouldn't have any issues.

Link to comment
Share on other sites

When it's not in it's own folder we have to try and parse the file name and that's going to be a tricky exactly given the two years in the name.

Link to comment
Share on other sites

PRAGMA

When it's not in it's own folder we have to try and parse the file name and that's going to be a tricky exactly given the two years in the name.

Right but regardless the two years are after the first movie, which doesnt explain why its matching the first movie. I guess its falling back to that.

Link to comment
Share on other sites

Senna

Hi there, if you name the file to match the title on MovieDb, then you shouldn't have any issues.

I also see troubles for some titles, because Emby favors the results from TheMovieDBcollection instead of TheMovieDB.

 

Example:

Furious (2017)

 

Emby picks up as title : The Fate of the Furious (2017)

 

When I do an Identify and pick the right movie, I still see on correct movie page (Furious 2017) an URL after Links, referring to wrong collection : https://www.themoviedb.org/collection/9485

 

The other URL's on that page go to the right movie:

https://trakt.tv/movies/furious-2017

https://www.themoviedb.org/movie/415381

https://www.imdb.com/title/tt6054874/

 

5cacc708939a1_TheMovieDBTest.png

 

Above was tested from strm library, where all strm's are in same folder.

Link to comment
Share on other sites

daedalus

When it's not in it's own folder we have to try and parse the file name and that's going to be a tricky exactly given the two years in the name.

 

not really tricky, why not just pickup not the first thing that appears to be a year but the last?

cause the most cases the last on is the intended release year

Edited by daedalus
Link to comment
Share on other sites

I also see troubles for some titles, because Emby favors the results from TheMovieDBcollection instead of TheMovieDB.

 

Example:

Furious (2017)

 

Emby picks up as title : The Fate of the Furious (2017)

 

When I do an Identify and pick the right movie, I still see on correct movie page (Furious 2017) an URL after Links, referring to wrong collection : https://www.themoviedb.org/collection/9485

 

The other URL's on that page go to the right movie:

https://trakt.tv/movies/furious-2017

https://www.themoviedb.org/movie/415381

https://www.imdb.com/title/tt6054874/

 

5cacc708939a1_TheMovieDBTest.png

 

Above was tested from strm library, where all strm's are in same folder.

 

This is not correct. When identifying a movie, the collection id plays zero role. In fact, that id has no role in the core emby server at all. It is only the autoboxsets plugin that uses it.

Link to comment
Share on other sites

not really tricky, why not just pickup not the first thing that appears to be a year but the last?

cause the most cases the last on is the intended release year

 

To give you a complete answer i would have to dive into all of our naming schemes, but no, it's not that simple when you take into consideration all of the different things we have to support. It becomes very easy to accidentally mis-interpret one thing as another. 

 

For this reason, anytime you have a tricky example such as this, you can make things easier for yourself by aligning your naming with moviedb:

moviename (year).mkv
Link to comment
Share on other sites

Senna

This is not correct. When identifying a movie, the collection id plays zero role. In fact, that id has no role in the core emby server at all. It is only the autoboxsets plugin that uses it.

I'm not using the Autoboxsets plugin, but is that wrong link fetched for the Autoboxset plugin ?

 

5cacd031efb63_TheMovieDBTest_02.png

 

For this reason, anytime you have a tricky example such as this, you can make things easier for yourself by aligning your naming with moviedb:

moviename (year).mkv

 

 

 

The example I gave was following your template:

Furious (2017).strm

 

But Emby still gets it wrong for that movie.

Link to comment
Share on other sites

and why you don't add the year to the query?

 

https://www.themoviedb.org/search/movie?query=Furious%202017&language=en

 

That's adding the year into the search phrase which is not a good thing to do. They have a dedicated parameter that can be used with the search api to supply the year. But if you look at the results in my link above it would not matter because there are two titles with Furious in the name for 2017.

Link to comment
Share on other sites

https://www.themoviedb.org/search/movie?query=Furious%20y:2017&language=en

 

first result is that one we search for

 

year in search string gives an even better result in this case

 

But the second result is the correct one, not the first. And no, the year should not be part of the search text because that can make things difficult for the search engine for titles that have numbers in the name.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...