(Preview Release)AlexVallat:
I've been working on this for a while, and I think it is time to let people start playing with it. This is a rewrite of the Album Art Downloader code, using .NET Framework 3.0.
Features:
- Dynamically resizeable thumbnails
- Thumbnail information
- Sort by Name, Size or Source
- Filter results under or over a specified size, or by maximum results for each source
- Substitution syntax path to save images
- Local files search that matches save pattern
- Enable or disable scripts from the command line
- New strongly typed interface-based script model; write compiled scripts in any .net language
- Backwards compatible with existing scripts
- Backwards compatible with existing command line parameters, including old CoverDownloader parameters.
Limitations:
This is a preview release, and as a rewrite, some functionality has not been ported across yet. Most notably, the browsers (both file and foobar) are not implemented yet. If you can't live without these, then you might prefer to wait until they are. If there is some other favourite feature you are missing, let me know, and it should make it across eventually.
Download:
Moderation: For latest version please see this thread.
AlbumArtDownloaderXUI-0.4.exe (Installer. Recommended)
AlbumArtDownloaderXUI-0.4.zip (zip archive for those who don't like installers)
.NET Framework 3.0 (required)
Updated 2007-04-27: version 0.4
---------------------------------------------------------------------------------------------------
Album Art Downloader
Version 0.6 alpha 2 is released.
This requires .Net Framework 2.0.
Download: http://sourceforge.net/projects/album-art
Please report bugs at the Bug Tracker
Feature request should go to the Feature Request Tracker
Here are the changes:
Legend:
* New feature
+ Minor improvement
! Software change requires modification of your configuration
x Bugfix
- Information only
Revision history: ---------------------------------------------------------
Album Art Downloader 0.6 Alpha 2
* Added Save Toolbar - users can predefine buttons to save images
* Added option to specify maximum results returned by a script
! Changed command line switches - use "albumart.exe -?" to get help
Album Art Downloader 0.6 Alpha 1
+ changed the way how the size overlay is displayed - now it is over the image
Album Art Downloader 0.5
! Changed command line switches - use "albumart.exe -?" to get help
* Added option to show pictures in current folder
* Added folder browser to scan for music
* Added option to automatically download full images
* Added size overlay on programm side
* Added Script Manager
- Added size column to folder/comserver browser
x Fixed bug when searching with empty save path and Show pictures in
current folder is enabled
- Added Juno Records script
- Added artists.trivialbeing script
---------------------------------------------------------------------------
new command line switches:
Due to a possible bug in foo_run you need to have the -p parameter at the end of your commandline
CODE
Syntax:
albumart.exe [-ae on|off] [-pf on|off] [-ar "Artist"] [-al "Album"] [-p "Path"] [-f "Filename"]
Options:
-ae on|off Show already existing Album Art
-pf on|off Show pictures in folder
-ar "Artist" Artist to search
-al "Album" Album to search
-p "Path" Path to save image
-f "Filename" Filename to use
albumart.exe [-ae on|off] [-pf on|off] [-ar "Artist"] [-al "Album"] [-p "Path"] [-f "Filename"]
Options:
-ae on|off Show already existing Album Art
-pf on|off Show pictures in folder
-ar "Artist" Artist to search
-al "Album" Album to search
-p "Path" Path to save image
-f "Filename" Filename to use
example:
CODE
albumart.exe -ar "Roni Size & Reprazent" -al "In The Mode" -p "D:\music2\Roni Size & Reprazent\In The Mode" -f "folder.jpg"

Marc


