/Mosaic

Listen to music with a cover art focused media player

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

mosaic.png

travis appveyor coverage quality pypi status pyversions wheel license

screenshots/screen.png

screenshots/screen2.png

screenshots/screen3.png

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.