A basic music player based on libcosmic. It's still very much a work in progress.
- MP3
- M4A
- Ogg
- Opus
- Flac
- Wav
Non-exhaustive list of planned features in no particular order:
- Gapless playback
- Crossfading between tracks
- Grid view
- More column options in list view (calling this complete for the time being)
- Import / Export .m3u playlists
- MPRIS support (much improved but not entirely complete)
- Sorting options
- Shuffle modes
- Condensed responsive layout (possibly may build on this later)
- Drag and drop support (your milage may vary outside of cosmic-comp)
- Playlist duplicate management
- Partial update (Only add new tracks)
Ctrl + U: Update LibraryCtrl + Q: QuitCtrl + N: New PlaylistF2: Rename PlaylistCtrl + Up: Move Playlist UpCtrl + Down: Move Playlist DownCtrl + =: Zoom InCtrl + -: Zoom OutPageUp: Scroll UpPageDown: Scroll DownCtrl + ,: SettingsCtrl + A: Select AllCtrl + click: SelectShift + click: Select RangeF1: Track Infom: Toggle Mute-: Volume Down=: Volume Up
This project uses just for building. To run development mode:
just run-dev
To install:
sudo apt install just
just build-release
sudo just install

