www.timka.org

Last.fm tag renaming utility update

Fri, 15 Aug 2008 16:35:00 in Programming | permalink

Tags: last.fm python tagging

I've updated my Last.fm tag renaming utility.

(Read more...)

Editing ID3 tags with Python and Mutagen

Thu, 01 Feb 2007 in Programming | permalink

Tags: id3 mutagen python tagging

Recently I've stumbled upon some MP3 files containing no tags. I tried to tag these files using Quodlibet but it appeared to be impossible. After a breif investigation of the problem I found out that it's just raw MPEG Layer III streams with no proper ID3 headers. In order to fix this I decided to write a Python script.

(Read more...)

Fixing Last.fm tags using Python standard library

Mon, 22 Jan 2007 in Programming | permalink

Tags: htmlparser httplib last.fm python tagging xml-rpc

Updated 2008-08-15. Works with new Last.fm.

I've written a Python program for renaming tags on Last.fm.

(Read more...)