English|简体中文
Introduction
MPax is a simple and easy-to-use music player powered by flutter.
Screenshots
Features
Audio:
- Music playing.
- Read metadata (now is part of).
- Modify metadata.
- Playlist (partly).
- Search.
- Lyric.
UI:
- Dark mode.
- Duration to auto stop.
- Multiple views (In album, artist, folder...).
Platforms:
- Android.
- Windows.
- Linux.
Keymap (Desktop platforms)
- Play Previous:
Ctrl + Alt + V
- Play Next:
Ctrl + Alt + N
- Play/Pause:
Ctrl + Alt + B
Install
- Android: mpax_flutter-version.apk
- Windows: mpax_flutter-version.zip
- Linux: mpax_flutter-version.tar.gz
Build From Source
Android
Run flutter build android --verbose
Windows
- Run
flutter build windows --verbose
- Download sqlite3.dll and put in the same folder as the executable.
Linux
-
Run
sudo apt install libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev libkeybinder-3.0-0 libkeybinder-3.0-dev libsqlite3-0 libsqlite3-dev libtagc0-dev
-
Run
flutter build linux --verbose