Sep
16
Building Hamster time tracker from source
Thu, 09/16/2010 - 14:33 | Add new comment
Hamster is a very handy time tracking tool for Gnome. It is an applet which lives in the Gnome panel which is great as it is always readily available. You can switch tasks and projects effortlessly, add tags to tasks, see pretty graphs and print out time sheets for your boss or clients.
Dec
24
Install VLMC video editor in Debian and Ubuntu
Thu, 12/24/2009 - 18:25 | 14 comments
I was very excited to learn that the developers of the VLC player are working on a cross platform non-linear video editor. I spent some time getting it to compile and made a script that will install it automatically.
Sep
11
Updating timestamps of mp3 files alphabetically and recursively
Fri, 09/11/2009 - 16:35 | Add new comment
The radio in my car has the strange habit of ordering the mp3 files on my USB stick by the timestamp of the files. This can give very unpredictable results, many albums play back in a seemingly random order. It would of course be much more logical if the radio would follow the track order given in the ID3 tags, or even simply order the files alphabetically as the filenames are often prefixed with the track numbers. I wonder at the logic behind this design decision.
I made a small BASH script that updates the timestamps in alphabetical order. This fixes the playback order.
