davidde / mpv-autosub

Fully automatic subtitle downloading for the MPV media player
https://mpv.io/
MIT License
295 stars 42 forks source link

support for http playback #25

Open Alistair1231 opened 2 years ago

Alistair1231 commented 2 years ago

I accidentally made the pull request from master, so here it is again!

Related to https://github.com/davidde/mpv-autosub/issues/11

Mipsters commented 2 weeks ago

can confirm this works on linux with provided directions

I know this is a bit old, but I found a funky way to determine automatically the limiter value in another project https://github.com/moteus/lua-path/blob/master/lua/path.lua#L23

they use it to also find the platform being used with that knowledge, you may be able to use os.getenv with TEMP on windows, or just /tmp on linux