Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 734689b961ae89d385c8d29b88d7aef4 > files > 9

mp3c-0.31-7mdv2010.0.i586.rpm

-----V0.31-----
Updated CDDB reading and writing to support protocol level 5 (detection
and saving of year and genre information).

-----V0.30-----
Only bugfixes

-----V0.29-----
Added option-entry to select two presets (MP3/lame and OGG/oggenc). Made
cdda2wav compile-in default. If mp3-defaults are choosen now compile in
lame-settings.

-----V0.28-----
Added configure option "--enable-oggdefaults" to include useful defaults
for OGG creation. Spaces in filenames can now replaced with a user
defined character instead of underscore. Batchscript creation was fixed.

-----V0.27-----
CDDB.com refused to support free software so use freedb.freedb.org:8880
from now on. Option to protect patternmasks from substitution was added.
Pattern for filenames can now be different for sampler cds. The encoder
program has pattern for id3-tags, so no seperate tagger program is needed.
Sampler cds should be better detected, furthermore the force of sampler cds
by pressing SHIFT+V is possible

-----V0.26-----
Sorry about the ugly bug in 0.25 (ripping only did not work), this is now
fixed. Also a replacestring for unknown genre was introduced and a general
remove option for illegal characters.

-----V0.25-----
Finally CDDB saving and transmit is now possible. Directoryrequester was
totally rewritten and a filerequester was added (all of these are now very
nice). Introduced a hotnews window on startup which will show new features
(only once time per update). Added positionbars to a lot of windows. A lot
of little new and nice features like: removing dead files from right window
by pressing "d", opening of the tray after encoding, visible error messages
on external program fails, nicer selectboxes, prevent deleting of already
ripped files on failed encoding, warning about parallel running MP3c
processes, ignore option on missing files while importing lists, better
keyhandling, better detection of user fails ;), avoiding MP3c running in
background.  Upset CVS server for MP3c (see README).

-----V0.24-----
Included portuguese translation (many thanks to Lucas Correia Villa Real).
Very nice features for creating relative filenames in playlists, globbing
for tilde, usage of more CDDB-servers now possible, cleanups, disable CDDB-
access by pressing "l", usual bugfixes.

-----V0.23-----
Included spanish translation (many thanks to Alfonso Gazo). Added pattern
for CDDB-ID, changed pattern-creation for m3u-files, checking for cddb-path
while running configure, some little bugfixes.

-----V0.22-----
Sorry, some big bugs in 0.21, corrected now. Also some several different
clean-ups and fixes included. Routine for import and export of track-
lists.

-----V0.21-----
New autoconf-stuff. Added NLS-support (english and german at the moment).
Multiripping is now possible. Detect missing external programs, colorfied
option and setting menu.

-----V0.20-----
Totally new batchfiles, which allow you to rip several cds before encoding
them. See BATCH.README for all new features.
Actually this is the only way to rip more than one cd before encoding. Doing
this in interactive-mode will occur in the next version.
Furthermore MP3c would block cdrom-resources any longer, but be careful with
this, since cdparanoia/cdda2wav couldn't detect if wrong cd is inserted ;-)

-----V0.19-----
Now you can first rip all tracks and then encode.
Online-help is now more useful. Altermenu got new-features (use SPACE
to swap modify-flag).

-----V0.18-----
You can change cd-data in a nice menu, if you press return on any track.
If a slash appears in songtitle or other fields, this is fixed by replacing
this slash with a userdefined value. This avoids creation of sensless
directorys.
Allowed ascii-characters in inputbox and CDDB-entries can be increased with
non-strict character-handling (see optionsmenu).

-----V0.17-----
Finally you can use slashes in all filenames, which forces MP3c to create
necessary sub-directories (even in batch-scripts, where "mkdir -p" is used).
Added a lot of new patterns for mp3-comment creation (see README).
Added userdefined string with unallowed characters in filenames.
Changing of cd is now possible without leaving MP3c (use "e"-key to eject
tray and "E" to close).

-----V0.16-----
Added creation of playlists and allowed pattern in mp3-comment
see README for details.

-----V0.15-----
Added some status about estimated MP3-size.
Note: this really depends on the kind of music (and your encoder, and
      mp3-quality). If things really go wrong, look at your ~/.mp3crc
      You will find a key "frame_mult", insert here your value.

      Calculation of frame_mult:
      look how long your song is (in seconds) -> song_length
      look how big the mp3-file is (in bytes) -> mp3_size
      then calc like this:
      frame_mult = mp3_size / (song_length * 75)

Added cmdline-options "-d <device>", so you can just multiple cdrom-drives
for encoding at night, without having more than one config-file ;-)

-----V0.14-----
First release