Embeds allowing bloggers to easily embed videos from Distrify. Just go to any Distrify film page or player and copy the URL. Paste that URL in any WordPress blog and it will automatically be converted to an embedded Distrify player. If you are logged in to distrify.com it will automatically add your affiliate tracking code to your embeds. Make sure you turn on Auto-embeds in your WP settings and also make sure that the URL is on its own line and not hyperlinked (clickable when viewing the post). The plugin also extracts the still image from the film and saves it as the Featured Image for the post. This actually works for any Embed (not just Distrify) that you embed into your WordPress blog. Author: Distrify Limited Version: 0.3.1 Author URI: http://www.distrify.com License: GPL2 Copyright 2011-2013 Distrify (email : hello@distrify.com) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 2, as published by the Free Software Foundation. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ /** * Does the work of adding the Distrify provider to wp_oembed */ function add_distrify_provider($the_content){ require_once( ABSPATH . WPINC . '/class-oembed.php' ); wp_oembed_add_provider('#https?://(www\.)?(distrify|muvies).com/films/.*#i', 'http://distrify.com/oembed.json', true ); wp_oembed_add_provider('http://muvi.es/*', 'http://distrify.com/oembed.json' ); wp_oembed_add_provider('#https?://.*\.muvies.com/.*reviews/.*#i', 'http://distrify.com/oembed.json', true ); } //add the provider on plugins_loaded. add_action('plugins_loaded', 'add_distrify_provider'); /** * from http://wordpress.stackexchange.com/q/70752/1685 * Automatically set the featured image if an oEmbed-compatible embed is found in the post content. * author: TheDeadMedic * author URI: http://wordpress.stackexchange.com/users/1685/thedeadmedic * */ add_action( 'wp_insert_post', array( 'ofi', 'init' ) ); class ofi { /** * The post thumbnail ID * * @var int */ private $_thumb_id; /** * The post ID * * @var int */ private $_post_id; /** * Sets up an instance if called statically, and attempts to set the featured * image from an embed in the post content (if one has not already been set). * * @param int $post_id * @return object|null */ public function init( $post_id ) { if ( ! isset( $this ) ) return new ofi( $post_id ); global $wp_embed; $this->_post_id = absint( $post_id ); if ( ! $this->_thumb_id = get_post_meta( $this->_post_id, '_thumbnail_id', true ) ) { if ( $content = get_post_field( 'post_content', $this->_post_id, 'raw' ) ) { add_filter( 'oembed_dataparse', array( $this, 'oembed_dataparse' ), 10, 3 ); $wp_embed->autoembed( $content ); remove_filter( 'oembed_dataparse', array( $this, 'oembed_dataparse' ), 10, 3 ); } } } /** * @see init() */ public function __construct( $post_id ) { $this->init( $post_id ); } /** * Callback for the "oembed_dataparse" hook, which will fire on a successful * response from the oEmbed provider. * * @see WP_oEmbed::data2html() * * @param string $return The embed HTML * @param object $data The oEmbed response * @param string $url The oEmbed content URL */ public function oembed_dataparse( $return, $data, $url ) { if ( ! empty( $data->thumbnail_url ) && ! $this->_thumb_id ) { // if ( in_array( @ $data->type, array( 'video' ) ) ) // Only set for video embeds $this->set_thumb_by_url( $data->thumbnail_url, @ $data->title ); } } /** * Attempt to download the image from the URL, add it to the media library, * and set as the featured image. * * @see media_sideload_image() * * @param string $url * @param string $title Optionally set attachment title */ public function set_thumb_by_url( $url, $title = null ) { /* Following assets will already be loaded if in admin */ require_once ABSPATH . 'wp-admin/includes/file.php'; require_once ABSPATH . 'wp-admin/includes/media.php'; require_once ABSPATH . 'wp-admin/includes/image.php'; $temp = download_url( $url ); if ( ! is_wp_error( $temp ) && $info = @ getimagesize( $temp ) ) { if ( ! strlen( $title ) ) $title = null; if ( ! $ext = image_type_to_extension( $info[2] ) ) $ext = '.jpg'; $data = array( 'name' => md5( $url ) . $ext, 'tmp_name' => $temp, ); $id = media_handle_sideload( $data, $this->_post_id, $title ); if ( ! is_wp_error( $id ) ) return update_post_meta( $this->_post_id, '_thumbnail_id', $this->_thumb_id = $id ); } if ( ! is_wp_error( $temp ) ) @ unlink( $temp ); } } Folk Pop – The Earology Dept. https://www.theearologydept.com Where the food sounds good, and the music is pretty tasty too. Wed, 08 Jul 2015 20:04:35 +0000 en-US hourly 1 https://wordpress.org/?v=5.2.20 50391680 kendra mckinley // chestnut street https://www.theearologydept.com/kendra-mckinley-chestnut-street/ https://www.theearologydept.com/kendra-mckinley-chestnut-street/#respond Sun, 20 Oct 2013 15:45:16 +0000 http://www.theearologydept.com/?p=10537   Kendra McKinley lays it down soft and sweet, and with her jazzy-ish folk pop sound your ears will be in pure ecstasy with her light and easy playfulness. Check out her Chestnut Street LP out now. The songs remind me of a steamy rainy indelible night I once met. Peace.   Chestnut Street by …

The post kendra mckinley // chestnut street appeared first on The Earology Dept..

]]>

 
Kendra McKinley lays it down soft and sweet, and with her jazzy-ish folk pop sound your ears will be in pure ecstasy with her light and easy playfulness. Check out her Chestnut Street LP out now. The songs remind me of a steamy rainy indelible night I once met. Peace.
 

The post kendra mckinley // chestnut street appeared first on The Earology Dept..

]]>
https://www.theearologydept.com/kendra-mckinley-chestnut-street/feed/ 0 10537
hozier // take me to church ep https://www.theearologydept.com/hozier-take-church-ep/ https://www.theearologydept.com/hozier-take-church-ep/#respond Sun, 13 Oct 2013 19:07:24 +0000 http://www.theearologydept.com/?p=10501 Andrew Hozier-Byrne has a voice that’ll leave a bruises upon your tender earlobes. His is a voice in possession of deathly heat and sweet honey. This Irishman has the talent and ability to deliver, listen to his debut the Take Me To Church EP. Like many others singing his praises this is only the beginning …

The post hozier // take me to church ep appeared first on The Earology Dept..

]]>

Andrew Hozier-Byrne has a voice that’ll leave a bruises upon your tender earlobes. His is a voice in possession of deathly heat and sweet honey. This Irishman has the talent and ability to deliver, listen to his debut the Take Me To Church EP. Like many others singing his praises this is only the beginning of a long and lauded career. Peace.
 

 

The post hozier // take me to church ep appeared first on The Earology Dept..

]]>
https://www.theearologydept.com/hozier-take-church-ep/feed/ 0 10501
the family crest // love don’t go https://www.theearologydept.com/the-family-crest-love-dont-go/ https://www.theearologydept.com/the-family-crest-love-dont-go/#respond Sat, 14 Sep 2013 13:57:29 +0000 http://www.theearologydept.com/?p=10410   Liam McCormick (lead vocals, guitar) and his friend, John Seeterlin (bass) have a good thing going. And when the first bars of the song Love Don’t Go, comes stomping through your head and heart you’ll likely want to hear more from the San Francisco band The Family Crest. This is good music without a …

The post the family crest // love don’t go appeared first on The Earology Dept..

]]>
“It’s only fitting that The Family Crest was born in San Francisco, a city known for its rich history of experimentation, innovation and progressive thinking.”

 
Liam McCormick (lead vocals, guitar) and his friend, John Seeterlin (bass) have a good thing going. And when the first bars of the song Love Don’t Go, comes stomping through your head and heart you’ll likely want to hear more from the San Francisco band The Family Crest. This is good music without a doubt, the kind that’ll get stuck under your nail beds and sleep beneath your skin. This wonderful and powerful song is taken from the band’s The Headwinds EP out now via Tender Loving Empire. Peace.


 

 
So you lost your head inside your heart, and the waity world that tore you apart. And you’ve all but given up on the stone you call a heart.

You sing it out woah woah, oh oh. Sing it out, woah woah oh oh.

Oh, the love you’ve placed inside my hands. Oh, the fervor that your heart demands. Well, we went off with this spark, but you were left out in the dark.

You sing it out, woah woah, oh oh. Oh, you sing it out, woah woah oh oh.

Well, old love, you wanna step outside, find a place to run and hide? It isn’t that it’s dark. Oh, I don’t say I love you enough. Take your shaky bones and step out on your own. Oh, the winter never stops.

Oh, old love, you wanna step outside, find a place to run and hide? Oh, it isn’t that it’s love. Oh, baby, I still don’t say I love you enough. Take your shaky bones and go.

And there’s nothing left inside my heart. No, there’s nothing left for you. Oh, there’s nothing left inside my broken heart.

You say, “yes,” and I say, “no.” Love don’t stop, and love don’t go. Love don’t go, love don’t go. (x2)

The post the family crest // love don’t go appeared first on The Earology Dept..

]]>
https://www.theearologydept.com/the-family-crest-love-dont-go/feed/ 0 10410
the senators // this old war https://www.theearologydept.com/the-senators-this-old-war/ https://www.theearologydept.com/the-senators-this-old-war/#respond Wed, 15 May 2013 00:31:46 +0000 http://www.theearologydept.com/?p=8567 If you haven’t got The Senators on your bucolic folk music radar then I implore you to check out their debut album Harsher than Whiskey/Sweeter than Wine. The Senators are definitely in league with several of my favorites bands occupying the folk genre, i.e. Blind Pilot, Fleet Foxes, Mumford & Sons, The Lumineers and Horsefeathers …

The post the senators // this old war appeared first on The Earology Dept..

]]>

If you haven’t got The Senators on your bucolic folk music radar then I implore you to check out their debut album Harsher than Whiskey/Sweeter than Wine. The Senators are definitely in league with several of my favorites bands occupying the folk genre, i.e. Blind Pilot, Fleet Foxes, Mumford & Sons, The Lumineers and Horsefeathers (just to name a few). The song This Old War is taken from the three-song Cross of Gold EP in anticipation of The Senators’ (yet untitled) forthcoming sophomore release. So, draw nigh to their brand of luminescent rusticity. It’ll spill into your bloodstream like moonshine, and rise like sweet woodsmoke into the swaying boughs of your affection. Peace.

The post the senators // this old war appeared first on The Earology Dept..

]]>
https://www.theearologydept.com/the-senators-this-old-war/feed/ 0 8567
she & him // volume 3 https://www.theearologydept.com/she-him-volume-3/ https://www.theearologydept.com/she-him-volume-3/#respond Fri, 03 May 2013 03:00:39 +0000 http://www.theearologydept.com/?p=8424 The duo She & Him = M. Ward and Zooey Deschanel. And their soon to be released Volume 3 (May 7th) will be landing happily upon eardrums as far as the eye can … hear. But why wait when you can check it put muy pronto, NPR is streaming it here, right now. If you’re …

The post she & him // volume 3 appeared first on The Earology Dept..

]]>

The duo She & Him = M. Ward and Zooey Deschanel. And their soon to be released Volume 3 (May 7th) will be landing happily upon eardrums as far as the eye can … hear. But why wait when you can check it put muy pronto, NPR is streaming it here, right now. If you’re among the first 500 to pre-order the cd, cassette or digital download via Merge Records  you will receive a free Robin blue copy on vinyl. How cool is that? Peace.


