You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-sound/jack/files/jack-3.1.1-add-cddbserver-m...

16 lines
403 B

--- a/jack_freedb.py
+++ b/jack_freedb.py
@@ -46,6 +46,12 @@
'mail': "freedb-submit@freedb.org",
'my_mail': "default"
},
+ 'musicbrainz': {
+ 'host': "freedb.musicbrainz.org",
+ 'id': prog_name + " " + prog_version,
+ 'mail': "",
+ 'my_mail': "default"
+ },
}
def interpret_db_file(all_tracks, freedb_form_file, verb, dirs = 0, warn = None):