rlhelinski / musicbrainz-catalog

Python code for cataloging your music collection cross-referenced with MusicBrainz
GNU General Public License v2.0
2 stars 0 forks source link

Add features so user can rate releases and recordings #50

Open rlhelinski opened 9 years ago

rlhelinski commented 9 years ago

There's already a rating for releases in the database. This could be posted to musicbrainz when the user sets the rating. A rating column in the main treeview could be added to represent the 1-star through 5-star rating. The same column could be added to the track list treeview. This would be how a user would post a rating to musicbrainz. A new column would have to be added to the database to rate recordings.

Use the musicbrainzngs.submit_ratings(**kwargs) function.