What does "#D8CX There will be a migrate path for Scald to Media Entity when Drupal 8 is released." means in project page exactly? There will be Media Entity used instead of Atoms?

What about Scald interface iteself, is it planned to be implemented for Drupal 8?

Thanks.

Comments

Talkless’s picture

Title: Is there Drupal 8 version planeed? » Is Drupal 8 version planned?
jcisio’s picture

Component: Code » Documentation
Status: Active » Fixed

There will be Media Entity used instead of Atoms?

Yes. Media Entity will replace scald_atom entities.

What about Scald interface iteself, is it planned to be implemented for Drupal 8?

Not that I'm aware of. But it should be easy to implement (if not already included in) as a plugin of https://www.drupal.org/project/entity_browser

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

jcisio’s picture

dan_metille’s picture

Is there more info about the migrate path for Scald to Media Entity in D8?

gifad’s picture

@sahaj : yes, there is : Scald Atom migrate source

rooby’s picture

Current roadmap for media in D8 core: https://www.drupal.org/core/roadmap#media

suryanto’s picture

I have been migrating my scald atom to media entity from drupal 8 core successfully.

adanbouzoua’s picture

@suryanto have you used Scald Atom migrate source ? Witch version of D8 and Media entity: 8.x-1.x or Media Entity 8.x-2.x?
Can you please tell us about more how you successfully migrated Scald Atom D7 > to media entity core D8

suryanto’s picture

@ adanbouzoua: Yes, I used scald atom migrate source. I did it on Drupal 8.8.0. I use Media module in Drupal core. I did not use media entity contrib module, because it is already in core since Drupal 8.4.

I did it using custom migration with migrate plus module. I created custom migration module. I used yml files in the migration module to migrate D7 scald atom images and videos to D8 media in Drupal core.