Uploaded audio AND soundcloud on music charts?

BeatRelease
BeatRelease
@beatrelease
11 years ago
43 posts
I'm using the projam skin, is it possible to have both uploaded audio AND soundcloud audio to the jamroom combined and displayed on my site music charts instead of just a soundcloud chart or audio chart?
updated by @beatrelease: 01/13/14 12:45:59AM
paul
@paul
11 years ago
4,326 posts
You can use the jrSeamless module to list both audio & soundcloud tracks, but I don't think it will work with the jrChart module. Its something I need to check out.
So you can use Seamless and order by play counts, or whatever if that helps?
Pa


--
Paul Asher - JR Developer and System Import Specialist
BeatRelease
BeatRelease
@beatrelease
11 years ago
43 posts
Not sure on how to use that module, I don't understand how it works.
brian
@brian
11 years ago
10,148 posts
You would use profile_id - i.e.

profile_id="2,4,6,7"

Hope this helps!


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
BeatRelease
BeatRelease
@beatrelease
11 years ago
43 posts
Thanks sir!
BeatRelease
BeatRelease
@beatrelease
11 years ago
43 posts
One more question about this.

How can I exclude a profile's music from showing up on my seamless list?
brian
@brian
11 years ago
10,148 posts
BeatRelease:
One more question about this.

How can I exclude a profile's music from showing up on my seamless list?

In your list function, you can add something like:

search5="_profile_id not_in 3,5,7"
Change "search5" to be the next search number in your function call, and then just list the profile_id's you don't want to be listed separated by commas.

Hope this helps!


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net

Tags