Monthly Archives: October 2009

TagLib 1.6.1

TagLib 1.6.1 has been released. It’s a minor bug-fix release. Main changes are content-based detection of .oga files, saving Vorbis Comments to Ogg FLAC files and support for cover art in MP4 files. Tarball is available here for now, later … Continue reading

Posted in Announce, TagLib | Tagged , , , , , | 1 Comment

Working with branches in Bazaar

Many people dislike the directory-per-branch concept that Bazaar uses. What they don’t realize though, is that this doesn’t mean you need to have a working tree for each branch. You can very easily simulate cheap Git-style branches, but with some … Continue reading

Posted in Bazaar, Tools | Tagged , , | 2 Comments

SSH to a machine behind firewall

(This post is mostly for myself, because I know I’ll forget the exact syntax next I need it) I’ve recently discovered that instead of ssh to one machine and then ssh to another machine in the local network, I can … Continue reading

Posted in Tools | Tagged , , , | Leave a comment

UUID generator in PL/pgSQL

While writing an SQL script to upgrade the MusicBrainz database for the last release, I needed a way to generate new UUIDs from SQL. PostgreSQL has a native UUID data type and a contrib module for generating UUIDs since version … Continue reading

Posted in Database, MusicBrainz, Programming | Tagged , , , , | Leave a comment

Hello world!

One more attempt to have a blog… :)

Posted in Uncategorized | Leave a comment