Komet / MediaElch

Media Manager for Kodi
https://mediaelch.github.io/mediaelch-doc/about.html
GNU Lesser General Public License v3.0
852 stars 96 forks source link

fix(UI): Add "missing" label to "first aired" field if it is the default #1667

Closed bugwelle closed 1 year ago

bugwelle commented 1 year ago

For TV shows and episodes, add a marker "missing" to indicate that the "first aired" date is missing. Qt does not have a good way to mark the QDateWidget "invalid". It requires a date that it can show.

And the defaults are awful: 2000-01-01 is the default. We simply show the current date with a label "missing" in case the date is invalid.


Fix #1663