Cuegrowler
Displays a Growl notification when a song changes in a mix.
Installation
gem install cuegrowler
Usage
Using .cue Files
cuegrowler <path to .cue file>
Using Description in iTunes
Some podcasts include the tracklist in form of [HH:MM:SS].
cuegrowler can parse the tracklist from that too.
Just
cuegrowler
Contributing
- Fork it ( https://github.com/[my-github-username]/cuegrowler/fork )
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request