solved Show all songs in Audio Player

alt=
@andrusito
7 years ago
302 posts
Hi,

How can I show all songs from a certain artist in an audio player?

This is what I got right now:

http://devocionmusical.com/test2/47287

It shows only 10 items, but I didn't specified that limit. This is the code behind that:

{jrCore_media_player module="jrAudio" type="jrAudio_player_dark" field="audio_file" item=$item autoplay=true search="_profile_id = $option" order_by="audio_display_order random"}

What's wrong here?

Im running jrAudio 1.7.10 and jrCore 6.0.7

Thanks!
updated by @andrusito: 11/10/17 07:24:34AM
paul
@paul
7 years ago
4,326 posts
Ten items is the default limit value. If you want 'all' songs set a limit value to a suitably high value in that call -
{jrCore_media_player module="jrAudio" type="jrAudio_player_dark" field="audio_file" item=$item autoplay=true search="_profile_id = $option" order_by="audio_display_order random" limit=100}



--
Paul Asher - JR Developer and System Import Specialist
alt=
@andrusito
7 years ago
302 posts
Oh thanks, I had thought about that option, but I thought there was a directly way to show all the songs.

Tags