Closed GoogleCodeExporter closed 9 years ago
This should implemented as a plugin. I would suggest a simple implementation
similar
to the following. It won't turn things red, though.
def plugin_songs(self, songs):
for song in songs:
for tag in ["title", "artist", ...]:
song.setdefault(tag, "(missing)")
Original comment by mur...@gmail.com
on 28 Nov 2008 at 10:03
Is such a plugin available these days?
(IMO it should be a core-feature anyway. It would make tagging "sooo much"
easier ;) )
Original comment by quas...@gmail.com
on 3 Dec 2010 at 12:37
Original issue reported on code.google.com by
hha...@gmail.com
on 26 Nov 2008 at 2:05