Needs review
Project:
Media: Vimeo
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
20 Nov 2012 at 11:05 UTC
Updated:
5 Oct 2016 at 08:52 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
jaxxed commentedComment #2
jaxxed commentedComment #4
devin carlson commentedI think you've got the wrong module.
Comment #5
asherry commentedWhere is this class located? I still see the MigrateExtrasFileYoutube class but I don't see MigrateExtrasFileVimeo. I'm assuming when you want to implement this class you do
So I would like to also be able to do
Comment #6
jaxxed commentedsorry being checked out so long. I'm just not that great at submitting patches. The patch I put above adds the class needed to the media.inc file, in migrate extras
Comment #7
stella commentedThis works great for me. I was successfully able to migrate CSV files containing vimeo urls into a media field using this patch.
There appears to be a funny character added to the beginning of the file with the above (can see it when editing in vim), so the attached patch just removes that, no other changes.
Comment #8
craychee commentedThanks, stella. This worked great for me as well.
This module is deprecated. Perhaps you will consider submitting this for inclusion to https://drupal.org/project/media_vimeo.
Comment #9
cmah commentedThank you, Stella. #7 works for me, and just saved me a ton of time.
Comment #10
mr.baileysAs mentioned by @craychee in #8, Migrate Extras is no longer adding features/migration support for contrib modules, so moving to the Media Vimeo queue.
Patch form #7 is working for me, re-rolled for Media Vimeo. Note that, to use the new class, you'll need to explicitly include it, since including it via the module's .info file would create unnecessary overhead.
Comment #11
mr.baileysAccidentally selected the wrong project...