jonniek / mpv-filenavigator

Navigate and open your local files in mpv
The Unlicense
69 stars 9 forks source link

Windows support #13

Closed yutsuku closed 4 years ago

yutsuku commented 4 years ago

Added Windows support.

Still need to figure out how to handle favorites and other table-options, as mp.options.read_options doesn't seems to support table values

jonniek commented 4 years ago

One workaround for read_options tables is using json strings instead, and parsing it to lua tables on start like in playlistmanager

I will take a look at the code and test it out myself soon.

jonniek commented 4 years ago

Thanks for contributing!