mp3 tracks
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1912
MP3::Album::Track 0.14
MP3::Album::Track is a Perl extension to manage a physical track of a mp3 album. more>>
MP3::Album::Track is a Perl extension to manage a "physical" track of a mp3 album.
SYNOPSIS
use MP3::Album::Track;
#create a track object
$track = MP3::Album::Track->new(filename=>$path_to_mp3_file);
#set its mp3 tag
$track->set_tag(title=>i dont know why);
#rename it!
$track->rename(filename=>$path_to_new_file);
Manages a mp3 album track. Gets and sets mp3 file info.
<<lessSYNOPSIS
use MP3::Album::Track;
#create a track object
$track = MP3::Album::Track->new(filename=>$path_to_mp3_file);
#set its mp3 tag
$track->set_tag(title=>i dont know why);
#rename it!
$track->rename(filename=>$path_to_new_file);
Manages a mp3 album track. Gets and sets mp3 file info.
Download (0.008MB)
Added: 2006-11-07 License: Perl Artistic License Price:
1084 downloads
Mp3tag 1.4
Mp3tag is an Objective-Caml library which can be used in other tools to read, write or graphically edit tags. more>>
Mp3tag is an Objective-Caml library which can be used in other tools to read, write or graphically edit tags (v1 or v2) in mp3 files.
mp3tag library comes with the mp3tag and cddbtag example tools.
The mp3tag tool included can be used to modify tags in mp3 files, or rename files according to tags.
The cddbtag tool included can be used to modify tags in mp3 files, by using a CDDB server to get artist, album and tracks corresponding to the given mp3 files.
The mp3tag tool
The mp3tag tool included can be used to modify tags in mp3 files, or rename files according to tags. Here are some examples of usage:
mp3tag file_1.mp3 ... file_n.mp3
Print tags of the given files.
mp3tag -a "Les Cowboys Fringants" -l "Attache ta tuque" *.mp3
Set artist and album tags in all mp3 files of the current directory.
mp3tag -a "Les Cowboys Fringants" -l "Attache ta tuque" -t "Toune dautomne" -n 11 -g 102 file.mp3
Set artist, album, title, track number and genre tags in file.mp3.
mp3tag -e file_1.mp3 ... file_n.mp3
Graphically edit tags in each given file.
mp3tag -r file_1.mp3 ... file_n.mp3
Rename the given files according to their tags, with the default name format.
mp3tag -r -f 1 file_1.mp3 ... file_n.mp3
Rename the given files according to their tags, with the predefined format "1".
mp3tag --formats
Print the list of predefined renaming formats.
mp3tag -F "%n - %t" file_1.mp3 ... file_n.mp3
Rename the given files according to their tags with the given format. Here, each file will be renamed as < track number > - < title >.mp3. Where to use values of tags in a format is specified by %a, %t, %l, %n, %g, %c, %y.
mp3tag --copy -t "Le plombier" file1.mp3 file2.mp3
Copy tags from file1.mp3 to file2.mp3, but with a different title tag.
The cddbtag tool
The cddbtag tool included can be used to modify tags in mp3 files, by using a CDDB server to get artist, album and tracks corresponding to the given mp3 files. Here are some examples of usage:
cddbtag file_01.mp3 file_02.mp3 ... file_n.mp3
Use the given files, in the given order, to build the discid, then query the CDDB server and, if information could be retrieved, set tags in the given .mp3 files.
cddbtag -t file_01.mp3 file_02.mp3 ... file_n.mp3
Same as above but run in test mode: it prints the information retrieved but does not write tags in the files.
cddbtag -s mycddbserver.org -p 4000 file_01.mp3 file_02.mp3 ... file_n.mp3
Here we specify a different CDDB server and port to connect to.
<<lessmp3tag library comes with the mp3tag and cddbtag example tools.
The mp3tag tool included can be used to modify tags in mp3 files, or rename files according to tags.
The cddbtag tool included can be used to modify tags in mp3 files, by using a CDDB server to get artist, album and tracks corresponding to the given mp3 files.
The mp3tag tool
The mp3tag tool included can be used to modify tags in mp3 files, or rename files according to tags. Here are some examples of usage:
mp3tag file_1.mp3 ... file_n.mp3
Print tags of the given files.
mp3tag -a "Les Cowboys Fringants" -l "Attache ta tuque" *.mp3
Set artist and album tags in all mp3 files of the current directory.
mp3tag -a "Les Cowboys Fringants" -l "Attache ta tuque" -t "Toune dautomne" -n 11 -g 102 file.mp3
Set artist, album, title, track number and genre tags in file.mp3.
mp3tag -e file_1.mp3 ... file_n.mp3
Graphically edit tags in each given file.
mp3tag -r file_1.mp3 ... file_n.mp3
Rename the given files according to their tags, with the default name format.
mp3tag -r -f 1 file_1.mp3 ... file_n.mp3
Rename the given files according to their tags, with the predefined format "1".
mp3tag --formats
Print the list of predefined renaming formats.
mp3tag -F "%n - %t" file_1.mp3 ... file_n.mp3
Rename the given files according to their tags with the given format. Here, each file will be renamed as < track number > - < title >.mp3. Where to use values of tags in a format is specified by %a, %t, %l, %n, %g, %c, %y.
mp3tag --copy -t "Le plombier" file1.mp3 file2.mp3
Copy tags from file1.mp3 to file2.mp3, but with a different title tag.
The cddbtag tool
The cddbtag tool included can be used to modify tags in mp3 files, by using a CDDB server to get artist, album and tracks corresponding to the given mp3 files. Here are some examples of usage:
cddbtag file_01.mp3 file_02.mp3 ... file_n.mp3
Use the given files, in the given order, to build the discid, then query the CDDB server and, if information could be retrieved, set tags in the given .mp3 files.
cddbtag -t file_01.mp3 file_02.mp3 ... file_n.mp3
Same as above but run in test mode: it prints the information retrieved but does not write tags in the files.
cddbtag -s mycddbserver.org -p 4000 file_01.mp3 file_02.mp3 ... file_n.mp3
Here we specify a different CDDB server and port to connect to.
Download (0.048MB)
Added: 2006-03-16 License: LGPL (GNU Lesser General Public License) Price:
9862 downloads
MP3 Database II 2.9
MP3DB2 is a collection of bash scripts for keeping track of large MP3 collections. more>>
MP3DB2 is a collection of bash scripts for keeping track of large MP3 collections. It will retrieve song information from the filenames and ID3 tags of a directory or CD of MP3s and store them in a local database.
This program is a complete rewrite of my MP3 database version 1. Version 1 only stored the data that was present in the filenames while version 2 actually retrieves information from the ID3 tags of each MP3.
Please note that as of this version the database format is NOT considered carved in stone. I have already added a few fields mid-development and this will continue for a while if I think the format can be made better. See the changelog for a list of changes to the database format since V2.0.
Enhancements:
- mp3dupe: now just displays the name of the directory we are checking not the full path in the host filesystem.
<<lessThis program is a complete rewrite of my MP3 database version 1. Version 1 only stored the data that was present in the filenames while version 2 actually retrieves information from the ID3 tags of each MP3.
Please note that as of this version the database format is NOT considered carved in stone. I have already added a few fields mid-development and this will continue for a while if I think the format can be made better. See the changelog for a list of changes to the database format since V2.0.
Enhancements:
- mp3dupe: now just displays the name of the directory we are checking not the full path in the host filesystem.
Download (0.096MB)
Added: 2006-07-26 License: GPL (GNU General Public License) Price:
1190 downloads
MP3::Tag 0.9709
MP3::Tag is a Perl module for reading tags of MP3 audio files. more>>
MP3::Tag is a Perl module for reading tags of MP3 audio files.
SYNOPSIS
use MP3::Tag;
$mp3 = MP3::Tag->new($filename);
# get some information about the file in the easiest way
($title, $track, $artist, $album, $comment, $year, $genre) = $mp3->autoinfo();
$comment = $mp3->comment();
# or have a closer look on the tags
# scan file for existing tags
$mp3->get_tags;
if (exists $mp3->{ID3v1}) {
# read some information from the tag
$id3v1 = $mp3->{ID3v1}; # $id3v1 is only a shortcut for $mp3->{ID3v1}
print $id3v1->title;
# change the tag contents
$id3v1->all("Song","Artist","Album",2001,"Comment",10,"Top 40");
$id3v1->write_tag;
}
if (exists $mp3->{ID3v2}) {
# read some information from the tag
($name, $info) = $mp3->{ID3v2}->get_frame("TIT2");
# delete the tag completely from the file
$mp3->{ID3v2}->remove_tag;
} else {
# create a new tag
$mp3->new_tag("ID3v2");
$mp3->{ID3v2}->add_frame("TALB", "Album title");
$mp3->{ID3v2}->write_tag;
}
$mp3->close();
<<lessSYNOPSIS
use MP3::Tag;
$mp3 = MP3::Tag->new($filename);
# get some information about the file in the easiest way
($title, $track, $artist, $album, $comment, $year, $genre) = $mp3->autoinfo();
$comment = $mp3->comment();
# or have a closer look on the tags
# scan file for existing tags
$mp3->get_tags;
if (exists $mp3->{ID3v1}) {
# read some information from the tag
$id3v1 = $mp3->{ID3v1}; # $id3v1 is only a shortcut for $mp3->{ID3v1}
print $id3v1->title;
# change the tag contents
$id3v1->all("Song","Artist","Album",2001,"Comment",10,"Top 40");
$id3v1->write_tag;
}
if (exists $mp3->{ID3v2}) {
# read some information from the tag
($name, $info) = $mp3->{ID3v2}->get_frame("TIT2");
# delete the tag completely from the file
$mp3->{ID3v2}->remove_tag;
} else {
# create a new tag
$mp3->new_tag("ID3v2");
$mp3->{ID3v2}->add_frame("TALB", "Album title");
$mp3->{ID3v2}->write_tag;
}
$mp3->close();
Download (0.17MB)
Added: 2007-07-12 License: Perl Artistic License Price:
839 downloads

MP3 Diags 0.99.05.029
MP3 Diags offers you a powerful GUI-based application which lets end-users identify issues with their MP3 files, fix some of the issues and make other changes, like adding track information. more>> <<less
Added: 2009-07-26 License: GPL Price: FREE
downloads
MP3 renamer 2006 0.62
Mp3 renamer 2006 by MiKe is a shell script for Linux. more>>
Mp3 renamer 2006 by MiKe is a shell script for Linux. MP3 renamer goes by the Unix name of rename-mp3. It looks at MP3 files in a Directory and, using id3v2, will rename all the mp3 files in a nice format according to the id3 tags rename-mp3 will look at both v1 and v2 id3 tags, and will make the output file in a Title-Album-Artist.mp3 format.
It saves time, and not only will it read the id3 tags, but in the event that the MP3 file has no id3 tags, you will be given 4 options
1)abort 2)skip 3)rename 4)write id3 tags, and you are asked what you would like the id3 tag artist, track name and album to be.
This is great if you want the track to be easy to view and yet you still like having a library of music that is all tagged nicely!
Enhancements:
- New stuff: The INSTALLER now works, whereas before it wouldnt copy...
<<lessIt saves time, and not only will it read the id3 tags, but in the event that the MP3 file has no id3 tags, you will be given 4 options
1)abort 2)skip 3)rename 4)write id3 tags, and you are asked what you would like the id3 tag artist, track name and album to be.
This is great if you want the track to be easy to view and yet you still like having a library of music that is all tagged nicely!
Enhancements:
- New stuff: The INSTALLER now works, whereas before it wouldnt copy...
Download (0.005MB)
Added: 2006-03-22 License: Other/Proprietary License with Source Price:
1317 downloads
Mp3Splt 2.1
Mp3splt is a command-line utility that splits MP3 and Ogg files at specified times without decoding and re-encoding. more>>
Mp3Splt is a command line utility to split mp3 and ogg files selecting a begin and an end time position, without decoding. Mp3splt project is very useful to split large mp3/ogg to make smaller files or to split entire albums to obtain original tracks.
If you want to split an album, you can select split points and filenames manually or you can get them automatically from CDDB (internet or a local file) or from .cue files.
Supports also automatic silence split, that can be used also to adjust cddb/cue splitpoints. You can extract tracks from Mp3Wrap or AlbumWrap files in few seconds.
Libmp3splt is an attempt to create a library from mp3splt.
Mp3splt-gtk is a GTK2 gui that uses libmp3splt.
<<lessIf you want to split an album, you can select split points and filenames manually or you can get them automatically from CDDB (internet or a local file) or from .cue files.
Supports also automatic silence split, that can be used also to adjust cddb/cue splitpoints. You can extract tracks from Mp3Wrap or AlbumWrap files in few seconds.
Libmp3splt is an attempt to create a library from mp3splt.
Mp3splt-gtk is a GTK2 gui that uses libmp3splt.
Download (0.12MB)
Added: 2005-11-24 License: GPL (GNU General Public License) Price:
1431 downloads
cdmp3 0.5.0
cdmp3 uses cdparanoia or cdda2wav to extract single tracks or even a whole CD and converts them on-the-fly into MP3 or Ogg Vorbi more>>
cdmp3 uses cdparanoia or cdda2wav to extract single tracks or even a whole CD and converts them on-the-fly into MP3 or Ogg Vorbis files. Using the CDDB database it is possible to include information like the artists name or the tracks title into the file name or as meta tags into the file content.
cdmp3 consists of a single perl script. Copy it to where ever you want it to reside, /usr/local/bin might be a good place. You might also want to create a symlink, named "cdogg", which points to cdmp3, so that by running cdogg, you preset cdmp3 to creating Ogg Vorbis files instead of MP3.
Additionally you will need the next packages, but this depends on the command line arguments you give to cdmp3:
cdparanoia http://www.xiph.org/paranoia/
cdda2wav ftp://ftp.berlios.de/pub/cdrecord/ (package cdrtools)
lame http://www.mp3dev.org/
oggenc http://www.vorbis.com (package vorbis-tools)
CDDB_get perl module http://armin.emx.at/cddb/
bfr http://www.glines.org:8000/software/buffer.html
If you are running Debian, all these packages are provided by the Debian
project itself or by third parties.
Enhancements:
- converted cdmp3 to perl
- merged get_cddb into cdmp3 main script
- added "--print-cddb": fetch and print cddb entry, exit
- added %y and %g filename format patterns
- support two-digit track numbers (%0n and %0u)
- patterns are really handled printf(1)-like now
- more flexible command line arguments
<<lesscdmp3 consists of a single perl script. Copy it to where ever you want it to reside, /usr/local/bin might be a good place. You might also want to create a symlink, named "cdogg", which points to cdmp3, so that by running cdogg, you preset cdmp3 to creating Ogg Vorbis files instead of MP3.
Additionally you will need the next packages, but this depends on the command line arguments you give to cdmp3:
cdparanoia http://www.xiph.org/paranoia/
cdda2wav ftp://ftp.berlios.de/pub/cdrecord/ (package cdrtools)
lame http://www.mp3dev.org/
oggenc http://www.vorbis.com (package vorbis-tools)
CDDB_get perl module http://armin.emx.at/cddb/
bfr http://www.glines.org:8000/software/buffer.html
If you are running Debian, all these packages are provided by the Debian
project itself or by third parties.
Enhancements:
- converted cdmp3 to perl
- merged get_cddb into cdmp3 main script
- added "--print-cddb": fetch and print cddb entry, exit
- added %y and %g filename format patterns
- support two-digit track numbers (%0n and %0u)
- patterns are really handled printf(1)-like now
- more flexible command line arguments
Download (0.013MB)
Added: 2006-07-26 License: GPL (GNU General Public License) Price:
1185 downloads
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.
<<lessSYNOPSIS
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.
Download (0.007MB)
Added: 2006-11-08 License: Perl Artistic License Price:
1094 downloads
Dynamic MP3 Lister
Dynamic MP3 Lister is a PHP script for downloading/streaming MP3s from a Web server. more>>
Dynamic MP3 Lister was a project I started a long time ago to create dynamic lists of MP3s quickly and easily.
Features MP3 Information extraction for things like bitrate, channels, playtime and more.
Please note that this script is discontinued, and is only shown here now as an example of my work.
<<lessFeatures MP3 Information extraction for things like bitrate, channels, playtime and more.
Please note that this script is discontinued, and is only shown here now as an example of my work.
Download (0.009MB)
Added: 2005-05-05 License: Free for non-commercial use Price:
1643 downloads
Mp3cdBrowser 1.9.3
Mp3Cdbrowser is a tool to organize large collections of music (MP3, Ogg/Vorbis) on a CD or hard disk. more>>
Mp3Cdbrowser is a tool to organize large collections of music (MP3, Ogg/Vorbis) on a CD or hard disk. It stores info about the tracks name, album, length,... into a database (build-in or MySQL). You can later browse the songs or search for them.
Enhancements:
- Performance with the hsqldb backend was improved (still is to slow in some cases :-(
- Splitpane divider between tree view and info panel
- Display confirm dialog if you have uncommited changes when switching to a different track
<<lessEnhancements:
- Performance with the hsqldb backend was improved (still is to slow in some cases :-(
- Splitpane divider between tree view and info panel
- Display confirm dialog if you have uncommited changes when switching to a different track
Download (0.68MB)
Added: 2006-07-20 License: GPL (GNU General Public License) Price:
1191 downloads
Transcogg 1.1
Transcogg software is an amarok script to shrink your files (MP3 or OGG) before copying them to your devices. more>>
Transcogg software is an Amarok script to shrink your files (MP3 or OGG) before copying them to your devices.
It reduces the quality of the tracks copied to the devices ( oggenc -q 0 )
You need a device that supports Ogg/Vorbis to benefit of this script.
You have to ask Amarok to convert file "if possible" if you want the OGG files to be reduced.
<<lessIt reduces the quality of the tracks copied to the devices ( oggenc -q 0 )
You need a device that supports Ogg/Vorbis to benefit of this script.
You have to ask Amarok to convert file "if possible" if you want the OGG files to be reduced.
Download (0.003MB)
Added: 2007-08-09 License: GPL (GNU General Public License) Price:
806 downloads
MP3 as CD verifier 2 0.1a
MP3 as CD verifier 2 performs lookups on CDDB servers. more>>
MP3 as CD verifier 2 performs lookups on CDDB servers in an attempt to determine whether one or multiple directories of downloaded/ripped MP3 files has correct track lengths.
Please remember that mp3ascd uses the alphabetically sorted list of .mp3 files per directory Hence it is possible that if your filenames are somehow mismatched (case?), they may be sorted incorrectly. If youre getting a mismatch that you think is wrong, run mp3ascd with default options to make sure that the enumerated list of files it finds is sorted correctly.
To install, firstly make sure the script is executable.
I copy mine into a directory in my PATH, such as /usr/bin/. It should work on a multitude of platforms, but if it does not work on yours, please let me know.
Enhancements:
- Improved readability
- Summary reports (recursive), including non-matching directories
- ID3 tag presence info shown in full display mode
<<lessPlease remember that mp3ascd uses the alphabetically sorted list of .mp3 files per directory Hence it is possible that if your filenames are somehow mismatched (case?), they may be sorted incorrectly. If youre getting a mismatch that you think is wrong, run mp3ascd with default options to make sure that the enumerated list of files it finds is sorted correctly.
To install, firstly make sure the script is executable.
I copy mine into a directory in my PATH, such as /usr/bin/. It should work on a multitude of platforms, but if it does not work on yours, please let me know.
Enhancements:
- Improved readability
- Summary reports (recursive), including non-matching directories
- ID3 tag presence info shown in full display mode
Download (0.011MB)
Added: 2006-07-22 License: GPL (GNU General Public License) Price:
1190 downloads
Feta Asset Tracking 1.2.1
Feta Asset Tracking project efficiently tracks assets. more>>
Feta Asset Tracking project efficiently tracks assets. Feta is a PHP/MySQL/PostgreSQL application for use in tracking inventory of computer hardware within a company for internal use.
I wrote Feta because SimpleAssets is too complex, and I dont need to manage Licencing, since I tend not to use non-free software. It basically keeps track of individual parts and systems, as allocated to user-definable storage areas or externally-deployed locations.
Since Ive not actually started using it, I have no sense of how useful the interface is or if it is lacking a needed feature.
Ive also modified Tiquit to allow assignment of systems to Tiquit users, so that you can view a users system specs from their incident.
<<lessI wrote Feta because SimpleAssets is too complex, and I dont need to manage Licencing, since I tend not to use non-free software. It basically keeps track of individual parts and systems, as allocated to user-definable storage areas or externally-deployed locations.
Since Ive not actually started using it, I have no sense of how useful the interface is or if it is lacking a needed feature.
Ive also modified Tiquit to allow assignment of systems to Tiquit users, so that you can view a users system specs from their incident.
Download (0.13MB)
Added: 2006-12-13 License: GPL (GNU General Public License) Price:
1048 downloads
MP3::Tag::Inf 0.9708
MP3::Tag::Inf is a Perl module for parsing .inf files associated with music tracks. more>>
MP3::Tag::Inf is a Perl module for parsing .inf files associated with music tracks.
SYNOPSIS
my $mp3inf = MP3::Tag::Inf->new($filename); # Name of MP3 or .INF file
# or an MP3::Tag::File object
($title, $artist, $album, $year, $comment, $track) = $mp3inf->parse();
see MP3::Tag
MP3::Tag::Inf is designed to be called from the MP3::Tag module.
It parses the content of .inf file (created, e.g., by cdda2wav).
parse()
($title, $artist, $album, $year, $comment, $track) =
$mp3inf->parse($what);
parse_filename() extracts information about artist, title, track number, album and year from the .inf file. $what is optional; it maybe title, track, artist, album, year or comment. If $what is defined parse() will return only this element.
As a side effect of this call, $mp3inf->{info} is set to the hash reference with the content of particular elements of the .inf file. Typically present are the following fields:
CDINDEX_DISCID
CDDB_DISCID
MCN
ISRC
Albumperformer
Performer
Albumtitle
Tracktitle
Tracknumber
Trackstart
Tracklength
Pre-emphasis
Channels
Copy_permitted
Endianess
Index
The following fields are also recognized:
Year
Trackcomment
<<lessSYNOPSIS
my $mp3inf = MP3::Tag::Inf->new($filename); # Name of MP3 or .INF file
# or an MP3::Tag::File object
($title, $artist, $album, $year, $comment, $track) = $mp3inf->parse();
see MP3::Tag
MP3::Tag::Inf is designed to be called from the MP3::Tag module.
It parses the content of .inf file (created, e.g., by cdda2wav).
parse()
($title, $artist, $album, $year, $comment, $track) =
$mp3inf->parse($what);
parse_filename() extracts information about artist, title, track number, album and year from the .inf file. $what is optional; it maybe title, track, artist, album, year or comment. If $what is defined parse() will return only this element.
As a side effect of this call, $mp3inf->{info} is set to the hash reference with the content of particular elements of the .inf file. Typically present are the following fields:
CDINDEX_DISCID
CDDB_DISCID
MCN
ISRC
Albumperformer
Performer
Albumtitle
Tracktitle
Tracknumber
Trackstart
Tracklength
Pre-emphasis
Channels
Copy_permitted
Endianess
Index
The following fields are also recognized:
Year
Trackcomment
Download (0.17MB)
Added: 2006-11-09 License: Perl Artistic License Price:
1079 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above mp3 tracks search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed