Ann: anytag.wdx content plugin released!

Discuss and announce Total Commander plugins, addons and other useful tools here, both their usage and their development.

Moderators: white, Hacker, petermad, Stefan2

User avatar
fnheiden
Senior Member
Senior Member
Posts: 234
Joined: 2003-02-16, 12:06 UTC
Location: Dresden, Germany
Contact:

Post by *fnheiden »

I've just released anytag.wdx v0.96!

Changes since v0.95:

Code: Select all

Changed: massive speed improvements.
Changed: WRITER now COMPOSER for MP4 tags.
Fixed: plugin didn't detect changes to files after these were cached.
You can download it from
http://www.mp3tag.de/tc.html (german site)

or
http://www.mp3tag.de/en/tc.html (english site)

Best regards,
~ Florian
User avatar
fnheiden
Senior Member
Senior Member
Posts: 234
Joined: 2003-02-16, 12:06 UTC
Location: Dresden, Germany
Contact:

Post by *fnheiden »

I've just released anytag.wdx v0.97!

Changes since v0.96:

Code: Select all

05.06.06   Added: full support for ID3v2.4 tags.
10.01.06   Changed: further caching improvements.
You can download it from
http://www.mp3tag.de/tc.html (german site)

or
http://www.mp3tag.de/en/tc.html (english site)

Best regards,
~ Florian
User avatar
majkinetor !
Power Member
Power Member
Posts: 1580
Joined: 2006-01-18, 07:56 UTC
Contact:

Post by *majkinetor ! »

thx
Habemus majkam!
icfu
Power Member
Power Member
Posts: 6052
Joined: 2003-09-10, 18:33 UTC

Post by *icfu »

@fnheiden:
I have just recognized how powerful your plugin is, unfortunately this doesn't come to mind when checking the Readme only but only when checking the Mp3tag docs. :)

What do you think about making your plugin (or some offspring) to also work with non MP3 files by default (or by mentioning the possibility of editing detect string)? For example I'd like to do stuff like that, it's just a shame to waste these great possibilies only for MP3 and the like. ;)

Code: Select all

18=8|cut_middle_of_filename|$left(%_filename_ext%,10)...$right(%_filename_ext%,10)
Another thing that I have discovered while studying the docs:
%_extra% is not mentioned in mp3tag docs but seems to have the same effect as %_vbr%. Is there any reason for that or just a mistake?

Icfu
This account is for sale
User avatar
Lefteous
Power Member
Power Member
Posts: 9535
Joined: 2003-02-09, 01:18 UTC
Location: Germany
Contact:

Post by *Lefteous »

---------------------------
error
---------------------------
Crash in plugin anytag.wdx:

External exception E06D7363
---------------------------
OK Abbrechen
---------------------------


I removed all but the title field but the bug is still reproducable. Tested on Vista RC 2.
User avatar
fnheiden
Senior Member
Senior Member
Posts: 234
Joined: 2003-02-16, 12:06 UTC
Location: Dresden, Germany
Contact:

Post by *fnheiden »

Nah, seems that I don't get notifications from this post. Sorry, for the late response - I'll look into this immediately.
User avatar
Lefteous
Power Member
Power Member
Posts: 9535
Joined: 2003-02-09, 01:18 UTC
Location: Germany
Contact:

Post by *Lefteous »

2fnheiden
Will there be write support in a future version of anytag?
User avatar
fnheiden
Senior Member
Senior Member
Posts: 234
Joined: 2003-02-16, 12:06 UTC
Location: Dresden, Germany
Contact:

Post by *fnheiden »

Lefteous wrote:Will there be write support in a future version of anytag?
I'm not sure whether this is really needed (there are nice taggers out there ;)).

I just had a look at the updated plugin API and it seems that I can support editing values via ContentEditValue. As far as I understand, I have to provide the necessary input dialog for entering the new value and there is no way of in-cell editing or requesting a standardized input dialog from TC.

Another question: may I send you an updated version of anytag.wdx for testing the reported issue?

Kind regards,
Florian
User avatar
Lefteous
Power Member
Power Member
Posts: 9535
Joined: 2003-02-09, 01:18 UTC
Location: Germany
Contact:

Post by *Lefteous »

2fnheiden
I'm not sure whether this is really needed (there are nice taggers out there
Well of course it's needed. My Summary plug-in supports a few fields in a few file formats but that's not really comparable to what mp3tag features.
I just had a look at the updated plugin API and it seems that I can support editing values via ContentEditValue. As far as I understand, I have to provide the necessary input dialog for entering the new value
Providing an edit dialog is optionally. For simple strings the single-line edit field is fine. For more sophisticated data input or just to help users to input meanful data you can provide a dialog. You could for example offers a dialog which shows a list of genres where the user could pick one.
there is no way of in-cell editing
Well who knows in which places TC uses content plug-ins in the future. In place editing has been requested already and I guess many can't wait to see it implemented.
equesting a standardized input dialog from TC.
What could that be?
may I send you an updated version of anytag.wdx for testing the reported issue?
Yes of course. I haven't tested if I can still reproduce it so far as I'm not using Vista anymore.
User avatar
fnheiden
Senior Member
Senior Member
Posts: 234
Joined: 2003-02-16, 12:06 UTC
Location: Dresden, Germany
Contact:

Post by *fnheiden »

Thanks for your prompt reply! I'll have a more detailed look at the possibilities to edit values via content plugins.

Since you're not using Vista anymore, I'll trust my own tests on a VMed Vista and will simply release the new version in a minute.
User avatar
fnheiden
Senior Member
Senior Member
Posts: 234
Joined: 2003-02-16, 12:06 UTC
Location: Dresden, Germany
Contact:

Post by *fnheiden »

I've just released anytag.wdx v0.98!

Changes since v0.97:

Code: Select all

Fixed: plugin occasionally crashed under Window Vista.
Added: scripting function $ord(x).
Added: support for iTunes SHOW field at MP4.
Added: support for iTunes sorting fields at MP4 (ALBUMSORTORDER, BANDSORTORDER, COMPOSERSORTORDER, PERFORMERSORTORDER, SHOWSORTORDER, and TITLESORTORDER).
Added: support for iTunes sorting fields at ID3v2.2, ID3v2.3, and ID3v2.4 (ALBUMSORTORDER, BANDSORTORDER, COMPOSERSORTORDER, PERFORMERSORTORDER, and TITLESORTORDER).
Added: support for ID3v2.4 TSST frame (SETSUBTITLE).
Changed: field ORGANIZATION is mapped to PUBLISHER at Vorbis Comments now.
Fixed: function $len(...) omitted everything after first comma.
Added: field RATING WMP for ID3v2 and WMA tags.
Fixed: $left, $right and $mid were missing some range checks.
Added: support for iTunes gapless field at MP4 files.
Added: support for AacGain undo field at MP4 files.
Added: support for ID3v2 frame TDEN (ENCODINGTIME).
Added: scripting functions $regexp for replacing with regular expressions.
You can download it from
http://www.mp3tag.de/en/tc.html

Kind regards,
Florian
User avatar
Lefteous
Power Member
Power Member
Posts: 9535
Joined: 2003-02-09, 01:18 UTC
Location: Germany
Contact:

Post by *Lefteous »

Thank you very much!
The list of changes looks good :-)
User avatar
Hacker
Moderator
Moderator
Posts: 13052
Joined: 2003-02-06, 14:56 UTC
Location: Bratislava, Slovakia

Post by *Hacker »

Florian,
Would it be possible to add information about the Track number by extracting it from an .m3u file? I have some untagged lossless files, sorted by albums into dirs, and I have a playlist in each dir.

I know there might be some problems, like how to determine what .m3u to read and similar (just read the first one you find, or read all and get the position from the first one you find the filename in :) ), but could you please give it a try?

Thank you
Roman
Mal angenommen, du drückst Strg+F, wählst die FTP-Verbindung (mit gespeichertem Passwort), klickst aber nicht auf Verbinden, sondern fällst tot um.
User avatar
Stefan2
Power Member
Power Member
Posts: 4132
Joined: 2007-09-13, 22:20 UTC
Location: Europa

Post by *Stefan2 »

fnheiden wrote:
Lefteous wrote:Will there be write support in a future version of anytag?
I'm not sure whether this is really needed (there are nice taggers out there ;)).
...
Kind regards,
Florian
Of course write support (at least simple id3 v1) would be great.

BTW just FYI:
I just installed wdx anytag 0.98.
Default folder is ....\wdx_anytag == gives => Plugins\wdx_anytag\anytag.wdx

I moved it to "Plugins\wdx\anytag\anytag.wdx"
But in user defined columns i saw 'anytag' entry only but with out items.
I had to move anytag back to Plugins\wdx_anytag\anytag.wdx
and then i had anytag-sub-menu with items in user def columns.

(path in wincmd.ini was correct (i saw anytag but without sub-items) and i had restarted TC )
User avatar
Antonski
Junior Member
Junior Member
Posts: 15
Joined: 2007-11-13, 21:22 UTC
Location: Sofia, Bulgaria

Post by *Antonski »

@fnheiden

Hi Florian,
Do you plan to update the support for Musepack (sv8) files in both your wdx and wlx (great) plugins?

~
Post Reply