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

[FEAT]: scraping non-English TV shows #906

Closed
LumiaJ opened this issue Jun 24, 2023 · 4 comments
Closed

[FEAT]: scraping non-English TV shows #906

LumiaJ opened this issue Jun 24, 2023 · 4 comments
Labels
duplicate This issue or pull request already exists enhancement New feature or request

Comments

@LumiaJ
Copy link

LumiaJ commented Jun 24, 2023

Description

I have found that it is difficult to recognize accurate information when scraping non-English TV shows. The results obtained from clicking to retrieve information are similar to searching for Chinese content on an English website. Can you add something like "?language=zh-CN" to the TMDB data package during the search, where the language can be customized? This would help increase the accuracy of scraping TV shows.

Additional information

No response

@LumiaJ LumiaJ added the enhancement New feature or request label Jun 24, 2023
@courville
Copy link
Contributor

Hi, reading https://developer.themoviedb.org/docs/languages it seems that only ISO_639-1 code is supported.
Scraper uses default locale 2 letters ISO to match tmdb expectations.
Perhaps I misread something.
Language use to scarpe can be changed in nova's settings in Posters & descriptions section by selecting TV show or Movies entry.

@LumiaJ
Copy link
Author

LumiaJ commented Jun 28, 2023

可能我用了翻译,导致意思不太准确。
我又测试了一下,发现对于非英文的剧集,刮削的时候会默认只搜索电影里的内容,而不是选择剧集。我在nova中使用手动搜索之后出现的内容,只有我在tmdb的网站上搜索后显示的内容里,电影分类的内容,并不显示剧集的内容

Perhaps I used a translation, which caused the meaning to be inaccurate.
I tested it again and found that for non English episode, when scraping, it defaults to only searching for the content in the movie, rather than selecting the episode. The content that appears after manual search in Nova, only the content that appears after I search on the TMDB website, including the movie category content, does not display the content of the episode

@courville
Copy link
Contributor

Could you please provide the exact filename that caused this behavior for me to try to reproduce?

@courville
Copy link
Contributor

@LumiaJ let's close this issue and follow the progress in #1129 where I have a fundamental question for interpreting the ISO639-1 language codes to support Traditional Chinese in TMDb.
Please review and help there.

@courville courville added the duplicate This issue or pull request already exists label Feb 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants