From 6bcb2f7f02f3759202fd83b148921594e2e54ac0 Mon Sep 17 00:00:00 2001 From: yarikoptic Date: Wed, 17 Apr 2024 13:30:23 +0000 Subject: [PATCH] original possible todo on extension --- ...struct_on_how_to_decide_on_extension__63__.mdwn | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 doc/todo/way_to_instruct_on_how_to_decide_on_extension__63__.mdwn diff --git a/doc/todo/way_to_instruct_on_how_to_decide_on_extension__63__.mdwn b/doc/todo/way_to_instruct_on_how_to_decide_on_extension__63__.mdwn new file mode 100644 index 0000000000..83e957c8a8 --- /dev/null +++ b/doc/todo/way_to_instruct_on_how_to_decide_on_extension__63__.mdwn @@ -0,0 +1,14 @@ +In our case we are storing videos using timestamp in the filename, e.g. + +``` +2024.03.08.09.31.09.041_2024.03.08.09.34.53.759.mkv +``` + +where last number is `ms`. `git-annex` for MD5E decides that extension is `.759.mkv`, so if we rename file (adjust timing), it seems to produce a new key. + +I wonder if you have any ideas Joey on how to overcome it (smarter extension deduction? some config to "hardcode" target extension to be .mkv?)? + +Just throwing against the wall to see if sticks + +[[!meta author=yoh]] +[[!tag projects/repronim]]