-
Notifications
You must be signed in to change notification settings - Fork 113
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
Suicide Squad Isekai is pulling the Japanese episode summaries from TVDB #576
Comments
Plex library language is the one used for the summaries, whether series or episodes.
If you did look in the series specific logs, it tells the metadata source priority for each field AND which source provided which value... Logs location is in the troubleshooting section of the readme |
Yes and it is as I mentioned, they're both pulling from TVDB. I'm just not sure why it's pulling the Japanese version
Library is set to English, and language priorities are only Source Logmetadata.seasons[ 1].episodes[ 1]
[?] rank: 0, source_title: AniDB, title: "Episode 1"
[!] title: Episode 1, language_rank 0, rank: 0, len(languages): "3"
[=] title Sources: (AniDB), TheTVDB Inside: '['TheTVDB', 'AniDB']' Value: 'Episode 1'
[=] summary Sources: (TheTVDB) Inside: '['TheTVDB']' Value: '″新しい世界″。狂気に満ちた理想を掲げ毎夜ゴッサム・シティを暴れ回るハーレイ・クインとジョーカーだったが、カタナの襲撃により、ハーレイは監獄にブチ込まれてしまう..'
[=] originally_available_at Sources: (AniDB), TheTVDB Inside: '['TheTVDB', 'AniDB']' Value: '2024-06-27'
[=] directors Sources: (AniDB),TheTVDB Inside: '['AniDB']' Value: 'Osada Eri'
[=] producers Sources: (AniDB),TheTVDB Inside: '['AniDB']' Value: 'Umehara Eiji,Nagatsuki Tappei'
[=] rating Sources: TheTVDB, AniDB| TheTVDB, (AniDB) Inside: '['AniDB']' Value: '3.20'
[=] thumbs ( 1) Sources: (TheTVDB) Inside: '['TheTVDB']' Value: '{'https://thetvdb.plexapp.com/banners/v4/episode/9879316/screencap/667c2935936db.jpg': ('TheTVDB/episodes/667c2935936db.jpg', 1, None)}'
[=] duration Sources: (TheTVDB), AniDB, MyAnimeList, TheMovieDb, OMDb Inside: '['TheTVDB', 'AniDB']' Value: '1440000'
[=] content_rating Sources: AniDB, (TheTVDB) Inside: '['TheTVDB']' Value: 'TV-MA' |
https://api.thetvdb.com/series/436846/episodes?page=1 doesn't have japanese summary, title pulled from AniDB. Cached file japanese indeed Don't have logs so cannot check the json for each episode by clicking on it to identify the issue... |
Yea I'm only talking about the summaries. There is a Japanese summary which is what Hama is pulling for
Here are the full logs |
After some more digging and testing. I think the problem is the line here Hama.bundle/Contents/Code/TheTVDBv2.py Line 234 in daa4300
This seems to determine the search language. I have my priority setup as |
common.SaveFile() - CachePath: '/config/Library/Application Support/Plex Media Server/Plug-in Support/Data/com.plexapp.agents.hama/DataItems', file: 'TheTVDB/json/436846/episodes_page1_en.json' Hama.bundle/Contents/Code/TheTVDBv2.py Line 129 in daa4300
delete the cached file, metadata search for series and modify title searched to "clear-cache", cancel, and refresh metadata and check this json file content for english summary |
Issue still present ? |
it might be, but I've adjusted my language to only have |
Problem
Oddly enough, the series summary is in english, but episode summaries are pulling from the Japanese version. I've done quite a bit of testing in the bundle, but can't figure out why it only wants to pull Japanese.
I've tested on another anime that's inheriting from TVDB (Berserk 1997), but that pulls both series and episode summaries in English as expected. Any API calls either from CLI or browser, both pull summaries in english, even when copying the exact headers and token the bundle is using.
Here's a python snippet I've been using for testing. The only way I can get it to pull in Japanese is to change the
Accept-Language
key value toja
Log Snippet
Root Agent Log
The text was updated successfully, but these errors were encountered: