-
-
Notifications
You must be signed in to change notification settings - Fork 20
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
Alternate Language Movie names in Table View. #1341
Comments
As a side note. Nice work on beta.25. Very nice indeed. |
Hi @Dubwize, thanks for the bug log. I was on holiday so I just now saw your issue. It is strange indeed that the Japanese titles are shown because I'm mapping the Emby data directly into EmbyStat. I did see that I'm using the OriginalTitle property, maybe Name or even SortName would be better indeed. |
No worries man. Gotta get out and unplug sometimes. I included that "Original Name" image because I assumed that was the value you were pulling. Also, and i'm not Emby variable guru, but i thought SortName was a user populated field, used to force Emby to override the title with what you have entered. Thanks, and again, keep up the great work, this new version is amazing. |
Using Name to display in movie table #1341
@Dubwize, can you check the new nightly build (0.2.1-dev.1365) to see if your problem is fixed? Nightlies are only available in Docker containers. Let me know if you need a Windows artifact. |
I use a linux 'package' I can spin up a docker though and give it a test in a bit. |
@Dubwize, I'm not really familiar with how the DNS resolving should work inside docker and how I need to change my code to use the docker DNS settings. You don't need to try the 'embystat:latest' since it's not updated anyway. Can you give me a docker image example that does work on your system? I could have a look at their docker image file to see if I'm missing something. edit: fixing the type as well, thanks! |
Bug report
Describe the bug
Movie names are not pulling English titles when they are Japanese.
To Reproduce
After the movies are imported;
Go to Movies -> Tables
Expected behavior
Name should be populated the same as they are in Emby, even if there are various names available.
Screenshots
Here are two movies listed in the tables display of EmbyStat.
Here is the same movies from Emby
Battle Royal's info on TheMovieDB
System (please complete the following information):
Additional context
I would think that the metadata scrape should either populate whats already available from Emby, or if it's doing a new scrape from TVDB or TheMovieDB, then it should include your language selection when determining how/what to display as the title.
Couple more as reference:
The text was updated successfully, but these errors were encountered: