Category Archives: How To

Want GodFinger or We Rule But Live in the US? Read On…

Update (3/20/10 – 8:28pm): As of today (3/20), We Rule as been released to the world in the AppStore. GodFinger will probably be a few days later. Asuming that it waits the same amount of time that We Rule did before going world wide.

Is there a free game that has been released in a country that is your own? Want to be able to download it without having to actually move there?

AppAdvice.com has an article that describes how to create an iTunes account for a country that you don’t live in so that you can do just that.


For myself, I have been dying to get my hands on GodFinger and We Rule from ngmoco:), but they have released it in Canada first before releasing it to the rest of the world. So I followed the instructions in the article and created an account using an address in Canada. I now have a valid account for Canada and have downloaded GodFinger and We Rule and have started playing both.

The trick is to us Google Maps to find a valid address. You will need to look up a postal code and an area code or valid phone number format for where ever you want to get an account for. Its really not all that hard. It only took me about 5 minutes to get all the info I needed in order to create the account.

Just make sure to select “None” for a credit card since its pretty likely that you don’t have a valid credit card for the region that you are creating an account for. You’ll be up and running in no time!


How-To: Use Custom Genre Art in iTunes 9

itunes_icon.png

After searching the Internet and Apple’s support forums, I decided I would try my hand at figuring out how to add custom Genre Artwork into iTunes 9. Turns out, it’s not all that difficult to add custom artwork for Genre’s.

In my case, my iTunes Genre grid view looks pretty good, but as you can see in the following screen shot, there are some genres that don’t have any artwork. As you can see, I don’t have any artwork for Ambient, and I don’t have a generic Classic Rock genre artwork for Classic Rock. if iTunes can’t find artwork stored internally for the Genre, it will attempt to use album artwork instead. If there is no album artwork either, it will display a generic grey musical note. Not very attractive.

To begin with, close out iTunes and make a backup copy of iTunes! This is a very important step. If you mess something up, you don’t have to download iTunes again or attempt to restore the application from a backup.

Make sure that iTunes is not running before making any of the following changes.

Now, find the application on your hard drive. Most likely, it’s located in the /Applications folder. You are going to want to “open” the application folder. You see, applications in Mac OS X are really just folders named “application.app”. To open an application folder, right-click/Ctrl-click on the iTunes icon in the Finder, then select “Show Package Contents”. This will open a new Finder window with a single folder called “Contents”.

Now, open the “Contents” folder, then locate and open the “Resources” folder. You are now in the folder you need to be in in order to add the new artwork. You will see a bunch of JPG files already in this folder that are the genre artwork that Apple supplies with iTunes. Apple uses a naming format “genre-genrename.jpg”

You can find some pretty decent genre artwork at flickr.com in the group pool Genres. If you can’t find what you are looking for there, you could try searching everyone’s uploads for “itunes genre genrename“. Not every possible genre is represented at flickr.com, but its a good place to start.

Once you have the genre artwork you want, make sure to name the files like Apple does. It’s probably safe to name them whatever you want, but better to error on the safe side.

Copy all the artwork you want to add to iTunes into the opened “iTunes.app/Contents/Resources” folder. Make sure not to overwrite duplicates. No point in losing what Apply supplies. Just rename your version something close and then copy it over.

Now, locate the file genres.plist in the same folder. Open the file in a text editor like TextMate or TextWrangler, not TextEdit. You don’t want to put stray characters into the file and TestEdit is an RTF (Rich Text Format) editor. It can edit text files, but to be safe use a real text editor. TextWrangler is free from Bare Bones Software.

Locate an entry in the genres.plist file that looks something like this:

<dict>
	<key>matchString</key><string>blues</string>
	<key>resourceFile</key><string>genre-blues.jpg</string>
</dict>

Simply copy that block of XML and paste a copy of it just under it. You can not change the text “blues” to what ever genre name you are adding. Special symbols are treated as spaces: “R&B” is “r b”. Next, change the name of the JPG to the name of the JPG for the genre you are adding.

Save the genres.plist file and startup iTunes. You should see the new genre in the Genres Grid view. Do the last step above several times. Once for each new genre you are adding.

When finished your Genre Grid view will look more like this:

You may have some genre’s that you can’t find artwork for. If those genre’s only have a couple of songs/albums, it might be better to change the genre of the music to something else rather than use the album art or the gray music note art. If you don’t mind that, then more power to you, but if you are like me, I prefer to use nice genre artwork, so I just changed the genres. I didn’t have that many tracks that didn’t “fit” or have artwork for their genres. So changing them wasn’t an issue for me.

Update 9/22/09: For Windows users the process is almost identical. The location of the Genre artwork image files is: {drive}:\Program Files\iTunes\iTunes.Resources (unless you installed iTunes someplace else. Just look in the iTunes folder for a folder called iTunes.Resources)

Place all your Genre artwork in the iTunes.Resources folder. Once you have all your artwork copied, edit the ‘genres.plist’ file in the same folder using a true text editor. NOT ‘NotePad or WordPad’. There is a great freeware text editor out there called NotePad++ located at: http://notepad-plus.sourceforge.net/.

