Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Work with video field type. Integration with YouTube or Vimeo #517

Closed
MioGreen opened this issue Aug 7, 2014 · 6 comments
Closed

Work with video field type. Integration with YouTube or Vimeo #517

MioGreen opened this issue Aug 7, 2014 · 6 comments
Assignees

Comments

@MioGreen
Copy link

MioGreen commented Aug 7, 2014

Hello, devs. Do you have any plans for support video field type and integration with services like YouTube or Vimeo like you have for images and Cloudinary?

@JedWatson
Copy link
Member

Hi @MioGreen,

There's an embedly field type which makes working with videos on Youtube and Vimeo easier, have you seen that?

We could certainly add support for direct integration with video services down the track. At the moment one of our highest priorities is giving everyone the ability to create their own custom field types.

@MioGreen
Copy link
Author

MioGreen commented Aug 9, 2014

@JedWatson, thank you for answer. It would be excellent when you add support for custom field type. Especially when(if) you add abstract collection for all single types. :)

@grabbou
Copy link
Contributor

grabbou commented Aug 10, 2014

@JedWatson to check maybe if we can wrap it as File and Image ? Actually, it might be pretty awesome.

Can you share more ideas @MioGreen on how this might work? Do you think of ability to upload videos or just include them within your other fields?

@MioGreen
Copy link
Author

I think that we can create an abstract stored field type, which can store and have access to some data outside of our server. The abstract stored field type will have a provider - abstract storing interface. If we want to store data in Cloudinary we will use Cloudinary provider or Vimeo or Youtube providers. As community we will create providers for our needs by our self and push request it. Also we need abstract way to store collection elements. Right now I should copy-past all code for single filed type if I want to create collection filed type like you make in Cloudinary field types.

@grabbou
Copy link
Contributor

grabbou commented Aug 12, 2014

Ah, OK. This is now being done in #526. Should be in one of the branches pretty soon. I think you then should be able to integrate your own provider very easily.

@creynders
Copy link
Contributor

We're closing all feature requests to keep the issue tracker unpolluted. I've moved this to ProductPains: https://productpains.com/post/keystonejs/work-with-video-field-type-integration-with-youtube-or-vimeo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants