-
WMP11 won't allow any plug-in to modify Year tag...I've not find any workaround at the moment, so it means no Year support with WMP11 for now...
Sorry for that, if i find a way, i'll let you know.
MaB_fr.
2007-04-01 21:14:03 UTC in WMP Tag Support Extender
-
Ok, i think you have enabled the "When browsing the library option" ?
I know this one can trigger an infinite loop because of WMP reentering WMPTSE on each change WMPTSE made (being triggered by WMP, hence the infinite loop) as you describe it. The strange thing is WMP Plug-in are supposed (MSDN doc) to be single threaded and loaded once. And i would thing MS had made necessary precaution not...
2007-02-23 14:27:33 UTC in WMP Tag Support Extender
-
Hey ! :) Thank you so much.
I am twice flattered.
First you understand my code (so my code is not totally obscure).
Secondly, you're able to correct the bug quite gently with your own style.
That's great.
I've read your patch, and i totally confident in merging it in WMPTSE VorbisTagSupport.
I've just un-"algorithmically recursive"-ed it(don't know how to say it in english :).
WMP...
2007-02-22 16:01:26 UTC in WMP Tag Support Extender
-
Read the wiki or the forum...already talked about.
2007-01-09 12:24:24 UTC in WMP Tag Support Extender
-
WMPTSE is not responsible for any playing activity...Check the directshow codec developper for problems...
The directshow codec must be able to endure a tiny lag between opening the file and reading the file (it's then that WMPTSE does it tricks)...Some DS developper seems to omit the problem.
Or it could something else...
In any case, WMPTSE has no way of dealing with playing behaviour,
2007-01-04 13:23:35 UTC in WMP Tag Support Extender
-
What do you mean by "C#" support ?
MPEG4TagSupport.dll is a completely standard Win32 C DLL...You could add it as a dependency for an unmanaged project with no problem...You just have to force the export of the function.
Would you want it to be embedded in a managed object to be able to access it through your pure C# code...It is also possible...
Excerpt from a 15second.com article ...
2006-11-26 13:04:48 UTC in WMP Tag Support Extender
-
Corrected in version 1.1.1 of FLACTagSupport.dll.
2006-11-25 13:08:59 UTC in WMP Tag Support Extender
-
Could you try the attached v1.1.1 of FLACTagSupport.dll ?
It should resolve the problem...
Thanks
MaB_fr.
2006-11-23 03:10:24 UTC in WMP Tag Support Extender
-
Logged In: YES
user_id=1364593
Ok, i'll verify if a zero length string return is handled
correctly...
MaB_fr.
2006-11-13 16:06:12 UTC in WMP Tag Support Extender
-
Logged In: YES
user_id=1364593
The file seems to be corrupted...
WMPTSE is using libFLAC to read FLAC metadata. It could be
some kind of incompatibility between different version of
libFLAC or a bug in the metadata handling algorithm...
In both case, we'll have to report the bug to libFLAC author.
First, i want to be sure that WMPTSE is not mis-using the
libFLAC.
Could you...
2006-11-13 14:54:09 UTC in WMP Tag Support Extender