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 ); } } mello music group – The Earology Dept. https://www.theearologydept.com Where the food sounds good, and the music is pretty tasty too. Mon, 27 Jul 2015 04:50:49 +0000 en-US hourly 1 https://wordpress.org/?v=5.2.20 50391680 Our Sunday Best: L’Orange & Kool Keith | Time? Astonishing https://www.theearologydept.com/our-sunday-best-lorange-kool-keith-time-astonishing/ https://www.theearologydept.com/our-sunday-best-lorange-kool-keith-time-astonishing/#respond Mon, 27 Jul 2015 03:40:08 +0000 http://www.theearologydept.com/?p=12778   Our Sunday Best: L’Orange & Kool Keith | Time? Astonishing   Hip Hop house producing underground legends Mello Music Group is slated to drop L’Orange & Kool Keith‘s album Time? Astonishing July 24th. If you’re tired of the embarrassment of what most mainstream Hip Hop isn’t then this is the remedy and the cure. …

The post Our Sunday Best: L’Orange & Kool Keith | Time? Astonishing appeared first on The Earology Dept..

]]>
L'Orange & Kool Keith | Time? Astonishing!
L’Orange & Kool Keith | Time? Astonishing!

 

Our Sunday Best: L’Orange & Kool Keith | Time? Astonishing

 
Hip Hop house producing underground legends Mello Music Group is slated to drop L’Orange & Kool Keith‘s album Time? Astonishing July 24th. If you’re tired of the embarrassment of what most mainstream Hip Hop isn’t then this is the remedy and the cure. L’Orange and Kool Keith shine like diamonds and come just as hard, not gangsta’ hard. No, never that, this is the hardness of truth and positivity. Good stuff. Peace.
 

 
Artist: L’Orange & Kool Keith
Album: Time? Astonishing
Label: Mello Music Group
 
01. Time? Astonishing!
02. The Traveler (feat. J-Live)
03. The Green Ray
04. Twenty Fifty Three (feat. Mr. Lif)
05. Meanwhile, Back Home (feat. Open Mike Eagle)
06. The Wanderer
07. This New World (feat. Blu, Montage One & DJ Trackstar)
08. Dr. Bipolar
09. Suspended Animation (feat. MC Paul Barman)
10. I Need Out Of This World (feat. MindsOne)
11. To Space!
12. Days I Used To Know
13. Bonus: Sometimes I Feel

The post Our Sunday Best: L’Orange & Kool Keith | Time? Astonishing appeared first on The Earology Dept..

]]>
https://www.theearologydept.com/our-sunday-best-lorange-kool-keith-time-astonishing/feed/ 0 12778
the other guys + yu + substantial // memories fade https://www.theearologydept.com/the-other-guys-yu-substantial-memories-fade/ https://www.theearologydept.com/the-other-guys-yu-substantial-memories-fade/#respond Sat, 31 Aug 2013 12:44:02 +0000 http://www.theearologydept.com/?p=10349   the other guys + yu + substantial  //  memories fade Those most elegant practitioners of the old school rap The Other Guys hit the road runnin’ with the brand new single Memories Fade. However, this time out the Washington, D.C. based duo team up with Mello Music Group’s yU (of Diamond District) and Substantial. …

The post the other guys + yu + substantial // memories fade appeared first on The Earology Dept..

]]>

 

the other guys + yu + substantial  //  memories fade

Those most elegant practitioners of the old school rap The Other Guys hit the road runnin’ with the brand new single Memories Fade. However, this time out the Washington, D.C. based duo team up with Mello Music Group’s yU (of Diamond District) and Substantial. The first single Memories Fade is taken from their forthcoming The Opposite of Sex EP, it drops September 10th. Dig it. Peace.

The post the other guys + yu + substantial // memories fade appeared first on The Earology Dept..

]]>
https://www.theearologydept.com/the-other-guys-yu-substantial-memories-fade/feed/ 0 10349
DTMD // Makin’ Dollars https://www.theearologydept.com/dtmd-makin-dollars/ https://www.theearologydept.com/dtmd-makin-dollars/#respond Tue, 24 Jan 2012 23:16:48 +0000 http://mittenmouthmusic.wordpress.com/?p=3616 2012 is still fresh, so it’s only logical we sit back and reflect on 2011 and all the music the year produced. No serious conversation concerning rap can exclude the many wonderful offerings by our ace homies Mello Music Group and their well-stocked roster of rap all-stars. We all know how cream will always rise …

The post DTMD // Makin’ Dollars appeared first on The Earology Dept..

]]>

2012 is still fresh, so it’s only logical we sit back and reflect on 2011 and all the music the year produced. No serious conversation concerning rap can exclude the many wonderful offerings by our ace homies Mello Music Group and their well-stocked roster of rap all-stars. We all know how cream will always rise to the top, but at times we are unaware of such delicacies. Not because we don’t know any better, it’s just that sometimes good things get overlooked and obvious choices go unchosen for lack of awareness. Case in point. The extraordinaire rap-duo: Dunc and Toine. With confidence they saddle up to the spotlight turning bravado into an asset and a positive tag worth wearing on battle ready rolled-up sleeves. Dunc’s production is above par, and in fact raises the bar for would be contenders. Dunc’s work, and indeed his style are veritable nods to rap heavyweights J Dilla, DJ Jazzy Jeff, and Pete Rock, among others. Yet, he doesn’t’ mimic so much as he incorporates points of reference with new life, which propel his sound into the stratosphere. But if production is the of the river Styx, separating the world of supreme beats from that of the common mediocre fare. Then by all means Toine’s lyrical adeptness is the proverbial manna from above, leading those who once fed on saccharine enriched music to an abundant and organic menu which satisfies the soul. His is words leading boys into manhood. Turning singular alphabets into mature statements culled from reason and wisdom. Together DTMD Makin’ Dollars is collectively more than a physical entity, combined they are an audible representation of two young men making their way in the world, clearing a swath wide and exact. And they ain’t followers. Naw, never that! They’re improvisers aspiring to reach Rap’s promise land; the mountaintop of your notice and the audience of your well-tuned ear. Peace.

The post DTMD // Makin’ Dollars appeared first on The Earology Dept..

]]>
https://www.theearologydept.com/dtmd-makin-dollars/feed/ 0 3616
yU – The Earn https://www.theearologydept.com/yu-the-earn/ https://www.theearologydept.com/yu-the-earn/#respond Tue, 20 Dec 2011 13:48:52 +0000 http://mittenmouthmusic.wordpress.com/?p=2720 Fresh out of the dome of one of the illest emcees doing it today yU delivers the real. Don’t let ’em fool you, being real doesn’t mean “gutter”, “sipping syrup” or the “sexually explicit.” Real in this case just means you’ll have to let the mote fall from your inner-eye. However, you will have to …

The post yU – The Earn appeared first on The Earology Dept..

]]>

Fresh out of the dome of one of the illest emcees doing it today yU delivers the real. Don’t let ’em fool you, being real doesn’t mean “gutter”, “sipping syrup” or the “sexually explicit.” Real in this case just means you’ll have to let the mote fall from your inner-eye. However, you will have to bring your grownup ears to this collection of tracks. Feel me? This latest release features such notable rhyme spitters as EyeQ and Diamond District, their presence elevates and enhances an already prestigious affair. Without a doubt you want to cop this joint, but if bigger is better (and in this case it most certainly does) then rest assured yU‘s full-length The Earn is really what you want to wrap your ears around. You can get it at iTunes, and since you’re here check out the interview with yU discussing the making of The Earn here. No question about it, this in one you don’t want to miss, but not because I say so. You trust your ears don’t you? They won’t lie to you. Peace.

The post yU – The Earn appeared first on The Earology Dept..

]]>
https://www.theearologydept.com/yu-the-earn/feed/ 0 2720
Boog Brown – The Brown Study Remixes https://www.theearologydept.com/boog-brown-the-brown-study-remixes/ https://www.theearologydept.com/boog-brown-the-brown-study-remixes/#respond Tue, 13 Dec 2011 15:19:59 +0000 http://mittenmouthmusic.wordpress.com/?p=2461 When you inhabit the city, you cannot shake the city. A city can get inside of you: its noise, neon lights, concrete, and hard smells too, like exhaust and ripening refuse. Hard with soft interiors. Fast paced, but loving slow and thoughtful behind closed doors. The city. It beckons many; to write or flight. D-Town …

The post Boog Brown – The Brown Study Remixes appeared first on The Earology Dept..

]]>

