JR 5 Charts,top songs..... seamless listing

johnchansa
@johnchansa
11 years ago
195 posts
I remember asking about listing both soundcloud and audio tracks seamlessly during the beta phase of JR5.I believe it was not possible then.
Can the audio charts and top songs listings have both soundcloud and audio files?
If so what code should I use?
updated by @johnchansa: 12/17/13 04:23:48PM
paul
@paul
11 years ago
4,326 posts
Assuming 'top songs' is by plays, show both audio and soundcloud items like this -

{jrSeamless_list modules="jrAudio,jrSoundCloud" order_by="*_file_stream_count NUMERICAL_DESC" etc etc }

Seamless charts cannot be done. It would need a custom Charts module to do this.
hth
Pa


--
Paul Asher - JR Developer and System Import Specialist
johnchansa
@johnchansa
11 years ago
195 posts
OK...I'll try out your code.
thx

That Charts module will be a much welcome addition
updated by @johnchansa: 11/16/13 04:40:36AM
johnchansa
@johnchansa
11 years ago
195 posts
Regarding a custom JR5 Charts module(seamless charts),what are the key areas to look at?
JR4 has this feature.I was wondering why it was not important for JR5.
paul
@paul
11 years ago
4,326 posts
The JR4 seamless module didn't work with charts either.
I've not looked into seamless charts for JR5 so at this stage don't know how it might work or even if its possible.
Sorry


--
Paul Asher - JR Developer and System Import Specialist
johnchansa
@johnchansa
11 years ago
195 posts
OK..thanks for the feedback
I'm a 110% certain that my JR4 Charts rank both soundcloud and audio items.
brian
@brian
11 years ago
10,148 posts
You must have done something custom - Jamroom 4 only ranks songs and videos - it never ranked Soundcloud items unless you modified it to do so.


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
johnchansa
@johnchansa
11 years ago
195 posts
Oh no...I wish...(I have no formal qualification in web design).Probably you forgot that paSCSeamless addition to the chart_audio_row enables that feature.

Proof(See audio charts): www.zmusicportal.com

I've played around with JR4 but i never modified the core aspects of the software.I just don't have the tech knowhow to do that.
paul
@paul
11 years ago
4,326 posts
Sorry, I'm so centred on JR5 these days I'm forgetting how JR4 worked!!
Yes, the paSCSeamless module did work with JR4 charts because the SoundCloud data was stored on the song_info table alongside regular songs, and customised templates then showed one, or the other.
In JR5, audio and soundcloud tracks have their own separate datastores, so that is why you would need a custom JR5 Charts module in order to collect items from both datastores and 'chart' it. The existing jrChart module only works with one specified datastore.
hth
Pa


--
Paul Asher - JR Developer and System Import Specialist
johnchansa
@johnchansa
11 years ago
195 posts
Thanks again....It's looks like you already have an idea on what to do.

If at all you find time to develop a seamless charts module,please let me know.I'll be the first to buy it.

I guess that closes the issue for now...
cheers
paul
@paul
11 years ago
4,326 posts
Hey - I didn't say I was going to dive in a do one, but I'll bear it in mind ;-)
It first involves working out just how the current jrCharts module works, and then thinking out how (and if) it can be adapted.
But when I have a minute, I'll check it out.
hth
Pa


--
Paul Asher - JR Developer and System Import Specialist

Tags