Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

kid3(1) [debian man page]

KID3(1) 						      General Commands Manual							   KID3(1)

NAME
kid3 - Kid3 ID3 Tagger SYNOPSIS
kid3 [options] dir DESCRIPTION
With Kid3, an ID3 tag editor for KDE you can: * Edit ID3v1.1 tags * Edit all ID3v2.3 frames * Convert between ID3v1.1 and ID3v2.3 tags * Edit Ogg/Vorbis tags * Edit tags in MP3, Ogg/Vorbis, FLAC, MPC, MP4/AAC, MP2, Speex, TrueAudio and WavPack files. * Edit tags of multiple files, e.g. the artist, album, year and genre of all files of an album typically have the same values and can be set together. * Generate tags from filenames * Generate filenames from tags * Generate playlist files * Automatic case conversion and string translation * Import and export album data OPTIONS
A summary of options are included below. --help Show summary of options. --help-qt Show Qt specific options --help-kde Show KDE specific options --help-all Show all options --author Show author information -v, --version Show version of program. --license Show license information AUTHOR
Kid3 was written by Urs Fleisch <ufleisch@users.sourceforge.net>. This manual page was written by Aurelien Jarno <aurel32@debian.org>, for the Debian GNU/Linux system (but may be used by others). April 17, 2004 KID3(1)

Check Out this Related Man Page

KWAVE(1)						      General Commands Manual							  KWAVE(1)

NAME
kwave - A sound editor for KDE SYNOPSIS
kwave [options] files... DESCRIPTION
"Kwave" is a simple sound editor for KDE. Its features include: * simple cut, copy and paste functions * undo/redo * simple filter design tools * a small editor for additive synthesis * labeling of signals * some analysis functions such as Sonagram or Fourier Transformation * internally uses 24 bit integer sample data * free selectable sample rates * support for editing of multi-channel files * playback of multi-channel audio files (audio output will be mixed down to mono or stereo) * extendible through an easy-to-use plugin interface OPTIONS
A summary of options are included below. --help Show summary of options. --help-qt Show Qt specific options --help-kde Show KDE specific options --help-all Show all options --author Show author information -v, --version Show version of program. --license Show license information AUTHOR
Kwave was written by Thomas Eschenbacher <Thomas.Eschenbacher@gmx.de>. This manual page was written by Aurelien Jarno <aurel32@debian.org>, for the Debian GNU/Linux system (but may be used by others). April 7, 2002 KWAVE(1)
Man Page

7 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Reading multiple tags from .asx files

Hi, I'm trying to wget a series of .asx files, read <title> and <ref> tags from them and then sending that information to wget. asx files contains the following information <ASX VERSION="3.0"> <ENTRY> <STARTTIME Value="00:00:00.0" /> <TITLE>title of the movie</TITLE> <REF... (0 Replies)
Discussion started by: underlig
0 Replies

2. Shell Programming and Scripting

ID3 tagging script

I'm trying to get a little script working with DropScript 0.5 that edits the ID3 tags of an MP3. Here's what I've got: #!/bin/sh # Strip directory part but leave extension. in_base=`basename "$@"` # Strip extension. in_noext=`echo "$in_base" | sed 's/\.*$//'` /opt/local/bin/id3v2... (4 Replies)
Discussion started by: SimonDorfman
4 Replies

3. Shell Programming and Scripting

[Solved] Permutation

Hi, I am trying to permutate each column (Except for IDS). file.txt FID IID TOAST1 TOAST2 TOAST3 ID3 ID3 1 -9 2 ID4 ID4 2 1 1 ID1 ID1 -9 -9 1 ID8 ID8 1 1 -9 ID12 ID12 1 2 2 for toast1 column, there are two 1's, two 2's and one -9. Having the same number of denominations,... (2 Replies)
Discussion started by: johnkim0806
2 Replies

4. Shell Programming and Scripting

awk compare and keep uniq

Hi all I was wondering if you may help me in resolving an issue. In particular I have a file like this: the ... represent different string and what I wrote Cur or Ent are the constant. Well, what I would like to obtain is a file in which are reported only the ID in which the second column... (6 Replies)
Discussion started by: giuliangiuseppe
6 Replies

5. Shell Programming and Scripting

Write aiff tags in terminal

How can I write metadata to AIFF files in terminal, I'd like to write the 'track number' field of ID3. (2 Replies)
Discussion started by: fhill2
2 Replies

6. What is on Your Mind?

Posts Converted to Divs - Overflow Works - Now Testing

Hey, Success! I have converted the posts (each of the main posts) from table tags to div tags and the problem with the scroll bar and code tags is fixed, as I predicted (Yay!). Now I'm testing this (only I see the new results because the new code is restricted to my userid) but I would... (27 Replies)
Discussion started by: Neo
27 Replies

7. UNIX for Beginners Questions & Answers

How do you preserve the max length of a line after replacing a specific value?

I'm new with scripting and I can't seem to figure out what I should do to get the output that I want. My file content would be below. ID2|ID3 |ID4|ID5 | I'm trying to replace the field of ID3 which has a fixed length of 10 characters, for each entry I have placed on a .txt file... (5 Replies)
Discussion started by: asdfghjkl
5 Replies