CVSROOT:        /cvs/gnome
Module name:    banshee
Changes by:     abock   06/01/01 23:49:02

Modified files:
        .              : ChangeLog banshee.mdp configure.ac 
        data           : Tables.sql 
        docs           : Makefile.am 
        docs/en        : index.xml 
        docs/en/Banshee.Base: Library.xml LibraryTrackInfo.xml 
                              TrackInfo.xml 
        docs/en/Banshee.Plugins: Plugin.xml 
        src/Banshee.Base: Database.cs Library.cs LibraryTrackInfo.cs 
                          TrackInfo.cs 
        src/Banshee.Base/AudioCd: AudioCdDisk.cs 
        src/Banshee.Base/Plugins: Plugin.cs 
        src/Banshee.Plugins: Makefile.am 
        src/MusicBrainz: Client.cs Makefile.am SimpleLookupTest.cs 
                         SimpleTrack.cs 
Added files:
        docs/en        : MusicBrainz.xml 
        docs/en/Banshee.Base: LibraryTrackAddedArgs.xml 
                              LibraryTrackAddedHandler.xml 
                              RemoteLookupStatus.xml 
        docs/en/MusicBrainz: Client.xml ClientVersion.xml Rdf.xml 
                             SimpleAlbum.xml SimpleArtist.xml 
                             SimpleDisc.xml SimpleQuery.xml 
                             SimpleTrack.xml Utilities.xml 
        src/MusicBrainz: SimpleQuery.cs 

Log message:
2006-01-01  Aaron Bockover  <[EMAIL PROTECTED]>

* src/Banshee.Plugins/MetadataSearch/*: New plugin to search for
well-formed/supplementary metadata and cover art for songs already in
the library (and songs that are newly added during the same instance);
this effectively adds 'full' cover art support to Banshee - Happy New Year!

* docs/*: Updated Monodoc Documentation

* banshee.mdp: Updated MonoDevelop project

* configure.ac: Generate files for the MetadataSearch plugin

* data/Tables.sql: Add RemoteLookupStatus column to Tracks SQL table

* src/Banshee.Base/Database.cs: Add support to ALTER old tables without
the RemoteLookupStatus column

* src/Banshee.Base/Library.cs: Added a TrackAdded event and an IsLoaded
property to the Library

* src/Banshee.Base/LibraryTrackInfo.cs: Support preserving the
RemoteLookupStatus property when constructing from an AudioCdTrackInfo
and support reading/writing this property to/from the database

* src/Banshee.Base/TrackInfo.cs: Added a RemoteLookupStatus property and
enum (NoAttempt, Success, Failure)

* src/Banshee.Base/AudioCd/AudioCdDisk.cs: Set RemoteLookupStatus to
Success when metadata is found through MusicBrainz

* src/Banshee.Base/Plugins/Plugin.cs: Added a DisposeRequested property
for plugins to check during extensive operations

* src/Banshee.Plugins/Makefile.am: Added MetadataSearch to SUBDIRS

* src/MusicBrainz/Client.cs: Minor fix to GetID

* src/MusicBrainz/Makefile.am: Added SimpleQuery.cs

* src/MusicBrainz/SimpleQuery.cs: Static class to perform basic arbitrary
query operations (FileLookup)

* src/MusicBrainz/SimpleLookupTest.cs: Test case to SimpleQuery

* src/MusicBrainz/SimpleTrack.cs: Added new properties so object is
suitable for SimpleQuery.FileLookup to return

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=&dir=banshee&who=abock&date=explicit&mindate=2006-01-01%2023:48&maxdate=2006-01-01%2023:50

_______________________________________________
cvs-commits-list mailing list
cvs-commits-list@gnome.org
http://mail.gnome.org/mailman/listinfo/cvs-commits-list

Reply via email to