complexlogic / rsgain

A simple, but powerful ReplayGain 2.0 tagging utility
Other
289 stars 21 forks source link

Preserve modification times #90

Closed xeruf closed 1 year ago

xeruf commented 1 year ago

Coming from r128gain, I am only missing one feature: https://github.com/desbma/r128gain/pull/8/files

  -p [MTIME_SECOND_OFFSET], --preserve-times [MTIME_SECOND_OFFSET]
                        Preserve modification times of tagged files, optionally adding
                        MTIME_SECOND_OFFSET seconds. (default: None)
complexlogic commented 1 year ago

Other users have requested this feature (#78).

I'm OK with adding this to the program, but I will implement as a simple boolean switch only. I don't see the value in supporting a custom offset in seconds, and it would add unneeded complexity to the program.