woodruffw / ff2mpv

A Firefox/Chrome add-on for playing URLs in mpv.
https://addons.mozilla.org/en-US/firefox/addon/ff2mpv/
Other
521 stars 52 forks source link

fix: fix encoding issue on ff2mpv.bat #79

Closed DanSM-5 closed 2 years ago

DanSM-5 commented 2 years ago

Sometimes redirecting the string as a file can cause issues with the encoding of the file which cause issues at running it or when it is called from the NativeMassagingHosts. Looks like WriteAllLines method does not have that issue.

woodruffw commented 2 years ago

Thanks @DanSM-5! Strange bug.