bonukai / MediaTracker

Self hosted media tracker for movies, tv shows, video games, books and audiobooks
MIT License
582 stars 24 forks source link

Bugs: Text not readable TV episodes overview & Genres are incorrect #71

Closed URBANsUNITED closed 2 years ago

URBANsUNITED commented 2 years ago

Hi!

As written above, the text in the episodes overview is unreadable and the text "Genres" is not correct:

Bildschirmfoto 2022-02-06 um 11 11 32

The text is there, but only seeable by marking:

Bildschirmfoto 2022-02-06 um 11 15 48

I am using Chrome, normally Safari too, but here I can't open the page. Will investigate later... On the iPhone page works.

Bildschirmfoto 2022-02-06 um 11 10 46

bonukai commented 2 years ago

Episode overview is hidden by design, to avoid spoilers. It should be visible on mouse hover, or a tap on devices with a touchscreen. After marking episode as seen, it's not hidden anymore.

I will add an option to configure this behavior

URBANsUNITED commented 2 years ago

Ok! understand. Makes sense, but making it optional fits, so do I believe, better for everybody.

Thanks

What with my second point? The marked area? Spelling issue?

bonukai commented 2 years ago

Spelling bugs should now be fixed

URBANsUNITED commented 2 years ago

New translation finished.

Please correct this here: image

bonukai commented 2 years ago

You can now change settings for hiding episode title and season overview in settings/preferences

URBANsUNITED commented 2 years ago

Missing translation on server side: {0, plural, one {Updating metadata for # item} other {Updating metadata for # items}}

bonukai commented 2 years ago

I finally figured out the root cause of this issue

URBANsUNITED commented 2 years ago

Mmmmhh Not fully. It doesn't keep the server language saved: I've changed within the Website the server language even it was set to german. All was fine right after. Then I've restarted the container and it was english again:

Bildschirmfoto 2022-02-09 um 17 25 06

Also The dropdown list here is always on the first entry, even they are set to german for example in the env.:

Bildschirmfoto 2022-02-09 um 17 27 48

bonukai commented 2 years ago

Server language should now be fixed.

Audible and TMDB language had different values in environment values and in UI, DE vs de and de-DE vs de. Now SERVER_LANG, TMDB_LANG and AUDIBLE_LANG environment variables are validated, so those values should be the same everywhere

URBANsUNITED commented 2 years ago

TOP!!!! Looks very good. Problem solved

One question: Where is the time coming from:

Bildschirmfoto 2022-02-09 um 18 56 14

Not sync with the server I believe. I don't know if it is relevant. But maybe people care about... I don't ;)

bonukai commented 2 years ago

It should be set when adding new items from search result, now it is :), thanks

URBANsUNITED commented 2 years ago

Right! Works! Bildschirmfoto 2022-02-09 um 20 09 09 Thanks