It is very inconvienient if without codepage conversion plugin when dealing with non english songs.
This is an extension of the foo_masstag, and is pretty much the same as the foo_codepage_action plugin for the old foobar2000, but this is for 0.9.x.
the two extra functions are:
- codepage conversion
- conversion between simplified and traditional chinese
This plugin has been renamed to foo_masstag_addons, feature requests are welcome.
* read my blog for the dependency requirements before downloading *
current version: 0.3.4
change log
0.3.4
- added a new action: “Embedded cuesheet inserter”
this is an action to automatically insert the related cuesheet to the file, currently only: *.ape;*.tak;*.flac;*.mac are supported.
this is developed when I convert my APEs to TAKs, the operation is:
C:\album.cue
C:\album.tak
load album.tak to fb2k and put it to the masstagger, and select the action, then run
the action will:
1. put data of album.cue to album.tak as embedded cuesheet
2. remove the actual album.cue file (only will remove if the operation is sucessfully done)
0.3.3
- codepage combo boxes items are sorted now, it was auto sorted in xp, but in vista, it is a mess.
0.3.2
- multi-instance support for the conversions, now mutiple actions of the same type is supported
0.3.1
- minor bugs fixed
0.3
- chinese conversion is also included with the codepage conversion, you can now do the two actions in one step.
- the names "current cp" and "target cp" are changed accordingly.
- conversion preview added, you don't need to worry about messing up your tags by selecting wrong codepage anymore.
0.2.3
- allows user to specify the which meta data to convert
0.2.2
- allows user to select the current codepage
A little tutorial
codepage conversion now allows user to select the codepage currently used to dislay and the
codepage to convert.
this let user fix those files tagged by foo_freedb2, which treats any tags retreived from the
server as utf-8, but in fact the tags could be something else.
to fix these files, user selects iso-8859-1 as the displayed codepage and the correct codepage
as what user thinks it should be (this can be known if user browses the freedb website with the DISCID).
the displayed codepage and correct codepage are not your operating system's codepage, but the
codepage used to store in the actual file when it is not unicode (utf16) and utf8.
but for other files not tagged by foo_freedb2, the displayed codepage is most likely your windows
current code page.
in fact for any mis-tagged files, user just needs to known the codepage in the files and
the correct codepage to get them fixed, unless the files really have incorrect tags.
