Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.ruby > #3056 > unrolled thread

How to implement a music playlist player in Ruby?

Started byBiku DAA <bikudaa@live.com>
First post2011-04-17 04:47 -0500
Last post2011-04-17 06:59 -0500
Articles 2 — 2 participants

Back to article view | Back to comp.lang.ruby


Contents

  How to implement a music playlist player in Ruby? Biku DAA <bikudaa@live.com> - 2011-04-17 04:47 -0500
    Re: How to implement a music playlist player in Ruby? jake kaiden <jakekaiden@yahoo.com> - 2011-04-17 06:59 -0500

#3056 — How to implement a music playlist player in Ruby?

FromBiku DAA <bikudaa@live.com>
Date2011-04-17 04:47 -0500
SubjectHow to implement a music playlist player in Ruby?
Message-ID<8e06782eb1e912c13fc4a46816ac5267@ruby-forum.com>
Hi Guys,

I am fairly new in the music/playlist related programming. I want to
create a website with a player which plays the selected playlist and
keep tracks (or populated in DB) of the number of times a music being
played and links to Artist and Album related to the song.

Can you point me to the ideas or the best resources, please? Thanks in
advance!

-- 
Posted via http://www.ruby-forum.com/.

[toc] | [next] | [standalone]


#3057

Fromjake kaiden <jakekaiden@yahoo.com>
Date2011-04-17 06:59 -0500
Message-ID<90e7d3c9c4c8d5cfead374179adf05c4@ruby-forum.com>
In reply to#3056
hi Biku -

  i don't really know anything about implementing this in a webpage - 
but the desktop audio-player i've written uses gstreamer for playback, 
duration, seeking, etc.  gstreamer works well, though unfortunately the 
docs are quite outdated, and you've got to hunt around for solutions a 
lot of times.  the gnome2 section of this forum is a good place for 
gstreamer questions.

  i haven't tried this: http://hans.fugal.net/src/ruby-audio/doc/
but it looks like it could be a good option as well.

  good luck!

  -j

-- 
Posted via http://www.ruby-forum.com/.

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.ruby


csiph-web