x
捐款
x
下載
x
支援
x
Forum
 
Disclaimer

TagsRevisited logo Works with Windows Vista(TM) TagsRevisited is a small tool, developed to test things and for my own fun, it's not an officially supported Safer-Networking Ltd. product, but was made available in 2006 (version 0.4.2) as a Christmas present to our customers.

Version 0.4.3 has been added to wish everyone a Happy New Year, and the most current release can be found at the bottom of this page.

Overview

Shortcut to screenshots Music is quite important to me and has to be in the background while I work, so I have all my CDs ripped to listen to them on the computer as well. Managing all that music can be quite a task, and what actually caused my to playfully write my own tagger was that no existing tagger I found was able to show me ALL information from the tags in one view, nor let me make all the changes I want without a lot of clicking. Add to that the wish to try out a few new things like Unicode, virtual trees, application scripting, and you get TagsRevisited, grown over the years to finally be something that could be shared.

History
  • 0.4.10 (April 28th, 2008) Fixed a bug in MusicBrainz handling, very simple ID3v2 editing dialog, tag synchronisation.
  • 0.4.8 (June 8th, 2007) Genre DB editing, exception handling, better support for ID3v2 unsynchronization, improved MusicBrainz lookup, mp3 vbr length, wave format information.
  • 0.4.5 (January 12th, 2007) localization improvements, MusicBrainz lookup, better support for ID3v2.4 images, now usable by limited user accounts (Databases and Scripts in My Documents).
  • 0.4.4 (January 4th, 2007) localization improvements, new main list to allow multitag view (double-click an entry or right-click the list and choose expand).
  • 0.4.3 (January 1st, 2007) improved flac reading, genre handling, image tag handling, improved URL database, improved database lookup, new silly miniplayer, improved sorting, localization.
  • 0.4.2 (December 26th, 2006) first public release.

Ogg and Flac writing will be implemented some time as well. More formats may follow if I should decide to play around with some of the formats iTunes can rip to, for example.

Features

Features include:

  • an all-in-one view & edit of tag properties
  • read & write support for ID3v1.0, 1.1, 2.3 and 2.4
  • read-only support for VorbisComments in .ogg and .flac files
  • New: read-only support for RIFF tags in .wav files
  • MusicBrainz lookup
  • cover art lookup
  • automated tag corrections on opening folders
  • scripting to do (nearly) everything to your tags that you can imagine - not just a few actions, but a standard Pascal syntax.

A very simple sample script to show what scripting can do (yes, TagsRevisited supports Syntax highlighting of course):

// This is an example of how TagsRevisited can be scripted.
program SampleScript;
var sText: string;
iSong: integer;
begin
   sText := 'Number of songs: ' + IntToStr(Files.Count) + #13#10;
   for iSong := 0 to Pred(SongCount)
    do sText := sText + Files.Items[iSong].TagID3v2.Title + #13#10;
   ShowMessage(sText);
end.
Final words

To download, please click here. To discuss this tool, visit the Small Tools part of our forum.