From: Date: Wed, 26 Dec 2012 09:28:42 +0000 (-0800) Subject: add note about abuse of Tags X-Git-Url: https://diplodocus.org/git/flac-archive/commitdiff_plain/28395fa5ff5f781f7b04727f666637776568db11?hp=18d637995eccbb024ead66d351b8654870865337 add note about abuse of Tags --- diff --git a/rewrite-tags b/rewrite-tags index a4650cf..fe65a24 100755 --- a/rewrite-tags +++ b/rewrite-tags @@ -34,6 +34,8 @@ def do_read(filenames): all_tags = {} # Build the collated result in this Tags object. coll_tags = Tags() + # XXX The Tags interface is horrible. It's gotta be almost 10 years since + # I wrote it, so not surprising... for fn in filenames: tags = get_tags(fn) track_tags = tags.get('TRACKNUMBER')