| 注意 | [リンク] |
TagsRevisited は、テスト用に開発された小さいツールであり、私自身の楽しみのためなので、Safer-Networking 株式会社の公式な製品ではありませんが、クリスマス プレゼントとして私たちの顧客へ、2006年 (バージョン 0.4.2) に利用可能にしました。
バージョン 0.4.3 は新年が良い年になりますようにと、追加リリースしたもので、このページの下部で見つけることができます。 | |
| 概要 | [リンク] |
私にとって、仕事をしている間のバックグラウンドの音楽はとても重要であり、コンピューターで音楽を聴く際は、すべての聴きたい CD をコピーしています。 そして、そのコピーしたすべての音楽を管理する作業が必要となってきました。 そこで問題が発生しました。 実際に音楽を管理しようとすると、私自身が、Tagger になるのです。 私の見つけた、既存の Tagger は、ひとつの画面ですべての情報を表示することができませんでした。 また、多くのクリックを必要とせずにすべての変更を行うことができませんでした。 Unicode や Virtual trees、Application scripting のように、新しい TagsRevisited をお試しください。 | |
| 履歴 | [リンク] |
- 0.4.8 (2007年6月8日) Genre DB editing, exception handling, better support for ID3v2 unsynchronization, improved MusicBrainz lookup, mp3 vbr length, wave format information.
- 0.4.5 (2007年1月12日) 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 (2007年1月4日) localization improvements, new main list to allow multitag view (double-click an entry or right-click the list and choose expand).
- 0.4.3 (2007年1月1日) improved flac reading, genre handling, image tag handling, improved URL database, improved database lookup, new silly miniplayer, improved sorting, localization.
- 0.4.2 (2006年12月26日) 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 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.
| |
| 最後の言葉 | [リンク] | ダウンロードするには、ここをクリックしてください。 このツールについてディスカッションをするには、フォーラムの Small Tools part を開いてください。 | | |
|