9 Nov
2005
9 Nov
'05
10:20
Hello Martin, On 08.11.05, Martin Fenelon wrote:
I must say that the more I use PyTone, the more I like it. The virtual directories being especially useful. One thing that I do miss as an mpd user, is support for .aac/.m4a files, a collection of which I seem to be acquiring rapidly.
In principle, it's no big deal to add support for more file formats. The interfaces are quite simple (cf. src/decoder.py and src/metadata.py) and if there are Python bindings for the respective format, it's really straightforward to use them in Pytone. Jörg