├── .gitignore ├── CHANGELOG.md ├── README.md └── locatefile.lua /.gitignore: -------------------------------------------------------------------------------- 1 | .idea 2 | -------------------------------------------------------------------------------- /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nimatrueway/mpv-locatefile-lua-script/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nimatrueway/mpv-locatefile-lua-script/HEAD/README.md -------------------------------------------------------------------------------- /locatefile.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nimatrueway/mpv-locatefile-lua-script/HEAD/locatefile.lua --------------------------------------------------------------------------------