gitextract_f3ieohtx/ ├── .gitattributes ├── .gitignore ├── LICENSE ├── MPVMediaControl/ │ ├── App.config │ ├── MPVMediaControl.csproj │ ├── MediaController.cs │ ├── PipeClient.cs │ ├── PipeServer.cs │ ├── Program.cs │ ├── Properties/ │ │ ├── AssemblyInfo.cs │ │ ├── Resources.Designer.cs │ │ ├── Resources.resx │ │ ├── Settings.Designer.cs │ │ └── Settings.settings │ ├── StreamString.cs │ └── SystemMeidaTransportControlsInterop.cs ├── MPVMediaControl.sln ├── README.md ├── notify_media.conf └── notify_media.lua