#364716 vorbis-tools: new feature 'vorbiscomment -e' to launch an editor

Package:
vorbis-tools
Source:
vorbis-tools
Description:
several Ogg Vorbis tools
Submitter:
Peter Samuelson
Date:
2010-04-03 12:57:10 UTC
Severity:
wishlist
#364716#5
Date:
2006-04-25 07:42:22 UTC
From:
To:
I often want to edit tags of ogg vorbis files using an editor, so I
wrote a new option 'vorbiscomment -e' (similar to 'crontab -e').

I was a bit lazy, using the current directory for the temp file rather
than getenv(TMPDIR), but I know some other apps do the same thing.
Also, the patch is debian-specific as I use sensible-editor rather than
getenv(VISUAL) etc.

Peter