Player for favorite songs(pffs) is a music player with a playlist system, that gives full control over playback(speed, order, clip) and sound(volume). App is intended to run on Android, Linux and Windows and be as simple as possible.
- track volume adjustment (optional: smooth switching)
- track ordering in a playlist
- track speed adjustment
- skipping parts of track
- Install app on your device
- choose folder with music
- create a playlist
- copy folder to other device
- go to item 1
- To open the full screen player, click on the track name.
- To change the order of tracks in a playlist on Android, press and hold, then drag.
- To set image for a track, create file TrackName.png in the same folder.
- To set image for a playlist, create file PlaylistName.png in the same folder.
- Download pffs-windows-bundle-***.zip
- Unzip in your favorite folder
- Run "pffs.exe"
- Download pffs-linux-bundle-***.tar.gz
- Unpack to your favorite folder
- Install mpv
- Run "pffs" inside this folder or add it to your PATH
- Download pffs-***.apk
- Install it
- Run "pffs"
flutter build linux
flutter build apk
flutter build windows