solved Music Site - functionality

alt=
@andrusito
10 years ago
302 posts
1. Is there any way to make the AUDIO section as the main artist page?
I want it to be the first page a visitor see when clicks an artist name.

Also, if you let me say.. I think it should be a default setting. In my opinion, if you are interested in a band (maybe because you don't know anythin about it) the firt thing you want to do is LISTEN their music. I consider that the most important part of a band is the music they produce.

2. Any possibily to have a music player that plays all songs togheter one after the other, instead of select one by one manually? That was an excellent function you can see in sites like: soundcloud.com

Thanks!
updated by @andrusito: 05/10/14 06:10:09PM
paul
@paul
10 years ago
4,326 posts
1. Yes - check out the Profile Tweaks module - https://www.jamroom.net/the-jamroom-network/networkmarket/2/profile-tweaks

2. Playlists? - https://www.jamroom.net/the-jamroom-network/networkmarket/56/user-playlists

Jamroom5, whilst due to its heritage is perceived and used mostly for music sites, is actually a general purpose profile based CMS that can, and is being used for all sorts of other non-music sites. Use the above, and any other modules to configure Jamroom5 to work any way you want it to :-)
hth
Pa


--
Paul Asher - JR Developer and System Import Specialist

updated by @paul: 02/21/14 07:52:27AM
alt=
@syrus
10 years ago
44 posts
I would like to change the default page for artist as well, but wish not to allow artist to upload background images to there profile. Before I purchase the Profile Tweak Module you have posted above, does it allow me to allow artist to change there default profile page and not allow them to upload A background image to there profile? These are entirely 2 different settings and the admin should have the option to choose which setting they prefer.
paul
@paul
10 years ago
4,326 posts
At the moment, no, but I'll upgrade the module so that you can select one or the other, or both, by quota.


--
Paul Asher - JR Developer and System Import Specialist

updated by @paul: 02/22/14 08:57:23AM
brian
@brian
10 years ago
10,148 posts
Thanks Paul - this is the first we've had a request for this.


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
alt=
@syrus
10 years ago
44 posts
Ok Thanks, please let me know when you have completed this, so i can make the purchase. I really appreciate your help @paul and quick response as well.
alt=
@andrusito
10 years ago
302 posts
@paul thanks for your responses.

1. I don't want profile owners be able to change the first page of their profiles.. I must have the control of this setting. In JR4 I could set this.

2. I know about playlist :) but I'm talking about a music player that lists all songs from an artist when you visit his/her profile. On the actual MUSIC section you have to click the play button each time you want to listen a song.

Thanks for your time and support !
paul
@paul
10 years ago
4,326 posts
andrusito:
@paul thanks for your responses.

1. I don't want profile owners be able to change the first page of their profiles.. I must have the control of this setting. In JR4 I could set this.

2. I know about playlist :) but I'm talking about a music player that lists all songs from an artist when you visit his/her profile. On the actual MUSIC section you have to click the play button each time you want to listen a song.

Thanks for your time and support !

1. In that case you'd likely be best just to modify the skin profile template(s) to show the audio page as default.

2. Include the following where you want the player to show -

{jrCore_media_player type="jrAudio_player_dark" module="jrAudio" field="audio_file" profile_id=$_profile_id order_by="audio_title random" limit=100 autoplay=true}

Cheers
Pa


--
Paul Asher - JR Developer and System Import Specialist
alt=
@andrusito
10 years ago
302 posts
Hey!

1. Do you know which line do I have to edit to do it?
2. That worked perfect! thanks.
douglas
@douglas
10 years ago
2,790 posts
The profile templates are located in your skins/YOURSKIN directory, where YOURSKIN is the skin you are using, and start with profile_

Hope this helps,
Douglas


--

Douglas Hackney
Jamroom Team - Designer/Developer/Support
FAQ-Docs-Help Videos
alt=
@andrusito
10 years ago
302 posts
Thanks @douglas, I've already knew that :)

But I'd like to know if there is a config file where I can set it.. something like JR4 had.

If not, is there an easy way to do it?

Thanks!
douglas
@douglas
10 years ago
2,790 posts
The profile_header.tpl, profile_index.tpl and profile_footer.tpl make up the profiles index page. You may want to start with the profile_index.tpl, that is where the activity stream is setup.

Hope this helps,
Douglas


--

Douglas Hackney
Jamroom Team - Designer/Developer/Support
FAQ-Docs-Help Videos
alt=
@andrusito
10 years ago
302 posts
@paul,