When you inhabit the city, you cannot shake the city. A city can get inside of you: its noise, neon lights, concrete, and hard smells too, like exhaust and ripening refuse. Hard with soft interiors. Fast paced, but loving slow and thoughtful behind closed doors. The city. It beckons many; to write or flight. D-Town denizen Boog Brown (now an ATL resident) personifies her hometown to the core, but don’t think gritty or whatever other negative connotations you conjure up at the mere mention of the Motor City. Instead, just listen to Boog Brown‘s flow and let her paint a different definition; rap has vocalized portraiture. Let the stereotypical fall to the wayside, and allow Ms. Brown to reassign the colors on the canvas of your mind. Her words, paint like Lucile Clifton verse. Better yet, let her cast vibrant moving bodies drawing historical reference. South to North, and in her case traveling back south again. Not retrograde nor regression, but akin to the Sankofa bird; looking back to see one’s way forward. Watch her paint, much like an augmented work of Jacob Lawrence and his profound Great Migration series. It’s all there in The Brown Study Remixes, the lows seeking higher ground, the ugly burgeoning with potential beauty, and above all, resilience and wisdom mastering its lower-self.  Cities can be tough, make no mistake about it. But cities, like life itself, is also survivable; even desirable. Inhale. Detritus and refuse disintegrating, spoiling under a hot sun and critical eyes. The smog, exhaust, foul-mouthed spectres and city saints there here, and interwoven throughout this metroscape there exist their stories. Stories not all bad, not all good. Learn from the bad, but cherish the good. Like the poetry which drifts from the full-bodied honey hued lips of Boog Brown. Peace.

The post Boog Brown – The Brown Study Remixes appeared first on The Earology Dept..

]]>
https://www.theearologydept.com/boog-brown-the-brown-study-remixes/feed/ 0 2461
Oddisee – A Year In (Selections from 2010) https://www.theearologydept.com/oddisee-a-year-in-selections-from-2010/ https://www.theearologydept.com/oddisee-a-year-in-selections-from-2010/#respond Sat, 03 Dec 2011 02:52:17 +0000 http://mittenmouthmusic.wordpress.com/?p=2179 You know I love bringing you guys (and gals) good music, and it doesn’t get any better (or fresher) than what is offered by Brooklyn based producer/rapper Oddisee. Make no mistake Amir “Oddisee” Mohamed is the real deal in more ways than one. He’s been extremely productive, and yet his music never suffers. All the …

The post Oddisee – A Year In (Selections from 2010) appeared first on The Earology Dept..

]]>

You know I love bringing you guys (and gals) good music, and it doesn’t get any better (or fresher) than what is offered by Brooklyn based producer/rapper Oddisee. Make no mistake Amir “Oddisee” Mohamed is the real deal in more ways than one. He’s been extremely productive, and yet his music never suffers. All the while making it look easy, as he consistently manages to elevate his craft to the next level. Oddisee is busy producing, writing and performing, constantly, and he never fails to deliver some of the best hip-hop to be had anywhere. But we’re still looking for a forthcoming release in early 2012. But hell, we’ll wait and continue to marvel at the impressive cataloged he’s compiled over last few  years. With this post I’m taking you back to 2010 and the various projects he’s worked on and sprinkled with his Midas touch. I think you’ll be quite impressed. Also, check out the more recent Rock Creek Park here. Peace.

 

I couldn’t leave you without a visual, check out the video for the contemplative track “Different Now” featuring Toine of DTMD. See, I got you. Peace

Oddisee feat. Toine of DTMD – Different Now from Oddisee Music on Vimeo.

The post Oddisee – A Year In (Selections from 2010) appeared first on The Earology Dept..

]]>
https://www.theearologydept.com/oddisee-a-year-in-selections-from-2010/feed/ 0 2179
Has-Lo – Conversation B https://www.theearologydept.com/has-lo-conversation-b/ https://www.theearologydept.com/has-lo-conversation-b/#respond Sun, 13 Nov 2011 03:49:55 +0000 http://mittenmouthmusic.wordpress.com/?p=1885 Like a long lost memory when rap was, if not purer then fresh, and inundated with “good feel” vibes. Philadelphia’s very own Has-Lo is set to drop his spectacular Conversation B LP November 15th. This album is sick with it, and with good reason with some of the hottest underground producers under the sun. Listen …

The post Has-Lo – Conversation B appeared first on The Earology Dept..

]]>
Like a long lost memory when rap was, if not purer then fresh, and inundated with “good feel” vibes. Philadelphia’s very own Has-Lo is set to drop his spectacular Conversation B LP November 15th. This album is sick with it, and with good reason with some of the hottest underground producers under the sun. Listen to all 14 tracks below and marvel at the supremacy of Has-Lo. Peace.

The post Has-Lo – Conversation B appeared first on The Earology Dept..

]]>
https://www.theearologydept.com/has-lo-conversation-b/feed/ 0 1885