org-media-note
org-media-note copied to clipboard
problem with media types: how a missed extension made autoinsert timestamp fail (and the link to the media)
Congratulations on the autoinsert timestamp feature, it is very useful
I was using it in an audio file, but it was not doing the auto timestamp insertion. I forced timestamp insertion with i
and then it did the following link: nil:~/path/to/audio.aac
which it's the case for commit https://github.com/yuchen-lea/org-media-note/commit/bde775c08da29987c7c4959d024e5c383ea72bd9 , the problem is that aac audio extension was not recognized as audio link, and it is fixed for PR https://github.com/yuchen-lea/org-media-note/pull/44
Looking at the problem, I had some questions that I wanted to share with you guys:
- why is ogg video? Ok, ogg is container, so video or audio could be there
- same would apply to mkv which is considered video but it's a container
then I think, is it relevant to separate audio from video? what about just a media link? something such as org-media-note or omn: ? Maybe separating what can only be video to video, audio to audio, and the containers to media?
Anyway, that was just thinking out loud, for me, the most important thing is to have the autoinsert timestamp feature working most of the time, and I think that will be the case from now on today :)