gitextract_j2hgwr2j/ ├── .github/ │ ├── dependabot.yml │ └── workflows/ │ └── build.yml ├── .gitignore ├── Cargo.toml ├── LICENSE ├── README.md ├── README.zh-Hans.md ├── README.zh-Hant.md ├── share/ │ ├── linux/ │ │ ├── config.toml │ │ ├── mpv-handler-debug.desktop │ │ └── mpv-handler.desktop │ ├── proto.html │ └── windows/ │ ├── config.toml │ ├── handler-install.bat │ └── handler-uninstall.bat └── src/ ├── config.rs ├── error.rs ├── main.rs ├── plugins/ │ ├── mod.rs │ └── play.rs └── protocol.rs