15 Jun 2008 22:00
[mb-commits] r9873 - python-musicbrainz2/trunk/src/musicbrainz2
<root <at> musicbrainz.org>
2008-06-15 20:00:47 GMT
2008-06-15 20:00:47 GMT
Author: matt
Date: 2008-06-15 20:00:47 +0000 (Sun, 15 Jun 2008)
New Revision: 9873
Modified:
python-musicbrainz2/trunk/src/musicbrainz2/webservice.py
Log:
Added a trackCount parameter to ReleaseFilter (fixes #3781).
Modified: python-musicbrainz2/trunk/src/musicbrainz2/webservice.py
===================================================================
--- python-musicbrainz2/trunk/src/musicbrainz2/webservice.py 2008-06-13 22:31:48 UTC (rev 9872)
+++ python-musicbrainz2/trunk/src/musicbrainz2/webservice.py 2008-06-15 20:00:47 UTC (rev 9873)
<at> <at> -418,7 +418,7 <at> <at>
def __init__(self, title=None, discId=None, releaseTypes=None,
artistName=None, artistId=None, limit=None,
- offset=None, query=None):
+ offset=None, query=None, trackCount=None):
"""Constructor.
If C{discId} or C{artistId} are set, only releases matching
<at> <at> -449,6 +449,7 <at> <at>
<at> param limit: the maximum number of releases to return
<at> param offset: start results at this zero-based offset
<at> param query: a string containing a query in Lucene syntax
+ <at> param trackCount: the number of tracks in the release
<at> see: the constants in L{musicbrainz2.model.Release}
"""
(Continue reading)
RSS Feed