jellyfin / jellyfin

The Free Software Media System
https://jellyfin.org
GNU General Public License v2.0
33.62k stars 3.07k forks source link

Movie identification is not correct #6426

Closed jorensanbar closed 3 years ago

jorensanbar commented 3 years ago

As you can see, my server does not identify the movies, it only includes the name of the file.

imagen

Previously I used PLEX, and this one does the identification. In Jellyfin the identification is perfect if I do it manually. But manually identifying 1000 movies is a lot of work.

The names of the files, I start it with the year of publication, to keep track when there are great sagas. According to the documentation, the year is placed at the end, but that would make the files to be arranged in alphabetical order, and not by date.

imagen

The request is to include the analysis mode: Year- Name. Like PLEX does.

Edit: This only occurs in sagas when they are in a single folder. Example:

In single films, identification is done correctly:

keturo commented 3 years ago

You must put the movies into single folders or the identification is not possible when different movies are in a single Sub Folder. Another solution is to put the movies into the root media folder, this would also work.

Take a look in the documentation: https://jellyfin.org/docs/general/server/media/movies.html

jorensanbar commented 3 years ago

In the end I had to do it manually, film by film. Putting all the movies in single folders would be a mess, especially in sagas.

Now, the problem occurs in the TV Shows, with the Specials.

I already did the renaming using the following format: TV_Show_Name - S00E## - OriginalName.

imagen

But, But you always assign the name like: Episode 1, 2, 3 etc, you never get the real information.

imagen

Although it does detect external IDs, it never loads the metadata information:

imagen

If I click on the button on the right, it takes me to the page with all the information, but it never loads it into Jellyfin: imagen

I already installed the AniDB Plugin, giving the same result, all the specials are saved as: Special - Episode #

jorensanbar commented 3 years ago

I made sure the information existed in TMDB, but Jellyfin does not load the information.

You can see that in the season of specials, it has all the information, but Jellyfin does not download it: https://www.themoviedb.org/tv/63926/seasons?language=en

jorensanbar commented 3 years ago

I had to search the Emby forums for a solution.

You must install the TVDB Plugin, and mark it as the first option to obtain episode information.

jorensanbar commented 3 years ago

You must put the movies into single folders or the identification is not possible when different movies are in a single Sub Folder.

Take a look in the documentation: https://jellyfin.org/docs/general/server/media/movies.html

Solution from EMBY: https://support.emby.media/support/solutions/articles/44001159102-movie-naming

Renaming the files, and including the ID in the name: imagen

In this way, a complete saga can be found in your folder, and the identification is done automatically:

imagen