Full stack App that enables you to press media control keys on you windows machine such as play/pause, previous/next song and volume controls from your phone.
Perfect when using Youtube Music since it doesnt support Media Controls from the phone unlike Spotify or Apple Music
- Python 3
- Windows Machine
- Pc and Phone need to be in the same network
-
Clone the repository
git clone https://github.com/doniel-t/win-media-control-app.git
-
Start the server on your pc
Go to thewin-media-control-app
directory and startstartup_script.bat
Its recommended to add add a script that runs this script to your autostart.\startup_script.bat
-
Grab your hostname from the pc you want to control from your phone
hostname
-
Get the APK from here or build it yourself using an expo account
-
Install the apk on your device and run it
-
Enter your
hostname
in the app and try it out! 🚀
The hostname will be cached so you only need to add it once!
- React Native App
- Use Scrollview instead of static View
- Cache hostname
- ios port
- Music Notification Bar on phone
- Get song title from winapi and send it to phone
- Linux port?