Package: lltag Version: 0.13.1-1 Severity: wishlist I would like to see an "EXAMPLES" or "RECIPES" section in the manpage, showing something like this:
# shows all tags for each ogg file in the current dir lltag -S *\.ogg # show only a selected list of tags lltag --show-tags artist,album,title,number *\.ogg # set an arbitrary tag (only with ogg vorbis or flac files) lltag --tag foo=nil foo.ogg # delete the foo tag lltag --tag foo= foo.ogg # set the ALBUM, ARTIST and GENRE tags values of the ogg files in the # current dir lltag --artist "Queen" --album "Innunendo" --genre "rock" --comment="very cool" *\.ogg # to change instead the "artist, "album" and "genre" values use instead lltag --tag artist="Queen" --tag genre="rock" --tag album="Innuendo" *\.ogg # only change the filename using the tags values specified in <format> lltag --no-tagging --rename <format> foobar.ogg # clear all tags lltag --clear *\.ogg Maybe a good idea could be to use the Pod::Usage package to let you embed in the script file itself all the relevant documentation and let it automatically generate the manpage. Best regards -- System Information: Debian Release: 3.1 APT prefers testing APT policy: (500, 'testing'), (500, 'stable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.18.1.061122.kenshiro Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Versions of packages lltag depends on: ii perl 5.8.8-6.1 Larry Wall's Practical Extraction Versions of packages lltag recommends: ii flac 1.1.2-5 Free Lossless Audio Codec - comman ii libterm-readline-gnu-perl 1.16-2 Perl extension for the GNU Readlin ii libwww-perl 5.803-4 WWW client/server library for Perl ii mp3info 0.8.4-9.1 An MP3 technical info viewer and I ii vorbis-tools 1.1.1-6 several Ogg Vorbis tools -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]