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
- Host: GitHub
- URL: https://github.com/mandeep/mosaic
- Owner: mandeep
- License: gpl-3.0
- Created: 2016-07-20T22:08:06.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2020-09-17T03:25:26.000Z (over 5 years ago)
- Last Synced: 2025-03-24T18:52:30.218Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 89.1 MB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
- License: LICENSE.rst
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