beets
beets copied to clipboard
Preserve mtimes from archives #4392
Description
Fixes #X.
(...)
To Do
- [ ] Documentation. (If you've add a new command-line flag, for example, find the appropriate page under
docs/to describe it.) - [X] Changelog. (Add an entry to
docs/changelog.rstnear the top of the document.) - [ ] Tests. (Encouraged but not strictly required.)
Initial change
Still to do [ ] test which archive types do not keep mtimes [ ] how to check whether preserve_mtimes is set
Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward?
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward?
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Still relevant.
Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward?
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This should be an easy pull, as it mimics normal unzip behaviour of extracting files with times from the zip file.
Python unzip does not modify the files date when extracting, so it gets the current time.
Looking good! I think all this needs is to polish the comments so they're self-contained and oriented toward the code-reader of the future rather than summarizing our discussion here, and it will be good to go.
Very nice work; thanks for your effort on this!!