Jamroom Radio

izhmel
@izhmel
6 years ago
1,319 posts
When is Jam room radio coming back ?
Pay pal is now back in jamroom , no need for foxcy cart paid subscription, the only missing module away from all the new good modules is jamroom radio , please bring it back ..

Thanks...


--
The Scientist
dubmusic.com
Thanks for any assistance.

updated by @izhmel: 05/07/18 01:08:46AM
paul
@paul
6 years ago
4,325 posts
The Playlist module does what the old radio and channel modules did.


--
Paul Asher - JR Developer and System Import Specialist
izhmel
@izhmel
6 years ago
1,319 posts
Can I create an admin radio and add all the songs with 1 click ? or specify a quota i.e. ""dubmaster"" so all the songs under that quota get added to the station , or can I add a particular artist to the station ???

Thanks


--
The Scientist
dubmusic.com
Thanks for any assistance.

updated by @izhmel: 01/11/18 10:42:14AM
brian
@brian
6 years ago
10,136 posts
izhmel:
Can I create an admin radio and add all the songs with 1 click ? or specify a quota i.e. ""dubmaster"" so all the songs under that quota get added to the station , or can I add a particular artist to the station ???

Thanks

Yes - the jrCore_media_player template function handles this:

https://www.jamroom.net/the-jamroom-network/documentation/module-developer-guide/788/jrcore-media-player

i.e. create a "station" for all songs under a quota_id:

{jrCore_media_player type="jrAudio_player_dark" module="jrAudio" field="audio_file" search="profile_quota_id = 2" order_by="_item_id random"}

Create a new Site Builder page called "system radio" (or whatever) and input that code into a new "Template Code" widget. Change the quota_id to be whatever quota id you want.

Now you'll have a site radio page.


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

updated by @brian: 01/11/18 11:09:57AM
izhmel
@izhmel
6 years ago
1,319 posts
I like the old version better , you just point and click or select ,I hope to see it come back

Thanks


--
The Scientist
dubmusic.com
Thanks for any assistance.
izhmel
@izhmel
6 years ago
1,319 posts
can you please bring back the JR radio module, it was so easier , do I have to turn on site builder ?


--
The Scientist
dubmusic.com
Thanks for any assistance.

updated by @izhmel: 01/11/18 05:00:26PM
paul
@paul
6 years ago
4,325 posts
One line of code is as easy as we can make it!!
You don’t have to use SiteBuilder, just create a template instead.


--
Paul Asher - JR Developer and System Import Specialist
michael
@michael
6 years ago
7,692 posts
If you want to sponsor a module, read this:

Docs: "Sponsor a Module"
https://www.jamroom.net/the-jamroom-network/documentation/jamroomnet/4931/sponsor-a-module

Then outline how you expect it would work as a project scope and submit it here:
https://www.jamroom.net/form/project_overview

We'll get you a rough quote on how long, how much and if you want to go ahead we'll build it. You then test it and when its finished it will be released to the community for everyone.
izhmel
@izhmel
6 years ago
1,319 posts
How do I add all songs to the radio with graphics to the station using {jrCore_media_player type="jrAudio_player_dark" module="jrAudio" field="audio_file" search="profile_quota_id = 2" order_by="_item_id random"}?


--
The Scientist
dubmusic.com
Thanks for any assistance.
paul
@paul
6 years ago
4,325 posts
You don’t need to. That line of code will display a player that will play all songs created by profiles in quota 2 in a random order.


--
Paul Asher - JR Developer and System Import Specialist
izhmel
@izhmel
6 years ago
1,319 posts
I ran into this problem ""An error was encountered loading the media URL"" because of a missing file @ http://dubmusic.com/dubmaster/dubmusicradio , is there away to ""auto skip missing file"" in JR media player ??

Thanks


--
The Scientist
dubmusic.com
Thanks for any assistance.
izhmel
@izhmel
6 years ago
1,319 posts
I created a module and paste the code in "item_index.tpl"
How do I create a check box for the different JR functions , i.e. "search="profile_quota_id = 2"" with the module I created for the admin usage , so I can just check a box genre "dub" ???

http://dubmusic.com/dubmaster/dubmusicradio


--
The Scientist
dubmusic.com
Thanks for any assistance.
michael
@michael
6 years ago
7,692 posts
izhmel:
I ran into this problem ""An error was encountered loading the media URL"" because of a missing file @ http://dubmusic.com/dubmaster/dubmusicradio , is there away to ""auto skip missing file"" in JR media player ??

Thanks

You'll need to re-upload that file. The only way to know if a file is corrupt is to play it after you upload it. If it doesn't play then it didn't get uploaded correctly.

If you have this issue a lot, suggest moving to Jamroom Hosting.
https://www.jamroom.net/hosting
michael
@michael
6 years ago
7,692 posts
izhmel:
I created a module and paste the code in "item_index.tpl"
How do I create a check box for the different JR functions , i.e. "search="profile_quota_id = 2"" with the module I created for the admin usage , so I can just check a box genre "dub" ???

http://dubmusic.com/dubmaster/dubmusicradio

Not understanding what you've done here. When you say you created a module, could you list the steps and locations you've edited so I can understand what you've done please.
izhmel
@izhmel
6 years ago
1,319 posts
I used appear to create the module then paste the code in :" item_index.tpl "


--
The Scientist
dubmusic.com
Thanks for any assistance.
izhmel
@izhmel
6 years ago
1,319 posts
It is a missing file .... How would I modify the code so when ""An error was encountered loading the media URL"" the next button is activated ??
When you press ""OK"" then press next , it plays the next song

can you put some kind of if statement in the code so if ""An error was encountered loading the media URL"" execute "OK" then execute "next" to go to the other song .

can you modify the code to do this ?? this would take care of missing media files that has been corrupted or deleted ...

Thanks


--
The Scientist
dubmusic.com
Thanks for any assistance.

updated by @izhmel: 01/12/18 08:17:31PM
izhmel
@izhmel
6 years ago
1,319 posts
How do I make the JR radio play all songs on the site ?
http://www.dubmusic.com/bftd/uploaded_audio/8893/i-want-to-hold-your-hand

http://www.dubmusic.com/radio/dubmusicradio


--
The Scientist
dubmusic.com
Thanks for any assistance.

updated by @izhmel: 02/05/18 01:40:50PM

Tags