mono / taglib-sharp

Library for reading and writing metadata in media files
GNU Lesser General Public License v2.1
1.27k stars 312 forks source link

ID3v2 WXXX frame is empty #333

Open iBowie opened 1 year ago

iBowie commented 1 year ago

URL tag is being written by AIMP cannot be read with TagLib. It does, however, recognize its existence by creating an empty frame with WXXX id.

Debugger shows empty WXXX frame image

Screenshot from HxD, proving the existence of WXXX tag within the file image

Screenshot from AIMP image

Vasilich commented 1 year ago

cannot confirm: image image

iBowie commented 1 year ago

Maybe if I send you the .mp3 file by email you could check it?

iBowie commented 1 year ago

Where can I find the email?

Vasilich commented 1 year ago

igor [dot] abakumov {at} gmail [dot] com

iBowie commented 1 year ago

Sent the file

Vasilich commented 1 year ago

2 text fields - empty description [0] and youtube link [1] Try to use UserUrlLinkFrame instead of UrlLinkFrame in your LINQ

iBowie commented 1 year ago

I tried that as well - it was returning an empty list. Like that frame never existed.

Vasilich commented 1 year ago

image show me your code

iBowie commented 1 year ago

image