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 ); } } Montreal – The Earology Dept. https://www.theearologydept.com Where the food sounds good, and the music is pretty tasty too. Sun, 23 Mar 2014 17:11:42 +0000 en-US hourly 1 https://wordpress.org/?v=5.2.20 50391680 no joy // hare tarot lies + official music video https://www.theearologydept.com/no-joy-hare-tarot-lies-official-music-video/ https://www.theearologydept.com/no-joy-hare-tarot-lies-official-music-video/#respond Sun, 19 May 2013 16:19:36 +0000 http://www.theearologydept.com/?p=8634 Last month (April) the perennially melancholy Pop anti-stars No Joy released their No Pleasure LP. And now there’s a video for the track Hare Tarot Lies, and it’s a rainbow swirl delivered in a constant drug-laden stream on consciousness. The music sound like a hybrid channeling Ian Curtis and the Cocteau Twins, and I like …

The post no joy // hare tarot lies + official music video appeared first on The Earology Dept..

]]>

Last month (April) the perennially melancholy Pop anti-stars No Joy released their No Pleasure LP. And now there’s a video for the track Hare Tarot Lies, and it’s a rainbow swirl delivered in a constant drug-laden stream on consciousness. The music sound like a hybrid channeling Ian Curtis and the Cocteau Twins, and I like that a lot. This one will leave wanting to check into rehab. Peace.

01. E
02. Hare Tarot Lies
03. Prodigy
04. Slug Night
05. Blue Neck Riviera
06. Lizard Kids
07. Lunar Phobia
08. Wrack Attack
09. Ignored Pets
10. Pleasure
11. Uhy Yuoi Yoi

The post no joy // hare tarot lies + official music video appeared first on The Earology Dept..

]]>
https://www.theearologydept.com/no-joy-hare-tarot-lies-official-music-video/feed/ 0 8634
jacques greene & tinashe = painted faces https://www.theearologydept.com/jacques-greene-tinashe-painted-faces/ https://www.theearologydept.com/jacques-greene-tinashe-painted-faces/#respond Sat, 04 May 2013 01:03:19 +0000 http://www.theearologydept.com/?p=8432 Montreal producer/singer songwriter Jacques Greene has laced his latest release with the honey-dipped vocals of Tinashe, the results are perfectly butta’. Painted Faces is one of those tracks you’ll add to your all purpose playlist when you need to get the party started. After the jump you can witness the making of this song as …

The post jacques greene & tinashe = painted faces appeared first on The Earology Dept..

]]>

Montreal producer/singer songwriter Jacques Greene has laced his latest release with the honey-dipped vocals of Tinashe, the results are perfectly butta’. Painted Faces is one of those tracks you’ll add to your all purpose playlist when you need to get the party started. After the jump you can witness the making of this song as part of the Yours Truly and Adidas originals “Songs from Scratch” series. Peace.


 

The post jacques greene & tinashe = painted faces appeared first on The Earology Dept..

]]>
https://www.theearologydept.com/jacques-greene-tinashe-painted-faces/feed/ 0 8432
purity ring // belispeak II (ft. danny brown) https://www.theearologydept.com/purity-ring-belispeak-ii-ft-danny-brown/ https://www.theearologydept.com/purity-ring-belispeak-ii-ft-danny-brown/#respond Sat, 05 Jan 2013 23:11:52 +0000 http://mittenmouthmusic.wordpress.com/?p=7697 At times you just have to revisit those songs that get you up and moving! The redo of Purity Ring‘s “Belispeak” into “Belispeak II” ft. Detroit rap resident and poetic potty-mouth Danny Brown is a match made somewhere in the disco realms of Dante’s Inferno. Pump this one again for fun time’s sake. Peace.

The post purity ring // belispeak II (ft. danny brown) appeared first on The Earology Dept..

]]>
Corin, Megan and Danny Brown. When is the video coming out?

At times you just have to revisit those songs that get you up and moving! The redo of Purity Ring‘s “Belispeak” into “Belispeak II” ft. Detroit rap resident and poetic potty-mouth Danny Brown is a match made somewhere in the disco realms of Dante’s Inferno. Pump this one again for fun time’s sake. Peace.

The post purity ring // belispeak II (ft. danny brown) appeared first on The Earology Dept..

]]>
https://www.theearologydept.com/purity-ring-belispeak-ii-ft-danny-brown/feed/ 0 7697
grimes // genesis (easy girl) remix https://www.theearologydept.com/grimes-genesis-easy-girl-remix/ https://www.theearologydept.com/grimes-genesis-easy-girl-remix/#respond Thu, 11 Oct 2012 22:55:26 +0000 http://mittenmouthmusic.wordpress.com/?p=6932 for those familiar with grimes you know just how sub-zero chill her music can be. however, when you take a track like, “genesis” and put it into the hands of dj/producer easy girl you’re in for a dark surprise. the “genesis (easy girl) remix” is a mendicant black scrim of melancholy splendidly covered by besmirched …

The post grimes // genesis (easy girl) remix appeared first on The Earology Dept..

]]>

for those familiar with grimes you know just how sub-zero chill her music can be. however, when you take a track like, “genesis” and put it into the hands of dj/producer easy girl you’re in for a dark surprise. the “genesis (easy girl) remix” is a mendicant black scrim of melancholy splendidly covered by besmirched synths and “tussled with” vocals which sometimes go beautifully staccato. this one is definitely some kind of sexy. oh before i forget, it’s a free download. so get it while it lasts. peace.

The post grimes // genesis (easy girl) remix appeared first on The Earology Dept..

]]>
https://www.theearologydept.com/grimes-genesis-easy-girl-remix/feed/ 0 6932
luyas // fifty fifty (official video) https://www.theearologydept.com/luyas-fifty-fifty-official-video/ https://www.theearologydept.com/luyas-fifty-fifty-official-video/#respond Fri, 21 Sep 2012 23:39:00 +0000 http://mittenmouthmusic.wordpress.com/?p=6773 sorry (please forgive me) i am bit late posting the latest derrick belcham-director video for the song, “fifty fifty” by the the luyas. the song is the first single from the band’s forthcoming lp animator via paper bag records. look for it to hit the streets october 16th. peace.

The post luyas // fifty fifty (official video) appeared first on The Earology Dept..

]]>

sorry (please forgive me) i am bit late posting the latest derrick belcham-director video for the song, “fifty fifty” by the the luyas. the song is the first single from the band’s forthcoming lp animator via paper bag records. look for it to hit the streets october 16th. peace.

The post luyas // fifty fifty (official video) appeared first on The Earology Dept..

]]>
https://www.theearologydept.com/luyas-fifty-fifty-official-video/feed/ 0 6773
stars // the north https://www.theearologydept.com/stars-the-north/ https://www.theearologydept.com/stars-the-north/#respond Thu, 20 Sep 2012 01:14:01 +0000 http://mittenmouthmusic.wordpress.com/?p=6761 canadian pop giants stars deliver another exceptional lp filled with both upbeat and heart searing songs aplenty. being the melancholy soul that i am my favorite track is the painfully beautiful, “400” with it’s mundane, yet touching lyrics and somber score. honestly though the latter segment of the album (track 6 and after) is great …

The post stars // the north appeared first on The Earology Dept..

]]>

canadian pop giants stars deliver another exceptional lp filled with both upbeat and heart searing songs aplenty. being the melancholy soul that i am my favorite track is the painfully beautiful, “400” with it’s mundane, yet touching lyrics and somber score. honestly though the latter segment of the album (track 6 and after) is great candle light music but i’ll let you make up your own (as only you can). after the jump you’ll also hear a couple clever remixes, “diamond ring” runaway love (stars remix) and the recent, “the theory of relativity (diamond rings remix). also, if you want to catch this darling of a band in concert check the tour dates to see of they’re coming to a venue near you. hope you enjoy. peace.



The post stars // the north appeared first on The Earology Dept..

]]>
https://www.theearologydept.com/stars-the-north/feed/ 0 6761
purity ring // stream the new shrines album on npr’s first listen https://www.theearologydept.com/purity-ring-stream-the-new-shrines-on-npr/ https://www.theearologydept.com/purity-ring-stream-the-new-shrines-on-npr/#respond Thu, 19 Jul 2012 03:33:05 +0000 http://mittenmouthmusic.wordpress.com/?p=6381 Montreal duo Purity Ring showcases their first full-length album, Shrines is streaming on NPR: First Listen. Give it a whirl and fall head-over-heels for Electro/Pop perfection. Peace. Shrines: Tracklist 1. Crawlersout 2. Fineshrine 3. Ungirthed 4. Amenamy 5. Grandloves 6. Cartographist 7. Belispeak 8. Saltkin 9. Obedear 10. Lofticries 11. Shuck

The post purity ring // stream the new shrines album on npr’s first listen appeared first on The Earology Dept..

]]>

Montreal duo Purity Ring showcases their first full-length album, Shrines is streaming on NPR: First Listen. Give it a whirl and fall head-over-heels for Electro/Pop perfection. Peace.

Shrines: Tracklist

1. Crawlersout
2. Fineshrine
3. Ungirthed
4. Amenamy
5. Grandloves
6. Cartographist
7. Belispeak
8. Saltkin
9. Obedear
10. Lofticries
11. Shuck

The post purity ring // stream the new shrines album on npr’s first listen appeared first on The Earology Dept..

]]>
https://www.theearologydept.com/purity-ring-stream-the-new-shrines-on-npr/feed/ 0 6381
purity ring // fineshrine https://www.theearologydept.com/purity-ring-fineshrine/ https://www.theearologydept.com/purity-ring-fineshrine/#respond Wed, 20 Jun 2012 18:10:31 +0000 http://mittenmouthmusic.wordpress.com/?p=5927 A much appreciated new song, “Fineshrine,” from Purity Ring. Hope you enjoy this as much as I do. By the way, the duo’s (Megan James and Corin Roddick) forthcoming debut album Shrines is scheduled to drop July 2th via 4AD. And you can most certainly Pre-Order it on Amazon or 4AD. Peace.   Tracklisting for …

The post purity ring // fineshrine appeared first on The Earology Dept..

]]>

A much appreciated new song, “Fineshrine,” from Purity Ring. Hope you enjoy this as much as I do. By the way, the duo’s (Megan James and Corin Roddick) forthcoming debut album Shrines is scheduled to drop July 2th via 4AD. And you can most certainly Pre-Order it on Amazon or 4AD. Peace.


 
Tracklisting for the debut album Shrines:
 
1. Crawlersout
2. Fineshrine
3. Ungirthed
4. Amenamy
5. Grandloves
6. Cartographist
7. Belispeak
8. Saltkin
9. Obedear
10. Lofticries
11. Shuck

The post purity ring // fineshrine appeared first on The Earology Dept..

]]>
https://www.theearologydept.com/purity-ring-fineshrine/feed/ 0 5927
patrick watson | words in the fire https://www.theearologydept.com/patrick-wilson-words-in-the-fire/ https://www.theearologydept.com/patrick-wilson-words-in-the-fire/#respond Thu, 31 May 2012 17:07:54 +0000 http://mittenmouthmusic.wordpress.com/?p=5741   Oh Mr. Patrick Watson! Listening to music should be a joy and joy eternal is presented in abundance once the needle drops on the latest offering from Patrick Wilson and company. Listen to “Words In The Fire” and “Into Giants” and you’ll have your joy in the morning, afternoon or late into the night. …

The post patrick watson | words in the fire appeared first on The Earology Dept..

]]>

 
Oh Mr. Patrick Watson! Listening to music should be a joy and joy eternal is presented in abundance once the needle drops on the latest offering from Patrick Wilson and company. Listen to “Words In The Fire” and “Into Giants” and you’ll have your joy in the morning, afternoon or late into the night. If you haven’t already put purchasing the album Adventures In Your Own Backyard on your to do list then do this muy pronto. This one is definitely going on the best albums of the year list without a shadow of a doubt. Also, you can get a free download of the joyous song Into Giants. And for the rest of this outstanding record get it on iTunes or Amazon. Peace.
 

 

 
Patrick Wilson, Words In The Fire lyrics:
 
Put your words into the fire
Watch them burn your heart’s desires
Rise up in the air
In a cloud of silt and smoke and dust
Fade into the night
It’s a comforting feeling with you at my side

Let me shake your honest hands
And I’ll sit down beside you now
Lean our heavy hands
On the weight of the things that I left unsaid
Don’t worry about it now
‘Cause in the morning it’ll all be ashes on the ground

So what’s been on your mind

Eatin’ you inside

Takin’ all of your time

On this warm summer night
Put your words down in the fire

We were down at sandy beach
Old man talking a young man’s words
Tell me where you would like to be
Tonight don’t be afraid to dream
Lean on the fire for a while
‘Cause in the morning it’ll all be ashes on the ground

So what’s been on your mind

Eatin’ you inside

Takin’ all of your time

On this warm summer night
Put those words down in the fire.

The post patrick watson | words in the fire appeared first on The Earology Dept..

]]>
https://www.theearologydept.com/patrick-wilson-words-in-the-fire/feed/ 0 5741
Grimes // Genesis Ft. Deniro Farrar (Ryan Hemsworth Remix) https://www.theearologydept.com/grimes-genesis-ft-deniro-farrar-ryan-hemsworth-remix/ https://www.theearologydept.com/grimes-genesis-ft-deniro-farrar-ryan-hemsworth-remix/#respond Sat, 03 Mar 2012 16:09:56 +0000 http://mittenmouthmusic.wordpress.com/?p=4575 There isn’t much not to like about Claire Boucher and her musical outlet/persona Grimes. Her latest album Visions is something one can do all sorts of things to, but mostly a body can get lost for hours on end just vibing out and surfing the inter-channels of your mind. After the jump check out her …

The post Grimes // Genesis Ft. Deniro Farrar (Ryan Hemsworth Remix) appeared first on The Earology Dept..

]]>

There isn’t much not to like about Claire Boucher and her musical outlet/persona Grimes. Her latest album Visions is something one can do all sorts of things to, but mostly a body can get lost for hours on end just vibing out and surfing the inter-channels of your mind. After the jump check out her song “Genesis” reworked by Ryan Hemsworth with the addition of the unexpected words and rhymes of Deniro Farrar flowing effortlessly of Grimes’ inherent cool. Peace.

“Genesis” Ft. Deniro Farrar (Ryan Hemsworth Remix)

The post Grimes // Genesis Ft. Deniro Farrar (Ryan Hemsworth Remix) appeared first on The Earology Dept..

]]>
https://www.theearologydept.com/grimes-genesis-ft-deniro-farrar-ryan-hemsworth-remix/feed/ 0 4575