Main > Free Download Search >

Free id3 software for linux

id3

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 151
ID3.py 1.2

ID3.py 1.2


ID3.py is an object-oriented Python module for manipulating the so-called ID3 informational tags on MP3 files. more>>
ID3.py is an object-oriented Python module for manipulating the so-called ID3 informational tags on MP3 files. Note that this is the first thing Ive ever written in Python, so please bear with me if Ive done something atrociously wrong.
ID3.py supports ID3 version 1.1, including the track numbering field. I have no current plans to code up the monstrosity that is ID3v2 1(http://www.id3.org/id3v2.3.0.html) but if someone wants to add that functionality, feel free!
To install ID3.py, either simply copy the ID3.py file to your site-wide Python module installation directory (/usr/local/lib/python/site-python, for instance) or, if you have Python v1.6 or later (or have Distutils installed), you can simply run:
python setup.py install
Enhancements:
- New dictionary-based interface, compatible with ogg.vorbis module.
- Default genre will be 255 if not specified, not 0 ("Blues").
- Rewrote id3-tagger.py to use new dictionary-based interface (simplifies code a lot).
<<less
Download (0.016MB)
Added: 2006-07-26 License: GPL (GNU General Public License) Price:
1192 downloads
gID3 0.24

gID3 0.24


gID3 is a GUI ID3 tag editor with a very nice user interface. more>>
gID3 is a GUI ID3 tag editor with a very nice user interface. It displays a list of all the files in a directory with the tag information, making it very easy to use. gID3 has a very nice user interface. Unlike other GUI id3 tag editors, gID3 displays a list of all the files in a directory with the tag info of each tag in one list making it very easy to use.
My goal is to make it the most usefull ID3 tag editor. I usually only make changes when I get feedback. So use it and give me some feedback.
MAKING:
type make
i havent tesed this on any machine except my linux box, but it should compile on any thing thats posix compliednt and has gnome properly installed.
INSTALLATION:
copy the binary file derived from making to /usr/local/bin or something like that.
Enhancements:
- fixed limit/boundary checks in the trim() function, which caused the worst segmentation faults;
- variable "recursive" initialized, which fixes other problems;
- code that changes "/" chars to spaces, since its a forbidden char for unix filesystems;
- the trim() function now uses isspace() instead of checking for spaces only, for the sake of completeness;
- remember the old dirname when the user selects .. in dirlist
<<less
Download (0.025MB)
Added: 2006-07-25 License: GPL (GNU General Public License) Price:
1187 downloads
libID3 1.2

libID3 1.2


libID3 is a small C library to parse ID3 tags. more>>
libID3 is a small C library to parse ID3 tags. The project uses as little memory as possible, and has both DOM- and SAX-like models.
Enhancements:
- The license (BSD) has been properly documented, and the make system, versioned library, and test cases were cleaned up.
- A minor change was made to the API for loading files.
<<less
Download (0.33MB)
Added: 2007-08-07 License: BSD License Price:
808 downloads
id3proc 0.1

id3proc 0.1


id3proc is a program for viewing and editing ID3 tags, that are placed at the end of MP3 files. more>>
id3proc is a program for viewing and editing ID3 tags, that are placed at the end of MP3 files.

These are generic installation instructions for id3proc:

Check if all the values in Makefile are correct.
Type "make" to compile sources.
As root, type "make install" to install executable file and manual page.
Type "make clean" to remove created binary files.
If you want to remove the program from your system, type as root "make uninstall".It can be used for editing, adding and listing (as HTML and text) all of the data saved in those tags.
<<less
Download (0.005MB)
Added: 2006-07-26 License: GPL (GNU General Public License) Price:
1185 downloads
id3edit 2.0

id3edit 2.0


ID3edit is a command line based ID3v1.1 tag editor for unix like systems. more>>
ID3edit is a command line based ID3v1.1 tag editor for unix like systems. If you dont know what an ID3 tag is, let me fill you in. An ID3 tag is a descriptive tag placed in the last 128 bytes of an mp3 file. The information that is placed in this tag shows as follows:

Song Name (30 Characters Max)
Artist Name (30 Characters Max)
Album Name (30 Characters Max)
Year (4 Characters Max)
Comment (28 Characters Max)
Track (Number Between 0-255)
Genre (Number Between 0-255)

To install id3edit, simply gunzip the archive file like so...
$gunzip id3edit.tar.gz

Next, unpack the tar file like so...
$tar -xvf id3edit.tar

Now, you should have a new directory called id3edit. Next you change to the id3edit directory and type...
$make

This will compile program. To install id3edit into /usr/local/bin, as root type...
$make install
<<less
Download (0.008MB)
Added: 2006-07-26 License: GPL (GNU General Public License) Price:
1187 downloads
id3tool 1.2a

id3tool 1.2a


id3tool is a command line editor for ID3v1 format tags, commonly used on MP3 files. more>>
id3tool is a command line utility for easy manipulation of the ID3 tags present in MPEG Layer 3 audio files.
id3tool is a fully GPLd program. Warm-fuzzys are 100% optional.
id3tool was written as a test program for a small id3 stub Id written for the "Ultimate MP3 Player" which is still a concept, and no code
Having made a useful tool for setting ID3 tags [I hate GUI tag editors] I decided I might as well tidy it up and release it.
The ID3 tag stub was originally written under windows, using ANSI C, and copied over to linux where it worked perfectly first time.
id3.c can still be ripped out of id3tool to provide id3 tag manipulaiton functionality for other programs under the terms of the BSD License.
Originally, I wasnt going to have any Win32 support, but somebody submitted a patch - so Ive incorporated it with some `corrections.
ID3tool became available under the BSD license with 1.2.
Enhancements:
- fixed broken getopt string (should close debian bug #280180)
- fixed broken header reference (was annoying non-linux users)
- Actually tested win32 build this time
- fixed word wrapping in copyright notice.
<<less
Download (0.073MB)
Added: 2005-07-11 License: GPL (GNU General Public License) Price:
1565 downloads
id3ren 1.1b0

id3ren 1.1b0


id3ren is used to rename batches of mp3 files by reading the ID3 tag at the end of the file. more>>
id3ren is used to rename batches of mp3 files by reading the ID3 tag at the end of the file which contains the song name, artist, album, year, and a comment. The secondary function of id3ren is a tagger, which can create, modify, or remove ID3 tags. The id3 fields can be set on the command line, or "guessed" from the path and the filename.
Main features:
- be used to rename you mp3
- be used to edit and tag your mp3
- be used to see the id3 tags
- get information from the filename to tag the files
- create directories when renaming
- support idv1.1 tags
- copy tags from another mp3
Enhancements:
- Added support for id3 v1.1
- Added automatic directory creation when renaming.
- Added a "-default" option to handle blank fields when renaming.
- Added the possibility to copy tags from other files.
- Changed the default "space" char to a more sensible " " when renaming.
- Uniformisation of the syntaxes of the different options. (all options can use = or next arg, with or without quotes)
- Different handling of the options in the resource file (same as commandline).
- Existing .id3renrc files might need an update.
<<less
Download (0.041MB)
Added: 2006-07-26 License: GPL (GNU General Public License) Price:
1186 downloads
Lyrics ID3 1.1

Lyrics ID3 1.1


Lyrics ID3 allows to store the lyric of a song directly in the tag. more>>
ID3v2 allows to store the lyric of a song directly in the tag. Lyrics ID3 is a script for amaroK which uses this fact.

If the writing script runs, the lyrics of the actual song are stored automatically in the mp3-tag.

The reading script, is an amaroK lyric script, which reads the mp3-tag on a fetchLyric request.

The download able file contains two scripts:

read_lyric_from_id3: amaroK Lyric Script
reads the USLT frame of the id3v2 header and sends the lyrics to amarok

save_lyric_to_id3:
Stores the lyrics, fetched from amaroK to the USLT frame in the ID3v2 header
The Lyrics are automatically saved on trackChange and Play
With the context menu saveLyrik the Lyrics are stored manually

Warning:
(1) The lyrics are stored in the mp3-File. I can not guaranty that the file is not damaged after the ID3 writing process.
(2) The files are not checked if they are a mp3. So non mp3 files may be damaged after writing.

<<less
Download (0.10MB)
Added: 2007-06-12 License: GPL (GNU General Public License) Price:
878 downloads
gtkid3tag 1.2

gtkid3tag 1.2


gtkid3tag is a small id3 tag editor for both ogg and mp3 files. more>>
gtkid3tag is a small id3 tag editor for both ogg and mp3 files.

gtkid3tag is a really simple tool designed for quick editing of only small amounts of music files. The main feature is that both version 1.1 and version 2 tags can be manipulated and deleted separately.

<<less
Download (0.62MB)
Added: 2005-07-19 License: GPL (GNU General Public License) Price:
1559 downloads
ID3iconv 0.2.1

ID3iconv 0.2.1


ID3iconv is a little Java command line tool to convert ID3 tags in mp3 files from whatever machine encoding you have to Unicode. more>>
ID3iconv is a little Java command line tool to convert ID3 tags in mp3 files from whatever machine encoding you have to Unicode. It convert both ID3v1 tags and ID3v2 tags to Unicode-encoded ID3v2 (v2.3 or v2.4). This is sometimes useful because:
ID3v1 or v2 dont really supports multi-byte encodings such as GBK or Big5. Most existing files falsely pretend they are ISO-8859-1 encoded. This means the softwares handle them in all kinds of weird ways.
Even if the user can force the encoding in some players, it is then impossible to display tags of several international languages at the same time if files are so encoded.
I wrote this to convert all my mp3 files with Chinese (both simplified and traditional Chinese) tags to Unicode and play them using Rhythmbox under Linux. This is after much struggle with XMMS and other players that either cannot handle the large charsets GBK/GB18030 or cannot handle Chinese at all.
CAUTION: The tool updates mp3 files in place. You have to do a backup if you dont want to lose your precious music.
Enhancements:
- Bug fix: Under windows, cannot rename the output temp file to the original file name
- Bug fix: Conversion from v2 tag is using different encoding (big-endian UTF-16) from conversion from v1. Now both using little-endian UTF-16 for better compatibility.
- Added option to force using id3v1 tag even if v2 tag exists
- Added option to remove v1 tag after convertion
<<less
Download (0.038MB)
Added: 2006-08-02 License: GPL (GNU General Public License) Price:
1184 downloads
MP3::ID3Lib 0.12

MP3::ID3Lib 0.12


MP3::ID3Lib is a Perl module for ID3v1/ID3v2 Tagging of MP3 files. more>>
MP3::ID3Lib is a Perl module for ID3v1/ID3v2 Tagging of MP3 files.

SYNOPSIS

use MP3::ID3Lib;
my $id3 = MP3::ID3Lib->new($filename);

foreach my $frame (@{$id3->frames}) {
my $code = $frame->code;
my $description = $frame->description;
my $value = $frame->value;
$frame->set("Orange") if $code eq TPE1;
print "$description: $valuen";
}

$id3->add_frame("TIT2", "Title goes here");
$id3->commit;

This module allows you to edit and add ID3 tags in MP3 files.
ID3 tags are small pieces of information stored inside the MP3 file. They can contain bits of metadata about the MP3, such as album name, song name, artist, original artist, genre, composer, year of release, additional comment fields, and many more.

<<less
Download (0.037MB)
Added: 2006-11-07 License: Perl Artistic License Price:
1086 downloads
ID3 mass tagger 0.78

ID3 mass tagger 0.78


ID3 mass tagger is a portable command-line mass tagger for audio files. more>>
ID3 mass tagger is a portable command-line mass tagger for audio files.
ID3 mass tagger is designed for non-interactively adding, updating or removing meta-information in a number of files with a single command.
It can generate tag fields from the filename and rename files using an intuitive syntax. It currently supports ID3 (1.1) and ID3v2 (2.0, 3.0) tags.
Exemple:
Here are some examples of using id3:
id3 -a "Stallman" -t "Free Software Song" fs_song.mp3"
Add a simple tag to a file.
id3 -d *.mp3
Removes all ID3v1 tags from all mp3s
id3 -g "psych rock" *.mp3
Sets genre to "Psychedelic Rock" all mp3s
id3 -2 -1 -u "*.mp3"
Copy ID3v2 tag to ID3v1 tag in all files.
id3 -a "TAFKAT" -n "%1" -t "%+2" "*. *.mp3"
Update tag fields similar to this;
id3 -a "TAFKAT" -n "01" -t "My Song" "01. my_song.mp3"
id3 -a "TAFKAT" -n "02" -t "Untitled" "02. untitled.mp3"
id3 -2 -f "%a - %t.mp3" blaet.mp3
Rename file to a standard "Artist - Title" format, using ID3v2 values.
id3 -g "alt rock" -a "The Author" -l %1 -n %2 -t %3 "Author - */(*) *.mp3"
Process multiple directories at once.
id3 -g "alt rock" -a "The Author" -m "Author - %l/(%n) %t.mp3"
Shorthand for the previous example.
id3 -a %t -t %a "*.mp3"
Swap artist and title fields in all mp3s.
id3 -D source.mp3 -1 -2 dest.mp3
Copy ID3v1 and ID3v2 tags of source.mp3 to dest.mp3
id3 -D source.mp3 -1u -2u dest.mp3
As above, but only replaces the non-standard or blank fields in dest.mp3 by data from source.mp3.
id3 -2 -rAPIC -s 0 *.mp3
Removes embedded images and padding from all mp3s.
id3 -2 -rAPIC -s 0 -R "*.mp3" "/my documents"
As above, but works recursively on all mp3s in the directory tree starting at /my documents
id3 -2 -q "%| %a - %|Untitled|t || %t || %1 |?" "*.mp3"
Generate a playlist, using the best possible text
id3 -2 -c "Was: %_f" -f "%a - %|Untitled (%#x)|t.mp3" "*.mp3"
Advanced rename. Saves previous filename in the comment field, and renames files without proper tags to;
Unknown - Untitled (01).mp3
Unknown - Untitled (02).mp3
... etc
Enhancements:
- This release adds support for Lyrics3 tags.
<<less
Download (0.066MB)
Added: 2006-03-21 License: GPL (GNU General Public License) Price:
1317 downloads
MP3::ID3v1Tag 1.11

MP3::ID3v1Tag 1.11


MP3::ID3v1Tag can edit ID3v1 Tags from an Audio MPEG Layer 3. more>>
MP3::ID3v1Tag can edit ID3v1 Tags from an Audio MPEG Layer 3.

SYNOPSIS

use MP3::ID3v1Tag;

$mp3_file = new MP3::ID3v1Tag("filename.mp3");
$mp3_file->print_tag();

if($mp3_file->got_tag()) {
$mp3_file->set_title($title);
$save_status = $mp3_file->save();
}

The ID3v1Tag routines are useful for setting and reading ID3 MP3 Audio Tags. Just create an MP3::ID3v1Tag Object with the path to the file of interest, and query any of the methods below.

<<less
Download (0.007MB)
Added: 2006-11-08 License: Perl Artistic License Price:
1094 downloads
Image::ExifTool::ID3 6.17

Image::ExifTool::ID3 6.17


Image::ExifTool::ID3 is a Perl module that can read ID3 meta information from MP3 audio files. more>>
Image::ExifTool::ID3 is a Perl module that can read ID3 meta information from MP3 audio files.

SYNOPSIS

This module is used by Image::ExifTool

This module contains definitions required by Image::ExifTool to extract ID3 information from audio files. ID3 information is found in MP3 and various other types of audio files.

<<less
Download (0.95MB)
Added: 2006-06-30 License: Perl Artistic License Price:
1212 downloads
gst-id3v23-tags 0.0.1

gst-id3v23-tags 0.0.1


gst-id3v23-tags application provides a gstreamer plugin that adds metadata to media files. more>>
gst-id3v23-tags application provides a gstreamer plugin that adds metadata to media files (mainly MP3 audio files) with ID3 version 2.3.0 tags. This information includes elements such as the tracks title, author, performing artist, etc.

Other gstreamer taggers either create ID3 1.0 tags, which have significant limitations, or ID3 2.4 tags, which are not understood by as many MP3 players as ID3 2.3.

The gstreamer framework provides already some ID3 taggers, at least two of them one that encodes the in the version 1.0 and the other in the 2.4. Today most software and hardware mp3 players are able to understand at least one of the two formats. The problem is that not all MP3 players (specially the hardware ones) are able to understand ID3 v2.4 tags and using ID3 v1.0 can have some limitations specially with tags that contain UNICODE characters. Its most likely that today a decent MP3 player will be able to understand ID3 v2.3 tags.

This plugin was written in order to provide an alternative to MP3 players that can understand only ID3 v2.3 tags. This plugin should provide a nicer alternative to the end user over the two existing plugin in the gstreamer framework.

The ID3 v2.3 encoding is actually performed through the library id3lib which is available at http://www.id3lib.org/. The plugin it self depends only on the gstreamer framework (version 0.10) and the library id3lib (version 3.8.3).

To compile do:

make plugin

To install the plugin into your home account (no need to be root) just do:

make install

To use the plugin, just include the element id3v23 in any gstreamer pipeline. Heres an example on how to retag an old MP3 using the command line:

gst-launch filesrc location=a.mp3 ! id3demux ! id3v23 ! filesink location=b.mp3

Heres an example of an gstreamer audio profile used by sound-juiver for
extracting CDs into MP3s:

audio/x-raw-int,rate=44100,channels=2 ! lame mode=0 vbr-quality=6 ! id3v23
<<less
Download (0.013MB)
Added: 2007-07-13 License: LGPL (GNU Lesser General Public License) Price:
836 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5