MusicBrainz Projects: Difference between revisions

From MusicBrainz Wiki
Jump to navigationJump to search
((Imported from MoinMoin))
 
(updates: s/lucene/search + musicbrainz-sharp (Imported from MoinMoin))
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
=Development: MusicBrainz Projects=
<small>[[Development]] > MusicBrainz Projects </small>

=MusicBrainz Projects=


==The list of modules currently under source control==
==The list of modules currently under source control==


This is the list of modules currently under source control. Each of these modules has its own set of release numbers / tags which you can use if desired.
This is the list of modules currently under source control. Each of these modules has its own set of release numbers / tags which you can use if desired.
* [http://bugs.musicbrainz.org/browser/libdiscid libdiscid] <br/>
<ul><li style="list-style-type:none">The [[libdiscid]] library for creating MusicBrainz [[Disc ID|DiscID]]s, based on libmusicbrainz-2, but written in C.
</ul>
* [http://bugs.musicbrainz.org/browser/libmusicbrainz libmusicbrainz] <br/>
* [http://bugs.musicbrainz.org/browser/libmusicbrainz libmusicbrainz] <br/>
<ul><li style="list-style-type:none">This project contains the sources for building the [[libmusicbrainz]] [[MusicBrainz]] client library (or libmusicbrainz)], which allows the end user to request data from the RDF web service and look up [[TRM]] IDs from WAV audio data.
<ul><li style="list-style-type:none">This project contains the sources for building the [[libmusicbrainz|MusicBrainz Client Library]] (or libmusicbrainz), which allows the end user to request data from the RDF web service and look up [[TRM]] IDs from WAV audio data.
</ul>
</ul>
* [http://bugs.musicbrainz.org/browser/libofa libofa] <br/>
* [http://bugs.musicbrainz.org/browser/libofa libofa] <br/>
Line 11: Line 16:
</ul>
</ul>
* [http://bugs.musicbrainz.org/browser/libtunepimp libtunepimp] <br/>
* [http://bugs.musicbrainz.org/browser/libtunepimp libtunepimp] <br/>
<ul><li style="list-style-type:none">This project contains the sources for building the [[libtunepimp]] New [[MusicBrainz]] client library (or libtunepimp)], which provides a basic framework for tagger applications. Using this library, it is easy to write a complete tagging application -- only a UI layer needs to be added. This library handles all the tricky details of reading and writing metadata tags, looking up [[PUID]]s from various audio formats, and matching the information extracted from the local digital audio files with the fingerprint information stored in MusicBrainz. Also includes Perl bindings.
<ul><li style="list-style-type:none">This project contains the sources for building [[libtunepimp|TunePimp]] (or libtunepimp), which provides a basic framework for tagger applications. Using this library, it is easy to write a complete tagging application -- only a UI layer needs to be added. This library handles all the tricky details of reading and writing metadata tags, looking up [[PUID]]s from various audio formats, and matching the information extracted from the local digital audio files with the fingerprint information stored in MusicBrainz. Also includes Perl bindings.
</ul>
* [http://bugs.musicbrainz.org/browser/lucene_index lucene_index] <br/>
<ul><li style="list-style-type:none">The code which can be used to build the [[Lucene]] index for the [http://musicbrainz.org/search/textsearch.html indexed search].
</ul>
* [http://bugs.musicbrainz.org/browser/lucene_server lucene_server] <br/>
<ul><li style="list-style-type:none">The web service which carries out searches in the lucene index.
</ul>
</ul>
* [http://bugs.musicbrainz.org/browser/mb_server mb_server] <br/>
* [http://bugs.musicbrainz.org/browser/mb_server mb_server] <br/>
Line 30: Line 29:
* [http://bugs.musicbrainz.org/browser/mmd-schema mmd-schema] <br/>
* [http://bugs.musicbrainz.org/browser/mmd-schema mmd-schema] <br/>
<ul><li style="list-style-type:none">the MusicBrainz metadata definition schema (see [[MusicBrainz XML Meta Data|MusicBrainzXMLMetaData]])
<ul><li style="list-style-type:none">the MusicBrainz metadata definition schema (see [[MusicBrainz XML Meta Data|MusicBrainzXMLMetaData]])
</ul>
* [http://bugs.musicbrainz.org/browser/musicbrainz-sharp musicbrainz-sharp] <br/>
<ul><li style="list-style-type:none">Net bindings for the the [[XML Web Service|XMLWebService]]
</ul>
</ul>
* [http://bugs.musicbrainz.org/browser/picard picard] <br/>
* [http://bugs.musicbrainz.org/browser/picard picard] <br/>
Line 39: Line 41:
* [http://bugs.musicbrainz.org/browser/python-musicbrainz2 python-musicbrainz2] <br/>
* [http://bugs.musicbrainz.org/browser/python-musicbrainz2 python-musicbrainz2] <br/>
<ul><li style="list-style-type:none">reference implementation bindings for the new web service. (see [[python-musicbrainz2|PythonMusicBrainz2]]).
<ul><li style="list-style-type:none">reference implementation bindings for the new web service. (see [[python-musicbrainz2|PythonMusicBrainz2]]).
</ul>
* [http://bugs.musicbrainz.org/browser/search_index search_index] <br/>
<ul><li style="list-style-type:none">The code which can be used to build the [[Lucene]]/Xapian index for the [http://musicbrainz.org/search/textsearch.html indexed search].
</ul>
* [http://bugs.musicbrainz.org/browser/search_server search_server] <br/>
<ul><li style="list-style-type:none">The web service which carries out searches in the lucene/xapian index.
</ul>
</ul>


Line 50: Line 58:
Whereas to fetch the latest, unstable version you have to use this command: <pre>svn co http://svn.musicbrainz.org/libmusicbrainz/trunk libmusicbrainz
Whereas to fetch the latest, unstable version you have to use this command: <pre>svn co http://svn.musicbrainz.org/libmusicbrainz/trunk libmusicbrainz
</pre>
</pre>

----<br/> <small>Original version: [http://musicbrainz.org/development/cvs-modules.html http://musicbrainz.org/development/cvs-modules.html] </small>


[[Category:To Be Reviewed]] [[Category:WikiDocs Page]] [[Category:Development]]
[[Category:To Be Reviewed]] [[Category:WikiDocs Page]] [[Category:Development]]

Revision as of 08:37, 1 October 2008

Development > MusicBrainz Projects

MusicBrainz Projects

The list of modules currently under source control

This is the list of modules currently under source control. Each of these modules has its own set of release numbers / tags which you can use if desired.

  • The libdiscid library for creating MusicBrainz DiscIDs, based on libmusicbrainz-2, but written in C.
  • This project contains the sources for building the MusicBrainz Client Library (or libmusicbrainz), which allows the end user to request data from the RDF web service and look up TRM IDs from WAV audio data.
  • The open source fingerprinting architecture (see MusicIP)
  • This project contains the sources for building TunePimp (or libtunepimp), which provides a basic framework for tagger applications. Using this library, it is easy to write a complete tagging application -- only a UI layer needs to be added. This library handles all the tricky details of reading and writing metadata tags, looking up PUIDs from various audio formats, and matching the information extracted from the local digital audio files with the fingerprint information stored in MusicBrainz. Also includes Perl bindings.
  • The main MusicBrainz Server. Most of this code is written in Perl and is designed to run inside the Apache web server, using mod_perl with the Mason web framework.
  • Source code for the legacy windows-only tagger application (see MusicBrainzTagger). Further development on this project has been stopped, it is being replaced with the PicardTagger. Borland C++ builder 6.0 is required to build this project.
  • the new cross-plattform tagger application (see PicardTagger)
  • command-line based tagger, uses the lucene index.
  • The web service which carries out searches in the lucene/xapian index.

Checking out a project from source control

In all cases, by doing a plain "checkout" of a module you retrieve the latest development copy (i.e. trunk), which will not necessarily be stable. If you want a stable copy, usually a numbered release, you'll need to find the correct Subversion tag corresponding to the release you want, you can then fetch it by appending the /tags/sometagname to the repository url. For example, if you want to fetch the 2.0.2 release of libmusicbrainz you have to use this command:

svn co http://svn.musicbrainz.org/libmusicbrainz/tags/release-2-0-2 libmusicbrainz 

Whereas to fetch the latest, unstable version you have to use this command:

svn co http://svn.musicbrainz.org/libmusicbrainz/trunk libmusicbrainz