The post she & him // volume 3 appeared first on The Earology Dept..

]]>
https://www.theearologydept.com/she-him-volume-3/feed/ 0 8424
junip // your life, your call + line of fire video, part 1 (our sunday best) https://www.theearologydept.com/junip-your-life-your-call-line-of-fire-video-part-1-our-sunday-best/ https://www.theearologydept.com/junip-your-life-your-call-line-of-fire-video-part-1-our-sunday-best/#respond Sun, 31 Mar 2013 11:44:22 +0000 http://mittenmouthmusic.wordpress.com/?p=8223 The second release Your Life, Your Call from upcoming self-titled Junip album, out this Spring via City Slang in Europe and courtesy of Mute Records in North America (April 22, 2013). Also, check back for an accompanying video–and Part II to their video for Line of Fire –it will premiere in the coming week, so …

The post junip // your life, your call + line of fire video, part 1 (our sunday best) appeared first on The Earology Dept..

]]>
A trio of wholesome permanence, a surfeit of good and natural wonder.

The second release Your Life, Your Call from upcoming self-titled Junip album, out this Spring via City Slang in Europe and courtesy of Mute Records in North America (April 22, 2013). Also, check back for an accompanying video–and Part II to their video for Line of Fire –it will premiere in the coming week, so naturally you’ll want to come back for a visit or visit José González and company at www.junip.net. Peace.

The post junip // your life, your call + line of fire video, part 1 (our sunday best) appeared first on The Earology Dept..

]]>
https://www.theearologydept.com/junip-your-life-your-call-line-of-fire-video-part-1-our-sunday-best/feed/ 0 8223
the milk carton kids // snake eyes https://www.theearologydept.com/the-milk-carton-kids-snake-eyes/ https://www.theearologydept.com/the-milk-carton-kids-snake-eyes/#respond Sat, 12 Jan 2013 15:09:05 +0000 http://mittenmouthmusic.wordpress.com/?p=7800 It is nigh impossible not to fall for The Milk Carton Kids. In terms of harmony, delivery, and overall songcraft the Joey Ryan and Kenneth Pattengale duo are unsurpassed. I am inspired by artists who possess the ability to elevate a genre or in the case of TMCK, bust it to pieces. And although it …

The post the milk carton kids // snake eyes appeared first on The Earology Dept..

]]>
What life is there, what delight without golden song?

It is nigh impossible not to fall for The Milk Carton Kids. In terms of harmony, delivery, and overall songcraft the Joey Ryan and Kenneth Pattengale duo are unsurpassed. I am inspired by artists who possess the ability to elevate a genre or in the case of TMCK, bust it to pieces. And although it is natural to try to place TMCK into a box and label it Folk, Bluegrass or Southern Rock Pop, etc. But The Milk Carton Kids won’t stay contained, not even close. Listen to their new track “Snake Eyes,” which premiered on Rolling Stone (1/08/13) and it is more than evident these guys far exceed the usefulness of their current band name. Or perhaps it is part of their wonderful duplicity, to put forth an almost juvenile designate, which at first glance conjures immaturity, but in the end offer listeners a thing wholly divergent reality. When you click play, what you get is a slow motion gut-check, a stave through your heart but without all the blood, yet still passion aplenty. These aren’t mere songs, they’re reservoirs of a revelatory depth of character, emotion and beauty. The track is taken from the band’s upcoming debut LP,  ‘The Ash and Clay’, and it also serves double-duty as the soundtrack to Gus Van Sant’s latest film, Promised Land. The Milk Carton Kids are a namesake defied kind of deal, and an admonishment to not judge a band by its Saturday morning kids show name. Peace. 

TRACK LIST:
 
Hope Of A Lifetime
Snake Eyes
Honey, Honey
Years Gone By
The Ash & Clay
Promised Land
The Jewel Of June
Whisper In Her Ear
On The Mend
Heaven
Hear Them Loud
Memphis
 

The post the milk carton kids // snake eyes appeared first on The Earology Dept..

]]>
https://www.theearologydept.com/the-milk-carton-kids-snake-eyes/feed/ 0 7800
jade hopcraft // saint https://www.theearologydept.com/jade-hopcraft-saint/ https://www.theearologydept.com/jade-hopcraft-saint/#comments Tue, 25 Dec 2012 22:09:14 +0000 http://mittenmouthmusic.wordpress.com/?p=7566 At times I stumble across amazing and wonderful songs which leave me breathless and I am immediately taken under their wing.  There is much comfort in one’s ability to get lost, and found, in the simple uncomplicated beauty of song. These occurrences remind me that life and living is still full of pleasant surprises aplenty. …

