An open API service indexing awesome lists of open source software.

https://github.com/mandeep/mosaic

Listen to music with a cover art focused media player
https://github.com/mandeep/mosaic

Last synced: about 1 year ago
JSON representation

Listen to music with a cover art focused media player

Awesome Lists containing this project

README

          

.. image:: mosaic.png

|travis| |appveyor| |coverage| |quality| |pypi| |status| |pyversions| |wheel| |license|

.. image:: screenshots/screen.png

.. image:: screenshots/screen2.png

.. image:: 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_.

.. |travis| image:: https://travis-ci.org/mandeep/Mosaic.svg?branch=master
:target: https://travis-ci.org/mandeep/Mosaic
.. |appveyor| image:: https://img.shields.io/appveyor/ci/mandeep/Mosaic/master.svg
:target: https://ci.appveyor.com/project/mandeep/mosaic
.. |coverage| image:: https://img.shields.io/coveralls/mandeep/Mosaic/master.svg
:target: https://coveralls.io/github/mandeep/Mosaic
.. |quality| image:: https://img.shields.io/scrutinizer/g/mandeep/Mosaic.svg
:target: https://scrutinizer-ci.com/g/mandeep/Mosaic/
.. |pypi| image:: https://img.shields.io/pypi/v/mosaic-music.svg
:target: https://pypi.python.org/pypi/mosaic-music
.. |status| image:: https://img.shields.io/pypi/status/mosaic-music.svg
:target: https://pypi.python.org/pypi/mosaic-music
.. |pyversions| image:: https://img.shields.io/pypi/pyversions/mosaic-music.svg
:target: https://pypi.python.org/pypi/mosaic-music
.. |wheel| image:: https://img.shields.io/pypi/format/mosaic-music.svg
:target: https://pypi.python.org/pypi/mosaic-music
.. |license| image:: https://img.shields.io/pypi/l/mosaic-music.svg
:target: https://pypi.python.org/pypi/mosaic-music

.. _here: https://github.com/mandeep/Mosaic/blob/master/CHANGELOG.rst