Remote control for Media Player Classic - Home Cinema's web interface. Includes directory browsing and file extension filtering.
MPC-HC, npm, create-react-native-app
Clone or download the repository
git clone https://github.com/telaak/MPCHCRemote.git
Run npm install
npm i
dev
npm start
iOS
npm run ios
Android
npm run android
Expo
@telaak/mpchc-remote
Turn on MPC-HC's web interface from View->Options->Web Interface
Make sure your port is not accessible outside your local network as MPC-HC exposes your whole disk tree (and you probably don't want others to control your player)
Add the IP address and port (default 13579) of your machine running MPC-HC and any file extensions you wish to list.
Swipe horizontally for directory browsing and configuration menu.
Directory browser accepts any path (C:/Users/) or partial path such as C:/User. Pull down to refresh current list.
- Teemu Laaksonen
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE file for details