Hallon icon indicating copy to clipboard operation
Hallon copied to clipboard

Hallon is currently **UNMAINTAINED**.

Results 9 Hallon issues
Sort by recently updated
recently updated
newest added

I'm having trouble with Hallon::Session It's causing my rails server to crash everytime I try to run my index controller (code below) (so I need to run rails s) to...

Hey. I'm interested in writing a small script to find random related artists based on the artists I have in my playlist, but I'm having difficulties using Hallon because it...

For this code: ``` ruby container = Hallon::Session.instance.container.load playlist = container.add "Test" container.move(container.size-1, 0) playlist.insert(0, track_array) playlist.upload(30) ``` The behavior is unpredictable: sometimes new playlists appear on the desktop client...

Hi, Thanks for this excellent project, been having fun playing with it. I think I am missing something but I can't can't get the 'end_of_track' callback to fire. For example...

Hey! Thanks for making this wrapper - it's great! I'm having no problems on mac, but when I run my script on windows with the latest DLL in the directory...

See https://github.com/Burgestrand/spotify/blob/master/examples/audio-stream_example.rb for usage example. Should probably solve #146, it has an (untested) implementation for #81 and might solve #140.

Feature Request

Hey Burgestrand and others, i have a rails server running at home, that plays a playlist that i send to a specified server. The problem is, that sometimes the player...

Bug
Audio

Hi Kim, First of all, the amount of work and community engagement you've undertaken with your Spotify projects is inspiring. Thank you so much for the work you've done. I'm...

@burgestrand Is it possible to determine the player position using Hallon and hallon-openal? Ex: seconds or percentage of the track played?— Andrew Grieser (@agrieser) February 26, 2012 To do this...

Feature Request
Audio