Skip to content

Releases: Ryan-the-python-coder/adb-music-controller

ADB Music Controller (EXE version) v1.0

08 Aug 20:17
ea75fd1

Choose a tag to compare

Release Notes - ADB Music Controller EXE

Version 1.0 - Initial Release

  • Python Tkinter GUI app packaged as a standalone Windows executable
  • Controls Android music playback over ADB (USB and Wi-Fi)
  • Supports Play/Pause, Next, Previous, Fast Forward, Rewind, Volume Up/Down
  • Displays current song and artist info with automatic updates every 5 seconds
  • Wi-Fi ADB connection configuration via device IP input
  • Shows PC network IP configuration
  • Handles special characters in song/artist names correctly
  • Minimal dependencies, no external installations required except ADB
  • Includes embedded ADB if placed in platform-tools folder
  • Error handling and user notifications for ADB connection and command issues

Known Issues (no fixes currently)

  • Playback info may not update instantly on some devices or apps
  • Wi-Fi ADB connection requires device and PC to be on the same network
  • UI scaling fixed to 300x700 window; resizing is limited