mkvdts2ac3 icon indicating copy to clipboard operation
mkvdts2ac3 copied to clipboard

Add support to keep the original date of the mkv

Open edtjlun opened this issue 10 years ago • 1 comments

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

edtjlun avatar Jan 23 '15 13:01 edtjlun

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.

choekstr avatar Jan 23 '15 14:01 choekstr