I put the code to show a player with all songs you gave me.. I put it on an artist page, but I see all songs from the entire site. I want to show all songs from "that" particular artist only.

What is the solution?
thanks
alt=
@andrusito
10 years ago
302 posts
@paul?
paul
@paul
10 years ago
4,326 posts
Sorry - Overlooked this.

Try this call instead -

{jrCore_media_player type="jrAudio_player_dark" module="jrAudio" field="audio_file" search="_profile_id = `$_profile_id`" order_by="audio_title random" limit=100 autoplay=true}

It worked for me.
Pa


--
Paul Asher - JR Developer and System Import Specialist
alt=
@andrusito
10 years ago
302 posts
Thanks bro!

That worked perfect! :D
alt=
@andrusito
10 years ago
302 posts
Hey @paul

Is there any way to change the height player? This guide does not mention anything about its size:

https://www.jamroom.net/the-jamroom-network/documentation/development/788/jrcore-media-player

Thanks!
updated by @andrusito: 03/28/14 06:45:15AM
paul
@paul
10 years ago
4,326 posts
Haven't checked this in the code, but have you tried putting height="200" (or whatever) inside the player call?


--
Paul Asher - JR Developer and System Import Specialist
alt=
@andrusito
10 years ago
302 posts
I've just tried it.. did not work @paul :/

Any other idea?

Thanks.
MAD
MAD
@madc
10 years ago
600 posts
How many songs are you limiting the player to or are you just setting the size of the player with an overflow/scroll bar?
That would be all css based upon what you are trying to achieve and want to keep your site responsive.
Any link we can look at?


--
~ https://punkbandpromotions.com ~
Check us out for all your Punk/Alternative Music!
Check us out on Facebook:- https://facebook.com/PunkBandPromotion
alt=
@andrusito
10 years ago
302 posts
Yes, I want to adjust the player size and show a scroll bar.

Look at this profile http://www.devocionmusical.com/audible

Do you suggest playing with CSS?

Thanks MAD.-
douglas
@douglas
10 years ago
2,790 posts
You can try to modify the CSS, in your modules/jrAudio/css/jrAudio_player_dark.css file, the jp-playlist is the class you'll want to modify. Add a height and an overflow.

.jr_audio_dark_player div.jp-title ul,
.jr_audio_dark_player div.jp-playlist ul {
    height:200px;
    overflow:auto;
    list-style-type:none;
    margin:0;
    padding:0 20px;
    font-size:.72em;
}

Hope this helps,
Douglas


--

Douglas Hackney
Jamroom Team - Designer/Developer/Support
FAQ-Docs-Help Videos
alt=
@andrusito
10 years ago
302 posts
@douglas, that worked perfect.

But, unfortunately the problems come one after another..

Now the player buttons have dissapeared :/ Look:

http://devocionmusical.com/santiago-ojeda

I've updated the core to the lastest version and the jrAudio module too, but they don't appear. You can see there is a clickable region but the buttons are "invisibles"
douglas
@douglas
10 years ago
2,790 posts
After updating, did you run the Integrity Check tool and clear the cache?


--

Douglas Hackney
Jamroom Team - Designer/Developer/Support
FAQ-Docs-Help Videos
MAD
MAD
@madc
10 years ago
600 posts
This is a known problem
https://www.jamroom.net/the-jamroom-network/forum/using-jamroom/9317/after-upgrading-modules-no-player-info#r9329
Make sure your system updates in marketplace are all updated.
If not reload the image module etc as it says at the link above


--
~ https://punkbandpromotions.com ~
Check us out for all your Punk/Alternative Music!
Check us out on Facebook:- https://facebook.com/PunkBandPromotion
alt=
@andrusito
10 years ago
302 posts
I've updated the image module and the player is showing the controls again.

One question, if I update a module... will I lose all changes I did in the previous version?

Thanks-
douglas
@douglas
10 years ago
2,790 posts
If the changes are made with an editor and then uploaded with an FTP client, then yes, you will lose those changes.

If you make changes through the module/skins templates or styles tab, then your changes will NOT be lost after an update.

Hope this helps,
Douglas


--

Douglas Hackney
Jamroom Team - Designer/Developer/Support
FAQ-Docs-Help Videos
alt=
@andrusito
10 years ago
302 posts
Good. I've doing changes trough the module/skins templates.

Thanks for the clarification Douglas.
douglas
@douglas
10 years ago
2,790 posts
Your welcome! :)


--

Douglas Hackney
Jamroom Team - Designer/Developer/Support
FAQ-Docs-Help Videos

Tags