You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a list of things I'd like to implement at some point.
Make a materialized view with recording name and artist credits to make string matching faster. Could include artist aliases (I have a solution here but it's very slow), and should lowercase names and remove punctuation from names.
Allow users to search for artists and recordings right on the MG website
Make string matching more aggressive: if there are multiple possible matches, either choose the one that has been released the most or the one that has been released earliest, in addition to queuing for fingerprinting
Make a user-visible list of unmatched beatmaps, as an incentive to clean up MB data
Genres (tags) currently only match to releases. The tag search should also look for tags in recordings, release groups, and more.
Add difficulty variants to the beatmap database structure, and expose it on the recordings page
Unit tests!!!
Allow fingerprinting osu! maps using an OAuth token from a visitor
Move genre tag cloud to a materialized view
Mimic the method Picard uses to choose a match from a fingerprint, to eliminate the too_many_matches case; possibly also the metadata match (would require setting up a Solr server, and would eliminate the need for point 1)
Add a section on using Picard to the About/Help page
Random button
Find and import the osu! database
The text was updated successfully, but these errors were encountered:
This is a list of things I'd like to implement at some point.
The text was updated successfully, but these errors were encountered: