Picard Qt: Difference between revisions

From MusicBrainz Wiki
Jump to navigationJump to search
((Imported from MoinMoin))
((Imported from MoinMoin))
Line 20: Line 20:
First, download and install these libraries:
First, download and install these libraries:
* [http://www.riverbankcomputing.co.uk/pyqt/ PyQt4]
* [http://www.riverbankcomputing.co.uk/pyqt/ PyQt4]
* [http://www.sacredchao.net/quodlibet/wiki/Development/Mutagen Mutagen] (>= 1.8)
* [http://www.sacredchao.net/quodlibet/wiki/Development/Mutagen Mutagen] ([http://svn.sacredchao.net/svn/quodlibet/trunk/mutagen/ SVN trunk])
* [[python-musicbrainz2]]
* [[python-musicbrainz2]] ([http://svn.musicbrainz.org/python-musicbrainz2/branches/picard/ branch "picard" from SVN])


Optionally also:
Optionally also:
* [http://www.musicdns.org/downloads libofa]
* [http://www.musicdns.org/downloads libofa]
* [http://gstreamer.freedesktop.org/ GStreamer]
* [http://ffmpeg.mplayerhq.hu/ libavformat/libavcodec]
* [http://msdn.microsoft.com/directx/sdk/ DirectX] (Windows only)
* [http://msdn.microsoft.com/directx/sdk/ DirectX SDK] (Windows)


Then build the C extensions and locales:
Then build the C extensions and locales:

Revision as of 23:43, 22 November 2006


PicardQt is a rewrite/port of PicardTagger to Qt including implementations of ideas such as IntuitivePicardInterface, TaggerScript, etc.

Source Code

The code is still very far from finished, but slowly starting to be usable. If you want to help, you can get it from the Bazaar branch:

bzr get http://bazaar.launchpad.net/~luks/picard/qt-port picard-qt

See the Launchpad page for more info about the branch.

Installation

  • Alert.png Warning: This is still in development, do not try to install and use it unless you know exactly what are you doing!

First, download and install these libraries:

Optionally also:

Then build the C extensions and locales:

python setup.py build_ext -i
python setup.py build_locales -i

And now you can start Picard:

python tagger.py

Plugins

Some examples of Picard plugins:

Documentation

Screenshots

File:picard-main.png File:picard-main-w-browser.png File:picard-tagedit.png File:picard-tagedit-2.png File:picard-cdlookup.png File:picard-naming.png