solved Multiple Upload to an Existing Album

MySong
MySong
@mysong
9 years ago
155 posts
When an album is first created there is an option to upload multiple audio files.

Once an album has already been created, on the 'album update page' there is no option to add audio files to the existing album.

On the 'create audio file page' only one file can be added at a time, which is very time consuming.

Is there a way to add multiple files to an existing album?

Thanks
updated by @mysong: 07/29/15 09:48:45PM
MySong
MySong
@mysong
9 years ago
155 posts
Using 'form designer' I added a new 'audio_file' field to 'audio/update_album'

I copied the exact setting from 'audio_file' field in 'audio/create_album'

Yet when saved it just displays as a single audio file upload option (for some random file in the album)

Any idea?
updated by @mysong: 06/25/15 04:12:38PM
michael
@michael
9 years ago
7,692 posts
Just use the 'create' screen to create another album with the same name, they will be added to the existing album.

STEPS:
1. create an album with the name 'one'
2. add songs
-- song 1
-- song 2
3. save
4. create another album with the name 'one'
5. add songs
-- song 3
-- song 4
6. save

Result:
Album 'one' has
-- song 1
-- song 2
-- song 3
-- song 4
MySong
MySong
@mysong
9 years ago
155 posts
Tested, seems to work, thanks for the help.