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 ); } } Downtempo – The Earology Dept. https://www.theearologydept.com Where the food sounds good, and the music is pretty tasty too. Sat, 30 Jan 2016 20:49:51 +0000 en-US hourly 1 https://wordpress.org/?v=5.2.20 50391680 chet faker | gold | official video https://www.theearologydept.com/chet-faker-gold-official-video/ https://www.theearologydept.com/chet-faker-gold-official-video/#respond Fri, 03 Oct 2014 09:13:40 +0000 http://www.theearologydept.com/?p=11815   Chet Faker is fast becoming a mainstay in the playlists of romantics and would be Casanova’s alike. With a strong love potion #9 like Gold employed against undesirable “one and lonely” situations, nights are destined to be certified double-the-warmth cuddle zones.   And if you have been charting Chet’s continual rise over the years, …

The post chet faker | gold | official video appeared first on The Earology Dept..

]]>

 
Chet Faker is fast becoming a mainstay in the playlists of romantics and would be Casanova’s alike. With a strong love potion #9 like Gold employed against undesirable “one and lonely” situations, nights are destined to be certified double-the-warmth cuddle zones.

 
And if you have been charting Chet’s continual rise over the years, then surely you have noticed beards are the de facto accoutrement of manly cool as of late, and the constant output and high level of badassery of this Aussie are the star stuff streaking across your earlobe.

Ahywho, it would serve you right to lay your optics upon the official music video for Gold, taken from Chet Faker’s debut album ‘Built On Glass‘. Basically, I told you so and you’re welcome. Peace.
 
Artist: Chet Faker
Album: Built On Glass
iTunes
Google Play
Amazon
 
Tracklsting:
 
Release Your Problems
01. Talk Is Cheap
02. No Advice (Airport Version)
03. Melt (feat. Kilo Kish)
04. Gold
05. To Me
06. /
07. Blush
08. 1998
09. Cigarettes & Loneliness
10. Lesson In Patience
11. Dead Body

The post chet faker | gold | official video appeared first on The Earology Dept..

]]>
https://www.theearologydept.com/chet-faker-gold-official-video/feed/ 0 11815
danyelino | https://www.theearologydept.com/danyelino/ https://www.theearologydept.com/danyelino/#respond Thu, 10 Jul 2014 12:43:09 +0000 http://www.theearologydept.com/?p=11739   Danyelino (aka Daniele Campagna) is a LINK DJ/Producer who holds a residency at Treehouse in Miami & Story. Originally from Genova in the northwest part of Italy, a city known for its commercial and business port, but also for its big Techno dance music scene. Musically influenced by Funky, Soul and Acid Jazz, his …

The post danyelino | appeared first on The Earology Dept..

]]>

 
Danyelino (aka Daniele Campagna) is a LINK DJ/Producer who holds a residency at Treehouse in Miami & Story. Originally from Genova in the northwest part of Italy, a city known for its commercial and business port, but also for its big Techno dance music scene.

Musically influenced by Funky, Soul and Acid Jazz, his early Djing comes from a funky house/progressive background but as of today he has defined his sound to a more Minimal/Deep-Tech vibe.

July 11th you can find and hear Danyelino playing a show alongside Matthew Dear and Ms. Mada @ Trade in Miami. Until then, check out an excerpt from his set at Treehouse in Miami earlier this year. You can also download his incredible display of djingship here. Peace.
 

The post danyelino | appeared first on The Earology Dept..

]]>
https://www.theearologydept.com/danyelino/feed/ 0 11739
jessy lanza | pull my hair back https://www.theearologydept.com/jessy-lanza-pull-hair-back/ https://www.theearologydept.com/jessy-lanza-pull-hair-back/#respond Sat, 24 May 2014 03:30:48 +0000 http://www.theearologydept.com/?p=11679   Ridin’ it out with R&B-inspired vocalist, producer, and songwriter Jessy Lanza‘s, Pull My Hair Back (2013). The title release, bearing the same name as the album, was Lanza’s Hyperdub debut LP. Get it via iTunes today.     The 9-track album has a chill seductive vibe perfect for a late Friday night when it’s …

