Closed (fixed)
Project:
Audio
Version:
5.x-1.x-dev
Component:
contrib
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
6 Oct 2005 at 19:36 UTC
Updated:
23 Nov 2007 at 11:15 UTC
Jump to comment: Most recent file
Hi Colin, As I mentioned before over at playlist it would be cool to have an M3U link (and other streaming formats) on a per-audio (per song) basis.
Thanks for a cool module!
--Neil
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | playlist.patch | 2.48 KB | ShavenYak |
Comments
Comment #1
Colin Brumelle commentedHi,
Neat idea, but I was wondering if you could clarify a bit. When would you want to have an m3u file for an individual audio track instead of a link to the file -> open with -> iTunes? Also, you can create a playlist with just one file in it, but I guess that is an extra step.
Perhaps you can give me some use cases for this?
C
Comment #2
ohzbees commentedWell...Maybe it's a little weird to stream only one file. But I'm an impatient person and I like to go around clicking on a bunch of different links and immediately begin hearing a particular tune without having to wait for it to download or do any fancy decision making. I'm not sure others agree but I don't really want all these downloaded mp3's building up in my home directory. I've had problems with the Flash stuff and it just seems like an unecessary step when basic m3u streaming works so well. And some people might not have flash for their browser (yes I am a Unix head). I think a lot of people would like to hear a single song in a playlist instead of the whole shebang? Allowing for the m3u streaming of single files seems like the solution.
Finally: I'm a fan of giving people lots of options (which can always be made optional :).
BTW: I and most users of my website will primarily use Linux which does not have native iTunes. We tend to use Winamp clones such as XMMS or beep-media-player, which take m3u streams.
--Neil
Comment #3
zirafa commentedPerhaps the streaming options should be moved to administer >> settings >> audio. That way the user can choose what type of streaming outputs can be enabled (flash, m3u, other).
Comment #4
ohzbees commented+1 Yes. I like that idea of setting the streaming types as options.
Comment #5
Colin Brumelle commentedIt's a good idea to make a setting for this so people can choose the streaming type that they want. I'll add this soon...
Comment #6
ShavenYak commentedSince playlist.module already has this basic functionality, I patched it to work for a single audio node as well as a playlist. That may not be an approach that appeals to everyone, but I thought I'd throw it out there as another option.
Comment #7
drewish commenteddoes it make sense to just have this as part of the playlist module? could we put it into a audio/contrib module?
Comment #8
drewish commentedactually i'm seeing the wisdom of this. if the file is an mp3 and can't be played with the flash player, we could point the link link to something that would just create a .m3u for the node. they click on that and it plays in winamp or whatever rather than forcing them to download the file.
Comment #9
drewish commentedi think you can use the playlist module to take care of this.
Comment #10
sunBy referring to http://drupal.org/node/85103 I think there is a greater demand for this. With a dependency to playlist.module, audio.module should be able to provide automatically generated playlists for just one audio node that are offered as feed links in the audio node. Available formats should depend on playlist module settings.
We don't like hacking additional functionality into audio module, so this should live in a contrib module for audio. Patch in #6 may be a basic approach for that.
Comment #11
leoburd commentedSorry, but I'm not sure I understood what you are trying to do... I'm looking for a way to generate a playlist for all the audio files of a specific user/taxonomy term. I'm not interested in the one playlist per node idea... Does that make sense?
Thanks in advance,
.L.
Comment #12
drewish commentedthe audio_feeds should take care of this now.
Comment #13
(not verified) commentedComment #14
iamarun commented