File: ChangeLog

package info (click to toggle)
id3ren 1.1b0-8
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 408 kB
  • sloc: ansic: 1,878; makefile: 40; sh: 4
file content (58 lines) | stat: -rw-r--r-- 2,810 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
1.1b0 2001-07-14 Christophe Bothamy <cbothamy@free.fr>
================
- 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.

1.0b2 2000-02-01 Christophe Bothamy <cbothamy@free.fr> 
================
- Correction of a display bug in the help screen

1.0b1 2000-12-15 Christophe Bothamy <cbothamy@free.fr>
================
- Reorganisation of directories and files
- Sources tar ball does not contain executable any more.
  I will set up a debian package.
- Due to lack of compiler, Windows support is discontinued. 
  If i get enough feed back, i'll consider install Visual C++ somewhere
  In the meantime, use id3ren 0.97a which contains win32 executable.
  The sources compiles fine under cygwin, maybe you could give it a try
- Tagging a file can be done with informations from the file name. 
  Added -tagfromfilename and -tagffn (synonymns) and -tagtemplate. 
  It's a good idea to use it with the -tagonly option.

0.97a Robert Alto <badcrc@tscnet.com>
=====
- Fixed a short->int screw up on my part that was causing weird things to
  happen...Solaris got a bus error, 95 and Linux didn't read certain options
  correctly.
- Changed usage screen for Linux to "for *nix" cause ascii doesn't like
  things for Linux on his Solaris box.

0.97 Robert Alto <badcrc@tscnet.com>
====
- Added -edit option.
- Several options are now toggles.  For example if you specify -verbose
  in a config file, then you want to disable verbose mode one time, you
  can specify -verbose on the command line and it will disable it for that
  one use.  Options that aren't toggles: -quick, -showtag, -defcase, -upper,
  -lower....and any other option that accepts a second argument, or displays
  info (i.e., -showgen, -help, -template, -space, etc).
- Included some sample rc files in the samples directory.

0.96 Robert Alto <badcrc@tscnet.com>
====
- Included source in archive, with a Makefile for both Linux and Win32.
- Added -nocfg, -nogenre, -remchar, -repchar, -verbose options.
- Added support for config files.  See id3ren.txt for info.
- You can now change specific parts of a tag if a file already has a tag.
  For example, if you have a file that has a tag and only want to change
  the album name, you can use -tag in conjunction with -album.  You will
  still be prompted for other tag info if they are blank unless you use
  the -noalbum