Skip to content

ryansdwilson/kanye

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kanye

A utility that helps you download all of your favorite tracks from your favorite music blog aggregator.

Installation

gem install kanye

You’ll need to have XCode installed because Nokogiri is a dependency. The first time you run kanye, it will ask you for your user name.

$ kanye
It appears Kanye hasn't been configured yet.
What is your hype user name?

This will output options to ~/.kanye_rc. Your downloads will now begin.

Now that you’ve configured it, just run kanye any time to go over your latest favorites.

iTunes integration

By adding the following to your ~/.kanye_rc file, Kanye will add tracks to your iTunes library and add them to a playlist named for the current month and year (ie.“June 2011”)

playlist: true

To change the playlist naming edit the playlist_template line in your ~/.kanye_rc file. The following example will add your songs to a playlist titled kanye followed by the current year (ie. “kanye 2011”)

playlist_template: kanye {{year}}

Available Tags are

{{year}}
{{month}}

About

Lyrical genius, voice of a generation.

Resources

License

Stars

Watchers

Forks

Packages

No packages published