Hi Christopher, On 06.08.07, ceverett@ceverett.com wrote:
What provisions are there for handling metadata in FLAC format files? When I last tried Pytone, I had to access FLAC files by browsing the file system directly.
There is some rudimentary support for FLAC metadata, but it's really totally untested (especially in the new version). Since I don't use FLAC by myself, I would rather leaves the FLAC implementation to others. It should be all fairly obvious.
Also, what is the collation order of the song browser? In 2.3, the capital "A" with an accent shows up at the bottom instead of inline with all the other directories starting with a capital "A".
I also didn't check that, but that's a good point. In principle, it should depend on the locale (at least LC_COLLATE), but I'm not sure whether pysqlite does everything correctly in this regard. I'll put this question on my TODO list. Cheers, Jörg