Add support to keep the original date of the mkv
Opened this issue · 1 comments
edtjlun commented
It would be great if you could add a flag for preserving the original timestamp. I'm using xbmc so when I convert an older file it pops up in the recently added which is a bit of a bummer
choekstr commented
just use the 'touch' command to make the timestamp what you want. I usually use: touch -r <file_with_desired_timestamp> <file_with_wrong_timestamp> and it works very well.
There is no option to preserve the timestamp in the tools we use so.