5 ms·
seems like he missed the mark. why not sync to side-car files? What about videos?
by ListenLinda 8mo ago
seems like he missed the mark. why not sync to side-car files? What about videos?
- jmathai 8mo agoI did say it was robust… I include video [1] and audio (.m4a) [2] files via EXIF. For text files [3], I add a JSON block at the top to mimic EXIF. I don’t want to deal with an additional sidecar file per asset. The risk of losing one during a transfer between systems is too high. It’s a conscious decision and not an oversight. [1] https://github.com/jmathai/elodie/blob/2645bf25b81c63f65d6f1f886ec54cc236222600/elodie/media/video.py#L31 https://github.com/jmathai/elodie/blob/2645bf25b81c63f65d6f1... [2] https://github.com/jmathai/elodie/blob/master/elodie/media/audio.py https://github.com/jmathai/elodie/blob/master/elodie/media/a... [3] https://github.com/jmathai/elodie/blob/master/elodie/media/text.py https://github.com/jmathai/elodie/blob/master/elodie/media/t...