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 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74
|
$Id: Changes,v 1.4 2003/12/05 14:24:17 amitshah Exp $
This file lists the Changes between revisions, as they apply to the
usability and new features supported. For detailed per-file changes,
refer to the file ChangeLog. The RELEASE_NOTES file documents changes
which have been made to the user interfaces.
Changes from AudioLink v0.04 to v0.05:
* The scripts alsearch and alfilldb have been moved to
code/. search/, filldb/ are not used now.
* Fix Ogg Vorbis comments handling: they work now.
* Pod documentation for all the scripts. Man pages, HTML
documentation is now available.
* New script: audiolink. Handles creation of the config file
and database, tables.
* We now have a config file. It resides in ~/.audiolink/config
Changes from AudioLink v0.03 to v0.04:
* Scripts alsearch.pl and alfilldb.pl have moved to alsearch
and alfilldb respectively. For the reasons, see ChangeLog.
* The alfilldb script now guesses fields for the artist,
title, etc. from the filename. You'll be presented with a
numbered list to select an entry.
* Ogg Vorbis file format support added.
Changes from AudioLink v0.02 to v0.03:
* You can now specify which host runs the mysql server. It now
need not run on localhost.
* You can now specify the username and password for the mysql
database on the command-line. Earlier, you could do this
only by exporting variables on the command line.
* New option to write the data entered by the user back to the
ID3 tag.
* For filling the database: Can now specify individual files
to be added to the database. Earlier, only files inside a
directory could be added recursively.
* Search criteria now support multiple --artist entries. So
you can now search for:
./alsearch.pl --artist=kishore --artist=asha --td=asha_kishore
* --help option for both the scripts; the usage output now
lists all the possible options available.
Changes from AudioLink v0.01 to v0.02:
* Fix bug #806448: todo.txt->TODO, version.txt->VERSION, etc.
* alfilldb.pl now supports multiple update methods: basic,
limited, all
* alfilldb.pl now inserts the genre, year, comment fields
* schema updated to include 'comment' field; people upgrading from
v0.01 should read RELEASE_NOTES
* Makefile to create database, make tarballs for
distribution... releases are easier now :-)
* Updated documents to reflect new changes
* alfilldb.pl now inserts track number
* schema now holds track number
* alfilldb.pl: new modes: --add-only and --upd-only
|