Closed (won't fix)
Project:
Embedded Media Field
Version:
6.x-1.x-dev
Component:
Providers
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
24 Oct 2008 at 17:54 UTC
Updated:
9 May 2009 at 22:58 UTC
Jump to comment: Most recent file
Comments
Comment #1
xamanu commentedhere you go... it is really just the basic integration. i attached the seesmic.inc_.txt (you have to rename it to seesmic.inc) and place into the folder emfield/contrib/emvideo/providers/
Comment #2
tim cullen commentedHere's another patch with two small alterations:
1. emvideo_seesmic_extract() now accepts the new Seesmic URL scheme. (They now use http://seesmic.com/videos/$VideoIDString instead of http://seesmic.com/video/$VideoIDString; this patch accepts both versions.)
2. emvideo_seesmic_embedded_link() was returning an incorrect link; this is now fixed.
Great work on this, xamanu--very useful!
Comment #3
alex ua commentedWe are not adding new providers to emfield itself. To add new providers you should create your own module, similar to http://drupal.org/project/media_viddler or http://drupal.org/project/media_hulu
This provider seems pretty cool, and the provider seems good, so I may create a module for it at some point if one of you don't beat me to it.