Forum Activity for @makuta

alt=
@makuta
04/16/15 05:25:58PM
38 posts

Jamroom Integration with another PHP Base System


Jamroom Developers

I would like to know if it is possible to integrate jamroom with another program. What I want to do is link the login functions to allow my users to login with jamroom or my web app and maintain the session.
updated by @makuta: 05/17/15 09:07:56AM
alt=
@makuta
01/20/15 01:39:10AM
38 posts

Mass Video Upload


Design and Skin Customization

Thank you Paul. I will.
alt=
@makuta
01/18/15 03:20:54PM
38 posts

Mass Video Upload


Design and Skin Customization

Thank you Paul.
alt=
@makuta
01/18/15 02:55:01PM
38 posts

Mass Video Upload


Design and Skin Customization

Paul it is a Mysql database. Could you help with the script that I can use to do what I need?
alt=
@makuta
01/17/15 05:35:34PM
38 posts

Mass Video Upload


Design and Skin Customization

I have a database with videos from Youtube and I would like to import them into Jamroom Youtube Module. The following is the database make up:

video_title - Youtube Title
video_code - Youtube ID
video_description - Youtube Description

It is over a thousand music videos, how can i import all of them to one jamroom user account?

updated by @makuta: 02/24/15 03:32:42PM
alt=
@makuta
01/05/15 04:42:19AM
38 posts

MP3 Stream URL


Design and Skin Customization

Thank you. It worked.
alt=
@makuta
01/03/15 08:53:02PM
38 posts

MP3 Stream URL


Design and Skin Customization

I am currently working on a skin and it allows me to add songs to the floating music player and I would like to know the how to add the stream url to the player. This is what I have so far but it has not been working:

Code on display page:
{jrCore_list module="jrAudio" order_by=$order_by template="music_home_audio_row.tpl" require_image="audio_image" search="audio_title like `$_post._1`%" limit="7" page=$_post.p}

Code in the row tpl.
{jrCore_module_url module="jrAudio" assign="murl"}
{assign var="ext" value="`$params.field`_extension"}
{if isset($_items)}
{foreach from=$_items item="item"}
{if $item.audio_file_extension == 'mp3'}


{/if}
{/foreach}
{/if}
updated by @makuta: 02/27/15 01:41:06PM
alt=
@makuta
12/12/14 06:37:42PM
38 posts

Module Relationships and Question about counting number entries in multiple fields.


Using Jamroom

Thank you all for your assistance. It helped alot in my project. Now I have a very simple question in regards to the MediaProLight Template:

- I want to create horizontal display of content such as news, youtube videos and music. Basically I want to have it where it would be listed like this:

Content Type (News, Video, Music etc)
Column 1 | Column 2 | Column 3 | Column 4

Each Column would have the following structure
Image
title
artist

How would I do it?
alt=
@makuta
12/09/14 01:44:04PM
38 posts

Module Relationships and Question about counting number entries in multiple fields.


Using Jamroom

I want to be able to create an option for users who are profile admin to click on a Record Label that is created in the system. So this is the situation:

- Record Label sign up under quota 2
- Have permission to create profile for Artist under Quota 1
- When adding song under Artist profile, I want to have a dropdown or browse list that loads record labels from quota 2.

The reason I would like that is because in Reggae music there are several production companies that produce music for Artists and when they add them to my site, they are doing it under their profile making them the artists and they are adding the artist name and the song time to identify who actually sing the song. I want to link the song to the production company so record label would be list will be linked back to the record label profile.
1