yuchen-lea / org-media-note

Taking interactive notes when watching videos or listening to audios in org-mode.
GNU General Public License v3.0
232 stars 35 forks source link

Add checks for corrent data type #43

Open c1-g opened 1 year ago

c1-g commented 1 year ago

Most of these functions rely on mpv-get-property and sometimes--with enough queue--mpv-get-property output the wrong data like time as url.

These checks are to prevent Emacs from erroring out.

qingshuizheng commented 1 year ago

Just curious: is this a fix for this error when the remote url lacks a referrer:

mpv-run-command: `get_property' failed: property unavailable
c1-g commented 1 year ago

@qingshuizheng Nope.

qingshuizheng commented 1 year ago

@qingshuizheng Nope.

Ahh, thanks. I might need to delve into this issue myself.