Metadata-Version: 2.4
Name: beets_mosaic
Version: 0.9.1
Summary: Plugin for the music library manager Beets. The mosaic plugin generates a montage of a mosiac from cover art.
Home-page: https://github.com/susannamaria/beets-mosaic
Download-URL: https://github.com/SusannaMaria/beets-mosaic.git
Author: Susanna Maria Hepp
Author-email: susanna@olsoni.de
License: MIT
Keywords: beets mosaic
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: beets>=1.4.3
Requires-Dist: Pillow
Requires-Dist: Parse
Requires-Dist: TTFQuery>=2.0.0b1
Requires-Dist: fontTools
Requires-Dist: requests
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: download-url
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: requires-dist
Dynamic: summary

Mosaic Plugin
=====================

The ``mosaic`` plugin generates a montage of a mosiac from cover art.

By default the ``mosaic`` generates a mosaic, as mosaic.png in the
current directory, of cover art out of the whole library .

You can customize the output mosaic, overlay and blend a image
as watermark and use a alternative filename as result picture :

  -h, --help            			show this help message and exit
  -r, --random                      randomize the cover art
  -m FILE, --mosaic=file    		save final mosaic picture as FILE
  -w FILE, --watermark=FILE     	add FILE for a picture to blend over mosaic
  -a ALPHA, --alpha=ALPHA       	ALPHA value for blending 0.0-1.0
  -c HEXCOLOR, --color=HEXCOLOR 	background color as HEXCOLOR
  -g GEOMETRY, --geometry=GEOMETRY  Geometry defined as
                <width>x<height>+<marginx>+<marginy>
  -f FONT, --font=FONT              URL of ttf-font

Examples
--------
Create mosaic from all Album cover art::

    $ beet mosaic

Create mosaic from band Tool with a second picture as watermark::

    $ beet mosaic -w c:/temp/tool.png -a 0.4 Tool

Create mosaic from every Album out of year 2012, use background color red::

    $ beet mosaic -b ff0000 year:2012
