solved JrCore Media Player limit

cabmaxi
@cabmaxi
6 years ago
23 posts
Hi, I came from here https://www.jamroom.net/the-jamroom-network/documentation/module-developer-guide/788/jrcore-media-player but it doesn't say how to show all audio items in the player.

I can only see 10 items, this is my website: http://sermonescristianos.net/marco-barrientos/audio/

HOW can I show all audio items in that player?

Thanks!
updated by @cabmaxi: 10/09/18 07:24:27PM
brian
@brian
6 years ago
10,136 posts
You will see there is a "limit" parameter on the documentation you linked to - set it to something as high as you want.

Let me know if that helps.


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
cabmaxi
@cabmaxi
6 years ago
23 posts
Well, I supposed that :)

Thanks Brian.
brian
@brian
6 years ago
10,136 posts
No problem :)


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
cabmaxi
@cabmaxi
6 years ago
23 posts
@brian how can I set the player height? Now it shows all songs but it is too tall!

I've tried this code but doesn't work:

{jrCore_media_player module="jrAudio" type="jrAudio_player_dark" field="audio_file" item=$item autoplay=false 
    search="_profile_id = `$_profile_id`" order_by="audio_display_order numerical_asc" limit="999" height="300"}
brian
@brian
6 years ago
10,136 posts
Yeah it's not set in the player - you need to look at the player TEMPLATE for the player you are using - i.e.

jrAudio_black_overlay_player.tpl


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

Tags