solved Bulk upload files

alt=
@andrusito
10 years ago
302 posts
I really need an old feature and that is to upload several songs belonging to the same album.

How can I do this as admin?
updated by @andrusito: 05/21/14 11:36:14AM
michael
@michael
10 years ago
7,714 posts
From the upload album button in the profile where they are going you can ctrl+click to upload all the items in that album in one go.
alt=
@andrusito
10 years ago
302 posts
Thanks! I found out how to do it.

Now, how can I bulk upload multiple files to an album I already creted?
paul
@paul
10 years ago
4,326 posts
Create a new album with the same name as the existing album.
hth
Pa


--
Paul Asher - JR Developer and System Import Specialist
alt=
@andrusito
10 years ago
302 posts
Thanks, that did it!
alt=
@andrusito
10 years ago
302 posts
Now one question. How do I make it so all files can be downloaded? There's no option when I upload them
brian
@brian
10 years ago
10,148 posts
ACP -> Media -> Audio Support -> uncheck the "Block MP3 Downloads" option.

Hope this helps!


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
alt=
@andrusito
10 years ago
302 posts
Thanks but it was already unchecked
brian
@brian
10 years ago
10,148 posts
andrusito:
Thanks but it was already unchecked

Then you should see download buttons on your audio items. I'm not seeing an issue with it here.

Thanks!


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
alt=
@andrusito
10 years ago
302 posts
hey brian, I've created an album uploading several mp3 files to it.

but in that page I don't have the option to make each file downloadable.

I want all songs I upload for an album be available for download. How can I do this? instead of setting one by one..

Thanks.-
brian
@brian
10 years ago
10,148 posts
You do not do it individually. It sounds like your download button has been hidden - just view the audio list as master admin for one of your profiles, and click on the "configure these buttons and the order they appear in" button that is on the far right (might be hilighted yellow) - click on that and then make sure the download button is enabled. You can do the same thing in the item details page.

Hope this helps!


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
alt=
@andrusito
10 years ago
302 posts
No no, I mean I'm in the "Create album" page and want to make all files downloadable.. al files from that album I'm creating.
brian
@brian
10 years ago
10,148 posts
andrusito:
No no, I mean I'm in the "Create album" page and want to make all files downloadable.. al files from that album I'm creating.

That is what I am trying to explain. You do not make files "downloadable" on any form - not in the create album, not in the update album, not in the create song, not in the update song. As the site admin you control whether or not users can download media - not the artists.

I've already outline above how to do it.

Hope this helps!


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
alt=
@andrusito
10 years ago
302 posts
You mean the artists can NOT control if their songs are available to download?

What if the artist do NOT want a particular song to be downloaded? what if he/she only wants the song to be heard?
brian
@brian
10 years ago
10,148 posts
andrusito:
You mean the artists can NOT control if their songs are available to download?

What if the artist do NOT want a particular song to be downloaded? what if he/she only wants the song to be heard?

You can do this, it's just not how JR is setup by default. Go into the form designer for the "modify" audio file and create a custom checkbox control called "audio_allow_download".

Then, modify the "item_list.tpl" file in your template editor and add something like:

{if $item.audio_allow_download == 'on'}
   ... show download button ...
{/if}

Hope this helps!


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
alt=
@andrusito
10 years ago
302 posts
I'll try it. What I don't understand is why you removed this option for us using JR as a music site. This was possible on JR4 without much trouble.
michael
@michael
10 years ago
7,714 posts
andrusito:
I'll try it. What I don't understand is why you removed this option for us using JR as a music site. This was possible on JR4 without much trouble.

Because it can be added in if wanted and not every site is a music site.
alt=
@andrusito
10 years ago
302 posts
brian:
andrusito:
You mean the artists can NOT control if their songs are available to download?

What if the artist do NOT want a particular song to be downloaded? what if he/she only wants the song to be heard?

You can do this, it's just not how JR is setup by default. Go into the form designer for the "modify" audio file and create a custom checkbox control called "audio_allow_download".

Then, modify the "item_list.tpl" file in your template editor and add something like:

{if $item.audio_allow_download == 'on'}
   ... show download button ...
{/if}

Hope this helps!

Ok, I could understand that. Now, will that work on the "Create Album" page? so next time I create an album and include 5 songs, then those songs could be download..
alt=
@andrusito
10 years ago
302 posts
@brian

I'm on the "modify item list button" page modifying the download button.
I want it to be visible for everyone (users and not users), so I select "no group restrictions" but it does not save the change.
updated by @andrusito: 04/14/14 07:47:56AM
brian
@brian
10 years ago
10,148 posts
andrusito:
@brian

I'm on the "modify item list button" page modifying the download button.
I want it to be visible for everyone (users and not users), so I select "no group restrictions" but it does not save the change.

I see that here as well - let me see what is up.

Thanks!


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
brian
@brian
10 years ago
10,148 posts
This has been fixed in Core 5.1.37.

Thanks!


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
alt=
@andrusito
10 years ago
302 posts
Updated and working now.

Thank you Brian!

Tags