Is there any way to use this module to work with Youtube videos without using the media suite of modules (i.e. media: youtube). The state of those modules are unstable (Just not there yet) and I am just looking at just copying/pasting an embed code or URL into a field. Is there any way to do this?

Comments

pixelsweatshop’s picture

Title: Use Youtube wuthou Media: Youtube module » Use Youtube without Media: Youtube module
travist’s picture

Status: Active » Fixed

Create a special text field called mediafront_media. It must be named that.... then just copy and paste the YouTube URL in this field, and it should work.

pixelsweatshop’s picture

Awesome. Works like a charm. I took note of this module a while back in D6, but never used it. Was waiting for the right project. Seeing it action now, it is going in every project I do from now on. Thank you so much for your hard work on this module.

p.s. Can I also paste URLs to Vimeo videos in the same field as mentioned above?

travist’s picture

Thanks for your complements! Yes... Vimeo will work the same... as well as a path to a remote media like one that is on S3.

pixelsweatshop’s picture

Wow I am floored by how simple, yet powerful this module is. (it is refreshing to install and configure a Drupal 7 module that just works out of the box.)

pixelsweatshop’s picture

Any thoughts on why I might not see thumbnails in the playlist?

travist’s picture

Unfortunately, when you use a text field to bring in a simple media file, it is doing just that... bringing in a single file. To bring in the image as well, would require another textfield called mediafront_image where you can copy and paste an image path. This is why I haven't really publicized this since it really isn't the Drupal way of doing it since you have to bring in separate atomic files.

Status: Fixed » Closed (fixed)

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

chalu’s picture

Status: Active » Closed (fixed)

I have the same issue, guess I am missing out something, I installed the MediaFront module and set a preset (without any changes) with the name of "Default". I have a content-type to which I added a textfield named mediafront_media (eventually field_mediafront_media) to take a YT Url as instructed, however pasting a sample like this one "http://www.youtube.com/watch?v=cVjmWpfnjrs" did not give any video playback. I tried updating to the recent version, the update script terminated half way complaining of been aborted by the mediafront module, but after that, "available updates" now says the module is up to date.

chalu’s picture

Status: Closed (fixed) » Active
shinz83’s picture

Status: Closed (fixed) » Active

Could you just use the YouTube Field module?

http://drupal.org/project/youtube

enjoylife’s picture

Status: Active » Postponed (maintainer needs more info)
Road Kill’s picture

To get the YouTube Field module to work in MediaFront follow these steps.

Step1: Download MediaFront 7.x-2.x-dev and YouTube Field module 7.x-1.0
Here is the link for the YouTube Field module http://drupal.org/project/youtube
Step2: Install both modules and update the database.
Step3: Go to http://www./yourwebsite.com/admin/structure/mediafront and add a preset.
Step4: Go to http://www./yourwebsite.com/core/admin/structure/types and create a content type
Video.
Step5: In the embed video content type go to manage fields and add a field called video embed and
select the (YouTube video) for the field type. Under MediaFront Settings Field Type select
(Media).
Step6: Go to views and create a views page called video.
Step7: Under Format in the view select (MediaFront Player) and select your (preset).
Step8: Under Fields in views click on add and add the embed video field then select under the
Formatter (YouTube video), and below click on MEDIAFRONT SETTING select (Media) under
Field Type and Under Media Type select (Media Content).
Select video from youtube http://youtu.be/BpJQGyY1KhI go to add content click on video embed and you’r done.

travist’s picture

Status: Postponed (maintainer needs more info) » Fixed

Thank you Road Kill!!!

Road Kill’s picture

My pleasure Travist it was yourself Drakythe and Jimmynash who made it possible after I made the request to get these two awesome and powerful modules playing nicely together. I just thought I would do my part and contribute some knowledge. I will do a video tutorial next month and send you the link so that you guys can put it up on the project page if you like.

Sharing and contributing makes Drupal great and user friendly. :)

Status: Fixed » Closed (fixed)

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