Once those steps are completed, you should be able to startup iTunes for Windows with your new Genre Artwork too.

Either way, hope you found this How-To useful.


How To Get Lyrics For iTunes Songs Quickly and Easily


IMPORTANT UPDATE: (1/14/2012) I’m afraid I have some really bad news here. The program MassiveLyrics which I have been promoting as a great way to grab lyrics for iTunes has finally stopped working. It’s not the program’s fault. Gracenote has forced sites that MassiveLyrics and others use to change the way lyrics are displayed on their sites. They are requiring JavaScript. Looking at a sample lyrics page and viewing the page source for that page shows the problem. All the lyrics are sent to the browser as &#nnn; notation. From what I can tell by looking at the base code that MassiveLyrics used (MassiveLyrics.rb), the script looked for text in the clear, not that weird ampersand notation.

This probably means that other programs that would pull lyrics won’t work anymore either.

Fortunately, I did find a “good news” situation here. There is an article on the site Cult of Mac! Automatically Add Lyrics To All Songs In Your iTunes Library [How To] describes how to grab lyrics with little effort. You just have to wait much longer for them to come down. The gist of the article is to use an AppleScript that will play songs in a playlist for about 10 seconds. When you are running a Dashboard widget that gets lyrics from a couple of sites serving them up, this widget will save the lyrics to the iTunes song playing (hence the need to play the song for about 10 seconds).

This process can take a really long time compared to MassiveLyrics, but at least this one works for now. :)


I have looked long and hard for a way to get lyrics into my music files. I have about 8 programs that attempt to insert lyrics into songs, mostly while the songs are playing. I have even looked at a couple of iPhone/iPod touch apps that display lyrics. Unfortunately, they don’t store the discovered lyrics into the music because AppStore applications are not allowed to store data outside their little sandbox. I felt like I was never going to find a “fast and easy” way to add lyrics to my music, until I found the Mac program “Get Lyrical“.

The Unoffical Apple Weblog had a post about getting lyrics using a program and AppleScript combo that doesn’t sound like a bad idea, but its very slow. They suggest using an AppleScript program that plays the first 10 seconds of a song along with GimmeSomeTunes to find and insert lyrics. With my collection of music, it would take just under 2 DAYS to get all the lyrics it could. My method only took about 30 minutes.

UPDATE (8/28/11):Looks like the link to MassiveLyrics to download it doesn’t work anymore. I have just sent an email to the developer hoping that he has an alternative link. If not, I’ll have to find another app that works as well to suggest for folks. MassiveLyrics is a great app, but if the developer doesn’t let folks download it, I guess that’s his right. I’ll let you know what I find out.

UPDATE (10/02/10): MassiveLyrics is a program, similar to GetLyrical, that retrieves lyrics from LyricsWiki. Its got a great UI, even better than GetLyrical’s, and works exceptionally fast. The developer posted a note in the comments here to let me know about it. I downloaded it and checked it out. It is way better than GetLyrical in the speed department. Otherwise, its workflow is pretty much the same as GetLyricals. You simply select the songs you want to add lyrics to, then click the Get button. It then starts looking up the songs about 5-6 at a time. GetLyrical only does one at a time, so that’s probably the biggest reason for the difference in speed.

A big thanks to the developer Dade for letting us know about his great application!

Get Lyrical is a free (donation-ware) application that one thing and does it very well. It gets lyrics for songs in iTunes and adds them to the songs ID3 tags.

The UI is very clean and simple. A button to add lyrics to a selection of tracks in iTunes, a button to add lyrics the currently playing track, and a button to add lyrics to songs as they play. There are two “quick look” buttons that open up a HUD type window to show you the lyrics found for a particular track.

The best feature of Get Lyrical is the Tag Selection button. I selected all 16,000+ tracks in iTunes and clicked the button. It told me how many tracks it had found, and started processing. About 30 minutes later, it showed me how many tracks it had found lyrics for. That was it, over 10,000 tracks in iTunes with lyrics added with very little effort at all.

You can use the “Active Tagging” feature to work like other programs out there. However, I found it very frustrating to have the song you are playing pause for a second or two so that the lyrics can be inserted into the ID3 tags. Other programs also seem to “lockup” iTunes while it’s searching for the lyrics as well as inserting the found lyrics into the tags. I really hated this. If I was using iTunes to look at something in the AppStore, I found I had to wait for the other lyrics program to finish its search before I could do what I wanted to do. I just don’t find this method the best way to get lyrics.

This program doesn’t get album art or do anything other than get lyrics for iTunes music. However, it does this exceptionally well. If you want lyrics in your music so that you can see them when playing the songs on your iPhone/iPod touch or iPod, this is the program to get the job done and get it done quickly.

Update (8/8/2009): It looks like the RIAA is putting the hammer down on sites like LyricWiki that give Get Lyrics the ability to download lyrics easily. Check out the new post I wrote about this news.


Follow

Get every new post delivered to your Inbox.

Join 197 other followers