Wav file tagging

Beta Testing for Windows Products and plugins

Moderator: Gurus

REIKA
Posts: 109
Joined: Wed Oct 31, 2007 1:32 am
Location: Osaka , Japan

Wav file tagging

Post by REIKA »

1) MM can read the tag of the wav file written by other applications.
2) Other applications cannot correctly read the tag of the wav file if tag is edited with MM.
3) MM cannot also read the tag of this file when the wav file edited with MM is deleted from the library once, and it registers in the library again.

I examined what had happened with BinaryEditor.
Other applications write tag with Shift_JIS code.
On the other hand, MM seems to be writing tag with UTF8 code.

In the RIFF tag of the wav file, it is sure not to be provided for character-code.
Therefore, it must be usual to use the character-code of the default of the system (As well as ID3V1).
To begin with, it is out of the question that MM cannot read the tag though it was written by MM.
Win10 64bit , MM4.1 Gold , Japanese Lang files
dsp_vst + iZotope Ozone + out_asio , Magic Nodes , Minilyrics
MM Japanese Wiki : http://mediamonkey.xn--m8jfw.jp/index.php?FrontPage
jiri
Posts: 5419
Joined: Tue Aug 14, 2001 7:00 pm
Location: Czech Republic
Contact:

Post by jiri »

I can't reproduce 3), even though I tried some Japanese characters, they properly remain in WAV tags even after rescan. Can you alway reproduce?

Jiri
REIKA
Posts: 109
Joined: Wed Oct 31, 2007 1:32 am
Location: Osaka , Japan

Post by REIKA »

Sorry, 3) occurs not always but sometimes.
I will send you sample files.
Win10 64bit , MM4.1 Gold , Japanese Lang files
dsp_vst + iZotope Ozone + out_asio , Magic Nodes , Minilyrics
MM Japanese Wiki : http://mediamonkey.xn--m8jfw.jp/index.php?FrontPage
REIKA
Posts: 109
Joined: Wed Oct 31, 2007 1:32 am
Location: Osaka , Japan

Post by REIKA »

I have not found software that can correctly display the tag written by MM yet.

WMP11 and Winamp5.531 can correctly display the tag written with Shift_JIS code.
On the other hand, the tag written with UTF8 code cannot be correctly displayed on them.
dbPowerMusicConverter reads and writes tag with Shift_JIS code , too.

I do not want to use MM to manage wav files now, because the generality of datas is lost.
Win10 64bit , MM4.1 Gold , Japanese Lang files
dsp_vst + iZotope Ozone + out_asio , Magic Nodes , Minilyrics
MM Japanese Wiki : http://mediamonkey.xn--m8jfw.jp/index.php?FrontPage
jiri
Posts: 5419
Joined: Tue Aug 14, 2001 7:00 pm
Location: Czech Republic
Contact:

Post by jiri »

This will be configurable in the next release, by specifying

[WAVTagging]
ReadWriteUTF8=0

in MediaMonkey.ini file you will force MM to use plain ASCII (or more exactly the codepage you have in your Windows install for non-Unicode usage).

Jiri
REIKA
Posts: 109
Joined: Wed Oct 31, 2007 1:32 am
Location: Osaka , Japan

Post by REIKA »

THX.

So, I will report immediately at BBS in Japan, because this issue had gotten into the news there.
Win10 64bit , MM4.1 Gold , Japanese Lang files
dsp_vst + iZotope Ozone + out_asio , Magic Nodes , Minilyrics
MM Japanese Wiki : http://mediamonkey.xn--m8jfw.jp/index.php?FrontPage
chrisjj
Posts: 5007
Joined: Wed Feb 14, 2007 5:14 pm
Location: UK

Post by chrisjj »

jiri wrote:This will be configurable in the next release
Please make compatible mode the default.
Chris
Peke
Posts: 17486
Joined: Tue Jun 10, 2003 7:21 pm
Location: Earth
Contact:

Post by Peke »

If someone interested to Contact the developers of other apps.
Here is how any app can easily determine is Tag in UTF8 or in ASCII:

Example in Cyrillic:
Title=УТФ8 Титле

App fix in Pseudo Code:

Code: Select all

1. get title in Raw Bytes
2. Check result of UTF8->ASCII report
  a. If result > NULL then Title is in UTF8
  b. If result = NULL then Title is in ASCII(RAW ASCII regional settings), Do ASCII->UTF8 Conversion.
This the reason why MediaMonkey reads all the tags correctly (And Why MM can see Japanese ASCII tags even I do not have Japanese Regional settings). This was fixed by MM few years ago when we had problem with German Umulats ("Ü") that can be found in ASCII table.
Best regards,
Peke
MediaMonkey Team lead QA/Tech Support guru
Admin of Free MediaMonkey addon Site HappyMonkeying
Image
Image
Image
How to attach PICTURE/SCREENSHOTS to forum posts
Post Reply