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
Comment #1
Talkless commentedComment #2
jcisio commentedYes. Media Entity will replace scald_atom entities.
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
Comment #4
jcisio commentedMore detail about it http://janezurevc.name/when-will-media-be-ready-drupal-8.
Comment #5
dan_metille commentedIs there more info about the migrate path for Scald to Media Entity in D8?
Comment #6
gifad commented@sahaj : yes, there is : Scald Atom migrate source
Comment #7
rooby commentedCurrent roadmap for media in D8 core: https://www.drupal.org/core/roadmap#media
Comment #8
suryantoI have been migrating my scald atom to media entity from drupal 8 core successfully.
Comment #9
adanbouzoua commented@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
Comment #10
suryanto@ 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.