Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

id3v2(1) [suse man page]

ID3V2(1)                                                           User Command                                                           ID3V2(1)

NAME
id3v2 - Adds/Modifies/Removes/Views id3v2 tags, converts/lists id3v1 tags SYNOPSIS
id3v2 [ OPTION ] [ FILE ] OPTIONS
-h, --help Display help and exit -f, --list-frames Display all possible frames for id3v2 -L, --list-genres Lists all id3v1 genres -v, --version Display version information and exit -l, --list Lists the tag(s) on the file(s) -R, --list-rfc822 Lists using an rfc822-style format for output -d, --delete-v2 Deletes id3v2 tags -s, --delete-v1 Deletes id3v1 tags -D, --delete-all Deletes both id3v1 and id3v2 tags -C, --convert Converts id3v1 tag to id3v2 -a, --artist ARTIST Set the artist information -A, --album ALBUM Set the album title information -t, --song SONG Set the song title information -c, --comment DESCRIPTION:COMMENT Set the comment information -g, --genre num Set the genre number -y, --year num Set the year -T, --track num/num Set the track number/(optional) total tracks NOTE
You can set the value for any id3v2 frame by using '--' and then frame id For example: id3v2 --TIT3 Monkey! file.mp3 would set the "Subtitle/Description" frame to "Monkey!". SEE ALSO
id3tag(1), id3info(1), id3convert(1) AUTHOR
id3v2 is by myers <myers_carpenter@users.sourceforge.net> with major portions used from id3lib examples. Manual page written for Debian GNU/Linux by Robert Woodcock <rcw@debian.org>. May 2000 ID3V2(1)

Check Out this Related Man Page

eugene(1)						      General Commands Manual							 eugene(1)

NAME
eugene - mpdcron statistics client SYNOPSIS
eugene command [option] DESCRIPTION
eugene is an mpdcron client which can be used to interact with the statistics database. COMMANDS
By default these commands (except the first three) work on the current playing song. For more information about the expression syntax, see: <http://www.sqlite.org/lang_expr.html>. help Display help and exit. version Display version and exit. list [option...] expression List song/artist/album/genre. listinfo [option...] [expression] List song/artist/album/genre. count [option...] count [expression] Change play count of song/artist/album/genre. countabs [option...] count [expression] Change (absolute fashion) play count of song/artist/album/genre. hate [option...] [expression] Hate song/artist/album/genre. love [option...] [expression] Love song/artist/album/genre. kill [option...] [expression] Kill song/artist/album/genre. unkill [option...] [expression] Unkill song/artist/album/genre. rate [option...] rating [expression] Rate song/artist/album/genre. rateabs [option...] rating [expression] Rate (absolute fashion) song/artist/album/genre. addtag [option...] tag [expression] Add tag to song/artist/album/genre. rmtag [option...] tag [expression] Remove tag from song/artist/album/genre. listtags [option...] [expression] List tags of song/artist/album/genre. OPTIONS
-h, --help Show help options. -a, --artist Apply on artists instead of songs. -A, --album Apply on albums instead of songs. -g, --genre Apply on genres instead of songs. SEE ALSO
o mpdcron(1) o <http://alip.github.com/mpdcron/> REPORTING BUGS
If you find a bug, please report it at <http://github.com/alip/mpdcron/issues>. COPYRIGHT
Copyright (c) 2009 Ali Polatel <alip@exherbo.org> Free use of this software is granted under the terms of the GNU General Public License (GPL). AUTHORS
David Prevot <david@tilapin.org>. manual February 25, 2011 eugene(1)
Man Page