Re: MP3 Shop / Download previews
MP3 Shop / Download previews (29 replies) Wed, 01/02/2008 - 11:23
- Thanks Drayen Online (03/17/2010 - 05:44)
- Track products to full products (11/17/2009 - 02:25)
- - uc_file module
1. create (11/20/2009 - 13:12)
- one more small doubt (11/21/2009 - 06:41)
- Re: one more small doubt (11/23/2009 - 11:30)
- Hello,
We did that and it (11/24/2009 - 13:03)
- hi please reply to this thread (11/30/2009 - 02:34)
- Hello,
We did that and it (11/24/2009 - 13:03)
- Re: one more small doubt (11/23/2009 - 11:30)
- one more small doubt (11/21/2009 - 06:41)
- - uc_file module
1. create (11/20/2009 - 13:12)
- Re: MP3 Shop / Download previews (07/13/2008 - 20:17)
- MP3 shop modeling (11/05/2009 - 20:16)
- Re: Re: MP3 Shop / Download previews (09/03/2009 - 23:55)
- Re: Re: Re: MP3 Shop / Download previews (09/04/2009 - 09:17)
- Re: Re: Re: Re: MP3 Shop / Download previews (09/08/2009 - 05:01)
- Re: Re: Re: MP3 Shop / Download previews (09/04/2009 - 09:17)
- Re: MP3 Shop / Download previews (03/01/2008 - 13:41)
- Re: Re: MP3 Shop / Download previews (03/01/2008 - 16:32)
- Re: MP3 Shop / Download previews (01/28/2008 - 07:49)
- new challenge (01/14/2008 - 11:24)
- Re: MP3 Shop / Download previews (01/04/2008 - 07:23)
- drayen@drupal.org wrote:I've (03/11/2008 - 13:56)
- Re: drayen@drupal.org wrote:I've (03/12/2008 - 02:50)
- i don't have a need for a generated preview myself... (03/22/2008 - 12:44)
- Re: i don't have a need for a generated preview myself... (03/23/2008 - 16:48)
- Re: Re: i don't have a need for a generated preview myself... (03/23/2008 - 18:15)
- Re: Re: Re: i don't have a need for a generated preview myself.. (03/23/2008 - 21:17)
- Re: Re: i don't have a need for a generated preview myself... (03/23/2008 - 18:15)
- Re: i don't have a need for a generated preview myself... (03/23/2008 - 16:48)
- i don't have a need for a generated preview myself... (03/22/2008 - 12:44)
- Re: drayen@drupal.org wrote:I've (03/12/2008 - 02:50)
- drayen@drupal.org wrote:I've (03/11/2008 - 13:56)
- Re: MP3 Shop / Download previews (01/04/2008 - 03:51)
- interesting postings! (01/04/2008 - 20:07)
- Re: MP3 Shop / Download previews (01/04/2008 - 01:19)
- Re: MP3 Shop / Download previews (01/02/2008 - 12:11)
- Thanks Shawn,
The album (01/03/2008 - 03:45)
- Re: Thanks Shawn, The album (01/03/2008 - 09:40)
- Thanks Shawn,
The album (01/03/2008 - 03:45)

I'm on the path of doing the same thing here. I've got quite a way on my project.
So I've set up the audio files as Product, Albums as Product Kit. I've added a computed field to the Product Kit that displays a view of Products referencing to the kit, using nodereference. This gives me a nice display of all the individual audio files belonging to an album, with the 1pixelout player for the 30-second samples I've added and a direct button for "add to cart" for the individual tracks.
I've also created a genre view using views bonus pack Grid view. This displays up to 16 albums in a grid, showing their covers in an ImageCached fashion, sorted by publishing year. Very nice overview.
I've also added a content type Band, with each product kit referencing to an artist. Using the same method for showing audio tracks for albums, I can display a list of albums this artist has produced. Views+nodereference+cck is extremely powerful.
Instead of using taxonomy for labels, I've made a content type for them. This allows me to display all the albums that have referenced to a specific label, inside the label's node.
One feature I still want to enable is to create a playlist of all the mp3-files purchased, and send this playlist to a flash-player, preferably in a popup screen, to have a playlist of all purchased media and play it while surfing the site (or any other site..).