- Package:
- vorbis-tools
- Source:
- vorbis-tools
- Description:
- several Ogg Vorbis tools
- Submitter:
- Peter Samuelson
- Date:
- 2010-04-03 12:57:10 UTC
- Severity:
- wishlist
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