script.module.inputstreamhelper: Inconsistent last_update

I think we should have another thought about last_update, which iirc should more appropriately be called last_checked or something. Maybe we could also add a real last_updated, which would reflect when a new version was installed. Not sure whether that is needed and how to handle backups/rollbacks though.

About this issue

  • Original URL
  • State: closed
  • Created 4 years ago
  • Reactions: 1
  • Comments: 16

Most upvoted comments

I changed last_update to last_modified and moved the set_setting() as discussed. I think the changes to info dialog should be in another PR.

The information displayed in the GUI must be unambiguous to the user. Currently, this is not the case.

I think the GUI should show this:

  • Widevine not found --> don’t display a date
  • Widevine version found --> display installation date

Set to current time whenever a different version is installed, whether it’s a new one or from backup.

I think that is the most logical solution, this means that last_check is not shown in the GUI anymore and instead last_update is shown.