bpanthi977 / org-mpv-notes

Take notes in org mode while watching videos in mpv media player
MIT License
17 stars 6 forks source link

Don't fail to create note when mpv not open #15

Closed Boruch-Baum closed 2 months ago

Boruch-Baum commented 12 months ago

The current behavior is to fail with an error message asking the user the open a file with mpv.el or empv.el, but org-mpv-notes could easier just run function org-mpv-notes-open directly if that function were (interactive "f") - refer to issue #13

bpanthi977 commented 2 months ago

Currently the message asks user to use org-mpv-notes-open to open a media file or url. I think the current behaviour to explicitly ask user is fine.