The post jessy lanza | pull my hair back appeared first on The Earology Dept..

]]>

 
Ridin’ it out with R&B-inspired vocalist, producer, and songwriter Jessy Lanza‘s, Pull My Hair Back (2013). The title release, bearing the same name as the album, was Lanza’s Hyperdub debut LP. Get it via iTunes today.
 

 
The 9-track album has a chill seductive vibe perfect for a late Friday night when it’s just two and a bottle of something that’ll make Dionysus proud. I’ve also thrown in the track Move Closer to seal the deal, plus it’s a FREE DOWNLOAD. Peace.
 
Jessy Lanza, Pull My Hair Back, Tracklist:
 
1. Giddy
2. 5785021
3. Kathy Lee
4. F**k Diamond
5. Keep Moving
6. Against The Wall
7. Pull My Hair Back
8. As If
9. Strange Emotion
 

The post jessy lanza | pull my hair back appeared first on The Earology Dept..

]]>
https://www.theearologydept.com/jessy-lanza-pull-hair-back/feed/ 0 11679
cooly g | in session: mixmag https://www.theearologydept.com/cooly-g-session-mixmag/ https://www.theearologydept.com/cooly-g-session-mixmag/#respond Sat, 24 May 2014 00:11:04 +0000 http://www.theearologydept.com/?p=11677   I am kickin’ off Friday night with a FREE DOWNLOAD! Check out the multi-talented Cooly G: In Session courtesy of Mixmag. This one finds the empress of house in fine for, spinning hypnotic, wobbly, off-kilter house, bossy bass, and sounds with a splash of techo, deep, downtempo abstract and a melody of additional sounds …

The post cooly g | in session: mixmag appeared first on The Earology Dept..

]]>

 
I am kickin’ off Friday night with a FREE DOWNLOAD! Check out the multi-talented Cooly G: In Session courtesy of Mixmag. This one finds the empress of house in fine for, spinning hypnotic, wobbly, off-kilter house, bossy bass, and sounds with a splash of techo, deep, downtempo abstract and a melody of additional sounds that’ll clog your ears up with a primo brand of audible splith smoke. Enjoy. Peace.

Also, teleport with me back a few and revisit the classic Cooly G track, Him Da Biz. And for the newbies let’s hit ’em again for the first time.
 

The post cooly g | in session: mixmag appeared first on The Earology Dept..

]]>
https://www.theearologydept.com/cooly-g-session-mixmag/feed/ 0 11677
talos| tethered bones https://www.theearologydept.com/talos-tethered-bones/ https://www.theearologydept.com/talos-tethered-bones/#respond Sun, 16 Mar 2014 02:39:26 +0000 http://www.theearologydept.com/?p=11434   Recently, for the last few years, there as been a wave of young men showing their collective soft side. Now, to add to the batch of modern day crooners comes Talos aka Eoin French. He lays it down all romantic like, so much so it’ll be responsible for not a few nights canoodling with …

The post talos| tethered bones appeared first on The Earology Dept..

]]>
From Cork, Ireland comes a romantic heart with beard.

 
Recently, for the last few years, there as been a wave of young men showing their collective soft side. Now, to add to the batch of modern day crooners comes Talos aka Eoin French. He lays it down all romantic like, so much so it’ll be responsible for not a few nights canoodling with a special someone. So choose carefully, you don’t want to waste the track Tethered Bones on the undeserving. Peace.
 

The post talos| tethered bones appeared first on The Earology Dept..

]]>
https://www.theearologydept.com/talos-tethered-bones/feed/ 0 11434
quadron // avalanche https://www.theearologydept.com/8872/ https://www.theearologydept.com/8872/#comments Thu, 06 Jun 2013 17:30:19 +0000 http://www.theearologydept.com/?p=8872 I’m switching gears here, a virtual pumping of the brakes and slowing things down. And as I move to the slow lane check out the good feel music of Quadron and their infectious downtempo vibe. Avalanche, Quadron’s sophomore LP, is currently streaming in full via The New York Time’s Press Play. Also, be sure to …

The post quadron // avalanche appeared first on The Earology Dept..

]]>
Quadron is so righteous! Coco O. Karshøj. is the pooh!

I’m switching gears here, a virtual pumping of the brakes and slowing things down. And as I move to the slow lane check out the good feel music of Quadron and their infectious downtempo vibe. Avalanche, Quadron’s sophomore LP, is currently streaming in full via The New York Time’s Press Play. Also, be sure to catch them in all of their unbridled sexy glory on The Late Show with David Letterman on June 17th, 2013. Peace.
 

 
Quadron on Tour:
 
6/12 – Brighton Music Hall – Boston, MA *
6/13 – Highline Ballroom – New York, NY *
6/15 – 9:30 Club – Washington, DC *
6/16 – Union Transfer – Philadephia, PA *
6/17 – Late Show with David Letterman
6/18 – Nectar Lounge – Seattle, WA
6/19 – Fortune Sound Club – Vancouver, BC
6/21 – Hawthorne Theater – Portland, OR
6/23 – Stern Grove Festival – San Francisco, CA
6/27 – Central Park Summerstage – (New York, NY #
8/03 – Osheaga Festival – Montreal, QC
8/22 – Troubadour – Los Angeles, CA
8/24 – First City Festival – Monterey, CA
9/14 – One Music Fest – Atlanta, GA
10/12 – Corona Capital Festival – Mexico City, CA

* w/ Junip

# w/ Lianne La Havas

The post quadron // avalanche appeared first on The Earology Dept..

]]>
https://www.theearologydept.com/8872/feed/ 1 8872
skream // disco set for judie + free download https://www.theearologydept.com/8594/ https://www.theearologydept.com/8594/#respond Fri, 17 May 2013 22:13:05 +0000 http://www.theearologydept.com/?p=8594 If you know your dubstep then the name Ollie ‘Skream’ Jones is a familiar one. However, as of late he’s in the midst of his own musical renaissance. His latest mix, Disco Set For Judie, finds Skream revisiting the Golden era of disco with all it’s vibrant groove and time tested chillsticity. But of course …

The post skream // disco set for judie + free download appeared first on The Earology Dept..

]]>

If you know your dubstep then the name Ollie ‘Skream’ Jones is a familiar one. However, as of late he’s in the midst of his own musical renaissance. His latest mix, Disco Set For Judie, finds Skream revisiting the Golden era of disco with all it’s vibrant groove and time tested chillsticity. But of course Skream adds his signature flavor to the mix, no surprise there, right? Also, as an added benefit this Neo Disco compilation is a FREE DOWNLOAD! Peace.

The post skream // disco set for judie + free download appeared first on The Earology Dept..

]]>
https://www.theearologydept.com/8594/feed/ 0 8594
Dntel // Still https://www.theearologydept.com/dntel-still/ https://www.theearologydept.com/dntel-still/#respond Thu, 26 Apr 2012 00:45:45 +0000 http://mittenmouthmusic.wordpress.com/?p=5328 James Scott “Jimmy” Tamborello bka Dntel is a lot things, but it’s his skill at composing wickedly chill electronica that has garnered him the most attention.  The track “Chill” is a perfect example of his ongoing and ever-expanding oeuvre. Most recently, his latest LP titled Aimlessness is total dream production. This release is 12-tracks of …

The post Dntel // Still appeared first on The Earology Dept..

]]>

James Scott “Jimmy” Tamborello bka Dntel is a lot things, but it’s his skill at composing wickedly chill electronica that has garnered him the most attention.  The track “Chill” is a perfect example of his ongoing and ever-expanding oeuvre. Most recently, his latest LP titled Aimlessness is total dream production. This release is 12-tracks of gorgeously sculpted music; it’s the stuff burning candles and iridescent moonlight listen to when they want to vibe out. You can also check out his superb internet show Dying Songs exclusively at dublab, which is the perfect accompaniment to chill evenings spent maxin’ and relaxin’. Peace.


The post Dntel // Still appeared first on The Earology Dept..

]]>
https://www.theearologydept.com/dntel-still/feed/ 0 5328