https://github.com/dtinth/cuegrowler
Display Growl notification based on current song in a mix (with support for cuesheets).
https://github.com/dtinth/cuegrowler
ruby
Last synced: over 1 year ago
JSON representation
Display Growl notification based on current song in a mix (with support for cuesheets).
- Host: GitHub
- URL: https://github.com/dtinth/cuegrowler
- Owner: dtinth
- License: mit
- Created: 2014-07-11T06:02:22.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-08-03T06:33:25.000Z (almost 12 years ago)
- Last Synced: 2025-02-24T03:07:01.429Z (over 1 year ago)
- Topics: ruby
- Language: Ruby
- Homepage:
- Size: 141 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Cuegrowler
Displays a Growl notification when a song changes in a mix, according to a .cue file.
## tl;dr
gem install cuegrowler
# play the episode in iTunes
cuegrowler /Users/dtinth/Downloads/Armin_van_Buuren-A_State_of_Trance_674_31_07_2014_.cue
## Installation
gem install cuegrowler
## Usage
### Using .cue Files
cuegrowler
### 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
1. Fork it ( https://github.com/[my-github-username]/cuegrowler/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request