Files
picard/resources
Frederik “Freso” S. Olesen d2a3ff45c6 PICARD-896: Replace "Submit" icon with AcoustID one.
Replaces the "picard-submit" icon with the icon used by the
acoustid-fingerprinter project. The "picard-submit" icon resembles the
old MusicBrainz brain logo, but the submit button doesn't actually
submit anything to MusicBrainz since the switch from using PUIDs to
using AcoustID, but instead submits to the AcoustID.org server. A lot of
people are already confused by this, so making it visually a bit less
connected to MusicBrainz might help this confusion, however slightly.

`acoustid-fingerprinter.svg` was copied directly from
632e87969c/images/
and then converted to a 22×22 PNG using Inkscape and run through
`optipng` and `advpng` as per commit d26c908587.

The acoustid-fingerprinter icon was made by Lukáš Lalinský and is
available under the GPL2 license, the same as MusicBrainz Picard:
632e87969c/COPYING.txt
2017-01-14 17:20:36 +01:00
..
2016-08-06 23:16:33 +05:30
2016-04-12 23:29:31 +05:30

Updating Resources

This directory contains all external resources, like icons, used by Picard.

Picard utilizes PyQt4 Resource System for using these resources in application. For more information about PyQt4 Resource System see this documentation.

For adding a new image into existing resources, follow these steps:

  1. Add image file (like .png) into resources/images/ and source file (like .svg) into resources/img-src.

  2. Generate new .qrc file. This would automatically detect any changes in directory.

    $ python2 makeqrc.py

  3. Create binary of all resources which will be used by Picard.

    $ python2 compile.py