Changes for libmusicbrainz 2.0.2
– Added support for Mac OS X
– Improved build system
– Added build files for Visual Studio .NET (VC7)
Robert Kaye
Changes for libmusicbrainz 2.0.2
– Added support for Mac OS X
– Improved build system
– Added build files for Visual Studio .NET (VC7)
Robert Kaye
Artist subscriptions.
On each artist page (showartist.html or artistinfo.html) you’ll see a
“Subscribe” link; use this link to subscribe to this artist. To see your
list of subscriptions, click the “Subscriptions” link on your profile page
(moderator.html). From there you can unsubscribe whichever artist you don’t
want in your list any more.
Once a day, the system will look for any moderations added for your subscribed
artists, and e-mail you with a list looking a bit like this:
Faith No More (0 open, 5 applied) http://musicbrainz.org/moderate.html?type=4&artistid=1005 Green Jelly (0 open, 8 applied) http://musicbrainz.org/moderate.html?type=4&artistid=49435 Madonna (4 open, 7 applied) http://musicbrainz.org/moderate.html?type=4&artistid=89
The list tells you how many open and applied moderations have been added to
each of your subscribed artists. Artists with no new moderations are not
included. If there are no new moderations for your artists, no e-mail is
sent.
You must be a registered user, and have a validated e-mail address, to use
this feature. Please note that, even though it’s called “Subscriptions”,
it’s free π Finally, please be assured that, like your saved preferences,
your list of subscribed artists is not made publicly available.
Dave Evans
Preferences are now saved. Fixed some potential Perl errors. Differentiated the two “View Mods” links on artist pages.
Dave Evans
New preferences: mods per page; show “add album” inline. Filter the VA album browser by release type / status.
These changes were also made recently:
Robert Kaye & Dave Evans
Reworked the moderation system behind the scenes. List moderations by moderator. Much improved “artist filter” system.
The bulk of the work this time was a series of changes which are actually invisible to end-users of the system:
The main effects of those changes are:
Although all of those changes should be mostly invisible to the end-user, a number of other changes relating to the moderation system were also introduced:
Bugs fixed in this release:
There’s also one little feature for MusicBrainz developers running “staging” servers (e.g. test.musicbrainz.org):
Dave Evans
A new MusicBrainz Tagger has been released. This version fixes many existing bugs and adds a couple of new features that round out the tagger a bit.
A new MusicBrainz Tagger has been released. This version fixes many existing
bugs and adds a couple of new features that round out the tagger a bit.
Improved artist / album / track search facility. The “artist filter” no longer shows inapplicable artists. Obviously suspect data is warned about / corrected when adding albums.
CHANGE LOG for mb_server
Search Facility
The search facility has been rewritten. Previously, searching was quite slow, especially for tracks, and especially if your query contained several (say, five or more) words. For example, if you did a track search for “The house of the rising sun”, that could easily have taken ten minutes to run – but your web browser would time out long before that, of course.
Accents, apostrophes and other punctuation are now handled much better. You can search for numbers too.
You can now deliberately search for a word more than once within a query – for example, an artist search for “The The” will only match artists containing at least two “The”s.
The ranking of search results is now much better, and is based on a
“similarity” algorithm. Try a track search for “love to hate you” and you’ll see what I mean.
If your search takes longer than 30 seconds, your query will be aborted and the web server will return a “Your search has been cancelled” message. Hence you get told what’s going on, and the server doesn’t get bogged down running a query which you’re not going to see the results of anyway.
Finally, support for an “any of these words” search has been removed, at least for now. You can now only search for “all of these words” (and because that’s the only option, that field has been removed from the search form).
Moderation Enhancements
The “artist filter” pages now won’t show certain artists when it’s appropriate – for example, if you’re merging artist A into something, then artist A won’t be shown as a possible “target” to merge into.
The “change track” page (changetrack.html) now uses the right default values in the form, and includes a “use guesses” as well as a “use current” button.
When entering album data (via /cdi/enter.html etc), some extra checks are made:
More “moderation suggestion” reports: possibly duplicate artists, albums which need converting to multiple artists, and tracks named with their own sequence (track) numbers. There’s also a pair of reports of TRMs with many tracks, and tracks with many TRMs.
Other Miscellaneous Changes
Many pages now perform much better validation of their inputs, e.g. data provided on the “query string”. For example, numbers must be numeric, etc. For “artist id” inputs, we reject the id of the “deleted artist” on most occasions.
Many web pages have had minor usability enhancements, e.g. moving the input focus using Javascript (preferences permitting). Some of the visual layout has been reworked, the aim being a clearer, simpler appearance.
For the first time, many of the pages are now (finally!) valid HTML 4.0! There have been many minor HTML and CSS improvements.
There is now an artistinfo.html page (like showtrack.html and
albumdetail.html) which shows the database internal ID and the MusicBrainz UUID/GID values.
The various download links now redirect you via a “pick a mirror” page. Your preferred mirror is remembered via a cookie, if possible.
The “bio” page (bio.html) has been expanded to include many more people.
Some links which used to only work with Javascript enabled now also work without it.
We’ve moved to Postgres 7.3! (specifically, 7.3.2 at the moment). This affects a few things, such as the “create” SQL scripts.
Support has been added for having the database on a remote host. Did we mention that we’ve got a new, dedicated database box now? π
Database Export / Import
The export / import facility has been re-written. Well, the export bit has anyway. The principal change, and a really important one, is that the nightly database dumps that appear on our download sites are now a consistent point-in-time snapshot. (Previously the dumps it used to generate could be, and sometimes were, inconsistent, and therefore could not be re-imported).
As part of that rewrite, a couple of other changes came about too:
Also, the “SetSequences” script forgot to update the “wordlist” sequence – this is now fixed.
When loading data using “InitDB.pl –createdb –import”, foreign keys are now added /after/ the data has been loaded. This should make for a faster import, and it certainly makes it a whole load easier to diagnose consistency problems if you’re loading from an inconsistent dump for some reason.
Finally, the script to rebuild the search engine metadata (build_words.pl) is now *much* faster – something of the order of 40 times faster according to my tests. It does have the very minor drawback that you can now only use it on an “offline” system, because the metadata will be unusable during the rebuild.
Other Miscellaneous Changes
Deferred Updates
Two types of update are now done using the “DeferredUpdate” module – which simply means that some data describing the update to be done later is appended to a text log file, and something else will come along later and actually do the update. The updates in question are TRM lookup count and artist alias usage count.
Clearly this means that the main request now goes significantly faster. There are two caveats to this however.
Other changes
$artist->LoadByName has had a simple but effective speed-up added. The old behaviour was just to do a case-insensitive search straight away, but that doesn’t use an index; so now we try a case-sensitive search on some obvious variations (e.g. all lower case, all upper case, Title Case etc) – which does use the index – before resorting to a full table scan.
RDFDump.pl used to be /really/ verbose. It’s now only that verbose if standard input is a terminal.
Moves have been made towards using separate HTTP vhosts for web pages / RDF requests.
Removed pointless and slow code when inserting “add album” moderations.
Added a little mod_perl magic to write the moderator name into the Apache access logs, and the RDF query name too (for mq_2_1.pl).
Fixed support for running an HTTP proxy in front of the mod_perl server.
All references to lyrics/synctext support has been removed.
Dave Evans
On Saturday, 29th March 2003 the new database server (hostname ‘bender’) was put into production. This server was purchased with your donations – thanks! It’s great. We’re very happy about this π At about 1155hrs UTC, the system was put into “read-only” mode (which means that logins were disabled, and logged-in users were logged out). … Continue reading “New Database Server”
On Saturday, 29th March 2003 the new database server (hostname ‘bender’)
was put into production. This server was purchased with your donations
– thanks! It’s great. We’re very happy about this π
At about 1155hrs UTC, the system was put into “read-only” mode (which
means that logins were disabled, and logged-in users were logged out).
Then the database was exported to text files, transferred to bender,
then imported into a fresh database. At about 1220hrs UTC, the web
server was configured to start using the newly-created database, and
the old database was shut down.
We’ve tried to make sure that no data could have been written to the
system during the upgrade process – such data would be lost when the
final switchover occurred. Please let us know if you think we missed
anything.
Once again, thanks for your donations, which made this possible! We hope
to be able to bring you a faster, more reliable, easier-to-use service
as a result.
Login names and passwords are case-sensitive. The #musicbrainz IRC channel is logged and archived. HTML and CSS improvements.
Changes since the last release (10 Feb 2003):
Dave Evans
The main server has been updated with the latest and greatest features and fixes. We now have TRM collision support, TRM stats, improved UNICODE support, an improved RDF web service interface and tons of minor bug fixes and enhancements.
The main server has been updated with the latest and greatest features and fixes. We now have TRM collision support, TRM stats, improved UNICODE support, an improved RDF web service interface and tons of minor bug fixes and enhancements.