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

Adding show with German info language from TMDB does result in the show being added with its English title and description (again) #10965

Open
anonvoy opened this issue Oct 15, 2022 · 0 comments
Assignees

Comments

@anonvoy
Copy link

anonvoy commented Oct 15, 2022

The problem is almost the same as the one I described in issue #8752 in 2020: A show that is not originally English, with a German title, is not added to Medusa from TMDB with that original (German) title, even if the info language while searching for that show was set to "Deutsch". Only this time not only the title and description (for the show as a whole) are in English, but also the episode titles and and the path where the show resides on the hard drive are in English. During the show selection process, Medusa still informs you that the show will be added to a path based on the German show name, but then proceeds to completetly ignore the German title, descriptions etc.

To Reproduce
Steps to reproduce the behavior:

  1. Go to '[YourMedusaPath]/addShows/newShow/'
  2. Add "Die Kaiserin" to search field
  3. Choose info language "Deutsch" and indexer "TMDB"
  4. Click search button
  5. From the search results, choose "Die Kaiserin", click next and perform all necessary steps to add the show to Medusa.
  6. The show is added with the title "The Empress" and an English description.

Expected behavior
The show should be added with its German title and a German description.

Screenshots
None

Medusa (please complete the following information):

  • OS: OpenSuse Linux Leap 15.3
  • Branch: master
  • Commit: e4b480c
  • Python version: 3.9.9
  • Database version: 44.19

Debug logs (NOT at least 50 lines, because there are no more lines than those related to adding this show):
General > Advanced Settings > Enable debug

2022-10-15 20:27:48 INFO	SHOWQUEUE-ADD :: [e4b480c] Finished processing 0 scene exceptions.
2022-10-15 20:27:48 INFO	SHOWQUEUE-ADD :: [e4b480c] Updating exception_cache and exception_season_cache
2022-10-15 20:27:48 INFO	SHOWQUEUE-ADD :: [e4b480c] Building internal name cache for The Empress
2022-10-15 20:27:48 INFO	SHOWQUEUE-ADD :: [e4b480c] Finished processing 4187 scene exceptions.
2022-10-15 20:27:48 INFO	SHOWQUEUE-ADD :: [e4b480c] Updating exception_cache and exception_season_cache
2022-10-15 20:27:48 INFO	SHOWQUEUE-ADD :: [e4b480c] Cache check completed
2022-10-15 20:27:48 INFO	SHOWQUEUE-ADD :: [e4b480c] 131488: Updating NFOs for show with new indexer info
2022-10-15 20:27:48 INFO	SHOWQUEUE-ADD :: [e4b480c] Selected poster for series 131488 (score=5.009995065941986, score_bay=3.0199901318839726, rating=5.384, votes=2, res=1000x1500): http://image.tmdb.org/t/p/original/kDcb6ZzWQNDBCkRPdoRdKqCQRxw.jpg
2022-10-15 20:27:48 INFO	SHOWQUEUE-ADD :: [e4b480c] Selected fanart for series 131488 (score=3.6346583932036713, score_bay=3.269316786407343, rating=5.318, votes=3, res=2048x1152): http://image.tmdb.org/t/p/original/krx0NQ2qZmktGoRW6o5KIxlkWIo.jpg
2022-10-15 20:27:47 INFO	SHOWQUEUE-ADD :: [e4b480c] Setting all previously aired episodes to the specified status: Skipped
2022-10-15 20:27:45 INFO	SHOWQUEUE-ADD :: [e4b480c] Finished processing 0 scene exceptions.
2022-10-15 20:27:45 INFO	SHOWQUEUE-ADD :: [e4b480c] Updating exception_cache and exception_season_cache
2022-10-15 20:27:45 INFO	SHOWQUEUE-ADD :: [e4b480c] Starting to add show by Indexer Id: 131488
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

No branches or pull requests

2 participants