Skip to content
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

Add the last date the list was updated/changed and not only last time an update was launched #4356

Open
lordraiden opened this issue Mar 3, 2022 · 2 comments

Comments

@lordraiden
Copy link

Problem Description

Right now when you have lot of lists is hard to know which of them are no longer being updated.

Proposed Solution

Add the last date the list was changed and not only last time an update was launched

@lordraiden
Copy link
Author

This is easy to implement and is useful to detect dead feeds

@sjhgvr
Copy link

sjhgvr commented May 6, 2022

Agree. Currently all "Last time updated" times are the same for each list (time after the Check For Updates-button has pressed).
This makes no sense.

Imo it should be like this:

  • Next to "Check for updates"-button a time should be displayed (This should be the time of the last update check, either by automated update, or manually pressing that button.)
  • With each list, the actual time of last change to that particular list*

* - Extract "TimeUpdated", "Last modified", "Last updated", "Last update", "Updated" - info, from the top of the downloaded file. (When available)
- HTTP Last-modified header? (Can be wrong)
- Use file-mod-time from the local file. If the downloaded file doesn't match the local file (thus was changed), update the mod time. If not, leave the file alone. (Last time updated will not change)

@ainar-g ainar-g added this to the v0.108.0 milestone May 12, 2022
@ainar-g ainar-g changed the title [Feature request] Add the last date the list was updated/changed and not only last time an update was launched Add the last date the list was updated/changed and not only last time an update was launched May 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants