Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.ruby > #3056 > unrolled thread
| Started by | Biku DAA <bikudaa@live.com> |
|---|---|
| First post | 2011-04-17 04:47 -0500 |
| Last post | 2011-04-17 06:59 -0500 |
| Articles | 2 — 2 participants |
Back to article view | Back to comp.lang.ruby
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
| From | Biku DAA <bikudaa@live.com> |
|---|---|
| Date | 2011-04-17 04:47 -0500 |
| Subject | How 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]
| From | jake kaiden <jakekaiden@yahoo.com> |
|---|---|
| Date | 2011-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