Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 298850 | Differences between
and this patch

Collapse All | Expand All

(-)a/jack_freedb.py (+6 lines)
Lines 46-51 Link Here
46
        'mail': "freedb-submit@freedb.org",
46
        'mail': "freedb-submit@freedb.org",
47
        'my_mail': "default"
47
        'my_mail': "default"
48
    },
48
    },
49
    'musicbrainz': {
50
        'host': "freedb.musicbrainz.org",
51
        'id': prog_name + " " + prog_version,
52
        'mail': "",
53
        'my_mail': "default"
54
    },
49
}
55
}
50
56
51
def interpret_db_file(all_tracks, freedb_form_file, verb, dirs = 0, warn = None):
57
def interpret_db_file(all_tracks, freedb_form_file, verb, dirs = 0, warn = None):

Return to bug 298850