Alec Gorge
Alec Gorge
This might take a bit of adjustment to the classes, can state be added to indicate that the underlying source is buffering? This would be particularly useful for the `HTTPSource`.
I would like to eliminate the small blip between two MP3's streamed over HTTP. My guess was that there isn't enough time for the HTTP request to load enough data...
**Is your feature request related to a problem? Please describe.** This project looks almost perfect for addressing some hotspots in our code! **Describe the solution you'd like** I would like...
Add thing to share to Twitter/copy sharable URL like iOS does perhaps including time as well
Sometimes you need the show description for the setlist: http://relisten.live/dead-and-co/2017/05/28
It looks like [supporting this Chrome extension](https://github.com/borismus/keysocket#api) wouldn't be too bad: ``` // Web Page Media Control API interaction (v0.4) // https://github.com/feedbee/web-page-media-control-api-spec // for Key Socket Media Keys Chrome extension...
Browse... - [ ] by venue - [ ] by song - [ ] by top rated
I also added CI (for my repo): http://ci.alecgorge.com/job/ObsidianDestroyer/
I would like to be able to use `instrument_method` or a similar `instrument_class_method` to instrument class methods. [This question and answer](https://stackoverflow.com/questions/15130998/is-there-simpler-one-line-syntax-to-alias-one-class-method) on StackOverflow seems pertinent.