Music

Da-da, da, da-da, da!

Making Ringtones Loop on Android

Update 2012-01-06: ICS appears to have a bug where the end of the file is chopped off, so ringtones do not loop properly. If I find or hear a solution I’ll update again!

Update 2010-11-09: Added clarification on why I suggest having a short (sub-10 second) ringtone. You want it to loop, right? =P

Following on from my previous articles

Delete Songs From Smart Playlists in iTunes

Update 2009-11-23: Corrected Mac keyboard keys.  I don’t own a Mac myself, but a friend of mine tells me that iTunes defies the normal behaviour of many other Apple applications. Probably because it’s ancient and desperately needs an update.

Made a smart playlist to find songs you want to delete, then found that the delete function no longer works?

Just …

Ogg Vorbis Encoder for Windows

I not so long ago made a post about using Ogg Vorbis for Ringtones on Android, as it considerably reduces the lag between getting a phone call and the phone actually playing the ringtone.  The same goes for music on the device–it just starts playing quicker.

Anyway, just now I realised that I didn’t link to any encoders for …

Use Ogg Vorbis for Lag-free Ringtones on Android

Update 2010-06-21: If you want to use custom ringtones in the first place, install Rings Extended from the Android Market, then go to Home > Settings > Sound & display > Phone ringtone.  When it asks which application you want to use, select Rings Extended, and check the checkbox so that it doesn’t ask you again.

This will work anywhere …

Strip ID3v1 Tags from MP3s in Linux

For kicks I decided to remove all the ID3v1 tags from my music files today.  They were just getting in the way and served no useful purpose — since I had perfectly fine ID3v2 tags — so they just had to go.

I cooked up a little command to help out here!  But first, we need to make sure you …