Features
- Displays correctly scaled cover art meta data in the main window
- Provides media information including bitrate, bits per sample, and sample rate
- Media library and playlist browser for easy access listening
- Supports FLAC and MP3 file formats
- Cross platform UI utilizes the user's system theme
Installation
Mosaic requires Python and the PyQt5 library installed locally. For PyQt5 install instructions please visit: https://www.riverbankcomputing.com/software/pyqt/download5
With your environment set, simply run the following command to install Mosaic:
$ pip install --user mosaic-music
If you would rather install from source, run the following commands:
$ git clone https://github.com/mandeep/Mosaic.git $ cd Mosaic $ python setup.py install
Usage
Mosaic can be run with the following command:
$ mosaic
Change Log
To see the Mosaic change log, click here.