https://gitlab.com/isseigx/tomori
Minimalistic music player for the Linux desktop
https://gitlab.com/isseigx/tomori
C++ Qt libmpv libvlc music player qml
Last synced: 9 months ago
JSON representation
Minimalistic music player for the Linux desktop
- Host: gitlab.com
- URL: https://gitlab.com/isseigx/tomori
- Owner: isseigx
- Created: 2019-01-08T21:09:51.784Z (over 7 years ago)
- Default Branch: master
- Last Synced: 2023-05-11T02:15:22.261Z (about 3 years ago)
- Topics: C++, Qt, libmpv, libvlc, music, player, qml
- Stars: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
## Ayase
Minimalistic music player for the linux desktop using [Qt](https://qt.io)/C++ and [libVLC](https://wiki.videolan.org/LibVLC).
[](https://techforpalestine.org/learn-more)
### Features
- Read and write XSPF playlists
- MPRIS support
- Read audio tags
- Play FLAC, MP3, M4A, Ogg and Opus files
- Music library with songs, artists and albums views
- File view
- Keep current playlist across sessions
- Lyrics
### Dependencies
- Qt5 Base
- Qt5 Quick Controls 2
- Qt5 Graphical Effects
- KIdleTime (to disable power management)
- Kirigami
- qqc2-desktop-style (follow desktop theme)
- libVLC (playback engine)
- TagLib (files metadata)
- CMake (build system)
### Building / Installing
In order to build Ayase from source, clone this repository and run:
```
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=/usr ..
make
sudo make install
```
### License
GPL v3+
### Screenshots







