Forums!

Since I’ve received a number of calls for help with regard to my software packages, in particular MeshPy and PyLinear, I’ve decided to create a public forum for these requests for help. Here they are: the MeshPy forum and the PyLinear forum.

Here’s to years of useful …

more ...


TagPy 0.93

I’ve pushed out yet another version of TagPy. This time it is to mop up after some rather unhelpful default in TagLib. That is, unless you have the magic lines:

import tagpy.id3v2 as id3v2
id3v2.FrameFactory.instance().setDefaultTextEncoding(tagpy.StringType.UTF8)

in your code, the generic API tag …

more ...