My Humble Streaming Music Website
shames - March 28, 2008 - 15:59
feel free to post your comment
Thing to do:
1. Make a BLOCK that shows of All Artist (i h0pe anyone could guide me how to make this)
2. Make a BLOCK that shows of All Album Random (i h0pe anyone could guide me how to make this)
3. please suggest

You may find some useful php
You may find some useful php block snippets here : http://drupal.org/node/21867
Your site is well structured but I feel some images of the artists would be a good idea.
i've already read that but
i've already read that but i'm not that good enough in programming..
i only want to put this in my block
http://bebong.uni.cc/audio/by/artist << this one listing all the artist
http://bebong.uni.cc/playlist <<< listing all my playlist
http://bebong.uni.cc/audio/by/album << and this listing all the albums
So, since you have the Audio
So, since you have the Audio Module, you must have views right? Views makes all of those blocks possible.
I don't know how much I can explain about it, you pretty much define what is shown like the "Node: Title" or even by the ID3 tags, like the artists or album.
yes i have installed the
yes i have installed the views module with view bonus. I've been toying it for almost 2 days i hope i can make those blocks..
update i got the random
update i got the random album block. but not using the views or any module included in my site but i use a custom php script.