The post jade hopcraft // saint appeared first on The Earology Dept..

]]>
When such beauty hits you, you are left spellbound and in awe, perhaps even gasping for more.

At times I stumble across amazing and wonderful songs which leave me breathless and I am immediately taken under their wing.  There is much comfort in one’s ability to get lost, and found, in the simple uncomplicated beauty of song. These occurrences remind me that life and living is still full of pleasant surprises aplenty. Jade Hopecraft is one such surprise, this young Cornwall, U.K. transplant sings carefully penned odes with a kind of spiritual serenity which enable the listener to suspend all earthly worries. Listen, as her song “Saint,” washes over you. Afterwards, one feels, if not totally redeemed, then at least buoyed. Also, check out the B-Side which offers up the hauntingly beautiful, “Habit,” the Saint single release is available via iTunes and Amazon. Peace.


 

The post jade hopcraft // saint appeared first on The Earology Dept..

]]>
https://www.theearologydept.com/jade-hopcraft-saint/feed/ 1 7566
malcanisten // clive wearing (our sunday best) https://www.theearologydept.com/malcanisten-clive-wearing-our-sunday-best/ https://www.theearologydept.com/malcanisten-clive-wearing-our-sunday-best/#respond Sun, 23 Dec 2012 15:00:41 +0000 http://mittenmouthmusic.wordpress.com/?p=7527 Amsterdam-based acoustic folk band Malcaninsten represents the very best in terms of songcraft and musical arrangement. On their debut song release “Clive Wearing,” the listener falls immediately under a spell cast by tender picked strings and the earnest homespun vocals of Sjaak Kassies. What better way to spend a lazy Sunday enwrapped in such a …

The post malcanisten // clive wearing (our sunday best) appeared first on The Earology Dept..

]]>

Nostalgic and heartfelt magic shrouded in the warm minimalism of tender musical expression – like soft falling rain silhouetted by distant thrumming thunder.

Amsterdam-based acoustic folk band Malcaninsten represents the very best in terms of songcraft and musical arrangement. On their debut song release “Clive Wearing,” the listener falls immediately under a spell cast by tender picked strings and the earnest homespun vocals of Sjaak Kassies. What better way to spend a lazy Sunday enwrapped in such a pristine and soulful endeavor. Peace.

The post malcanisten // clive wearing (our sunday best) appeared first on The Earology Dept..

]]>
https://www.theearologydept.com/malcanisten-clive-wearing-our-sunday-best/feed/ 0 7527
villagers // waves https://www.theearologydept.com/villagers-waves/ https://www.theearologydept.com/villagers-waves/#respond Tue, 23 Oct 2012 11:13:43 +0000 http://mittenmouthmusic.wordpress.com/?p=7112 i have been a fan of the amazing band villagers helmed by the very talented (understatement) conner j. o’brien and although the band’s sophomore album ‘awayland’ is due to drop january 3rd i highly recommend checking out the band’s debut release ‘becoming a jackal‘ to get a feel for this band’s complete mastery of intelligent …

The post villagers // waves appeared first on The Earology Dept..

]]>

i have been a fan of the amazing band villagers helmed by the very talented (understatement) conner j. o’brien and although the band’s sophomore album ‘awayland’ is due to drop january 3rd i highly recommend checking out the band’s debut release becoming a jackal to get a feel for this band’s complete mastery of intelligent and thematic indie-pop. in my humble estimation this is a band more people should become familiar with, you’ll thank yourself later. after the jump check out the video for the song, “waves” and enjoy. peace.

The post villagers // waves appeared first on The Earology Dept..

]]>
https://www.theearologydept.com/villagers-waves/feed/ 0 7112