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 ); } } QueenS – The Earology Dept. https://www.theearologydept.com Where the food sounds good, and the music is pretty tasty too. Sat, 13 Oct 2012 17:07:07 +0000 en-US hourly 1 https://wordpress.org/?v=5.2.24 50391680 freelance whales // diluvia https://www.theearologydept.com/freelance-whales-diluvia/ https://www.theearologydept.com/freelance-whales-diluvia/#respond Sat, 13 Oct 2012 17:07:07 +0000 http://mittenmouthmusic.wordpress.com/?p=6972 freelance whales is a fun band to listen to. period.  just take into account their previous effort, weathervanes (2009). on that album they collectively managed to craft euphoric and  giddy music replete with thought-provoking songs that took it easy on our collective ears and hearts. and while melancholy does exist too in the freelance whales …

The post freelance whales // diluvia appeared first on The Earology Dept..

]]>

freelance whales is a fun band to listen to. period.  just take into account their previous effort, weathervanes (2009). on that album they collectively managed to craft euphoric and  giddy music replete with thought-provoking songs that took it easy on our collective ears and hearts. and while melancholy does exist too in the freelance whales universe, it is isn’t something of which the band dwells on. now, almost 3-years later the band’s 2012 sophomore offering diluvia materializes, and we get to experience the fun all over again. but it is a bit more than “more of the same.” present still  is the above excellent song-writing and those sonic compositions which vacillate between the rife and rich swaths of wide open space grandeur to those dazzling earthbound odes with sparse beautiful simplicity. this is am album with the power to, maybe not fix things, but it does offer an atmosphere in which all seems a bit less pressing and a lot more hopeful and possible.

i got my hands (read ears) on an advance copy of the album diluvia and from the first song, “aeolus” it begins with soft synths and choir-like chanting. this is tranquil easement into an album which blossoms into a deluge of pale and spiraling colors. the second, third and fourth songs, “land features,” “follow through” and “spitting image” is familiar ground. in that they closely resemble the “freelance whales sound” we fell  in love with in the first place (the synths, glockenspiel, banjo and harmonium are all still there). yet, it is a bit of a misnomer to even attempt to nail down the freelance whales sound, because it is a wide and uncharted land where the mandolin cozies up with the water phone, and synthesizers make strange bedfellows with a bamboo pipe organ.

the song, “red starjudah dadone shuts us into the dreamscape of hist wistful heart and a torn scrim of red falls down around us…, “i don’t wanna jump from this scarlet star tonight
and bend things so much I can’t remember how they were, let her nova alone breathing outwards to burn,” this is a bitter lump of coal in my throat and a sweet doleful segue into our fragile humanity as one can get.

to some it up diluvia is a fine album right down to the last song, “emergency exit“. this lp it is filled with enough good music to keep you warm and listening the whole winter through. i also want to mention how freelance whales make good and magical use of the lithe and feathery vocals of doris cellar‘s angelic voice, adding just the right amount of buoyancy to various tracks throughout. peace.



 

The post freelance whales // diluvia appeared first on The Earology Dept..

]]>
https://www.theearologydept.com/freelance-whales-diluvia/feed/ 0 6972
large professor // keys to the city https://www.theearologydept.com/large-professor-keys-to-the-city/ https://www.theearologydept.com/large-professor-keys-to-the-city/#respond Fri, 20 Jul 2012 17:22:15 +0000 http://mittenmouthmusic.wordpress.com/?p=6409 When you surround your head space with the music of the legendary veteran producer/rapper Large Professor it’s hard not to have a good time. His music has a vibe wherein the unimportant and frivolous dissipate in the furthest recesses of your mind. Large Professor drops jewels of wisdom and profound insight like they were penny …

The post large professor // keys to the city appeared first on The Earology Dept..

]]>

When you surround your head space with the music of the legendary veteran producer/rapper Large Professor it’s hard not to have a good time. His music has a vibe wherein the unimportant and frivolous dissipate in the furthest recesses of your mind. Large Professor drops jewels of wisdom and profound insight like they were penny candy. Here is a man who has accomplished plenty in the Rap/Hip Hop game having worked alongside such figures as Eric B. and Rakim. And you can count such Hip Hop notables as Kool G, Kane, Slick, Busta Rhymes, and Common among his peers and proteges. And still thorough the years the man remains true to his origins. After the jump watch his “Keys To The City” video and witness classic Hip Hop at its finest. For more, check out Large Processor’s interview at HipHop DX. Peace.

For Music and Merch go to www.undergroundhiphop.com. Also available on iTunes.
 

 
Tracklisting:
 
1. Key To The City
2. UNOWHTMSAYN
3. Straight From The Golden Ft: Busta Rhymes
4. Focused Up Ft: Cormega & Tragedy Khadafi
5. Happy Days R Here Ft: Fame M.O.P.
6. Professor @ Large
7. Light Years
8. Barber Shop Chop
9. Live Again
10. Mack Don Illz Ft: Mic Geronimo & Grand Daddy IU
11. Sun, Star & Crescents
12. Kick Da Habit
13. Lp Surprise
14. Back In Time
15. M.A.R.S. Ft: Cormega, Action Bronson, Roc Marciano & Saigon

The post large professor // keys to the city appeared first on The Earology Dept..

]]>
https://www.theearologydept.com/large-professor-keys-to-the-city/feed/ 0 6409
THEESatisfaction // QueenS (Official Video) https://www.theearologydept.com/theesatisfaction-queens-official-video/ https://www.theearologydept.com/theesatisfaction-queens-official-video/#comments Fri, 20 Apr 2012 13:00:15 +0000 http://mittenmouthmusic.wordpress.com/?p=5228 Stasia Irons and Catherine Harris-White who comprise the duo THEESatisfaction released their non-too-shabby album awE naturalE March of this year to much avail. Yeah, there kinda’ a big deal. Yep, you might have guessed they are a couple of down sisters with a penchant for hip hop and high-tuned conscious lyrics. So it is with …

The post THEESatisfaction // QueenS (Official Video) appeared first on The Earology Dept..

]]>

Stasia Irons and Catherine Harris-White who comprise the duo THEESatisfaction released their non-too-shabby album awE naturalE March of this year to much avail. Yeah, there kinda’ a big deal. Yep, you might have guessed they are a couple of down sisters with a penchant for hip hop and high-tuned conscious lyrics. So it is with great pleasure that I present to you the duos video premiers of “QueenS”. And yes indeed, it’s hella’ dope. Peace.

The post THEESatisfaction // QueenS (Official Video) appeared first on The Earology Dept..

]]>
https://www.theearologydept.com/theesatisfaction-queens-official-video/feed/ 1 5228
THEESatisfaction // QueenS (Our Sunday Best) https://www.theearologydept.com/theesatisfaction-queens/ https://www.theearologydept.com/theesatisfaction-queens/#respond Sun, 12 Feb 2012 13:28:55 +0000 http://mittenmouthmusic.wordpress.com/?p=4132 Shabazz Palaces protégés THEESatisfaction (Stasia Irons and Catherine Harris-White bka Cat and Stas) are the antithesis to the music industry cash cow, ala Nicki Minaj (No disrespect, just a fact). So the chances of hearing these cool and positively energetic dames on American Top 40 with Ryan Seacrest anytime soon? HA! Forget about it. And, …

The post THEESatisfaction // QueenS (Our Sunday Best) appeared first on The Earology Dept..

]]>

Shabazz Palaces protégés THEESatisfaction (Stasia Irons and Catherine Harris-White bka Cat and Stas) are the antithesis to the music industry cash cow, ala Nicki Minaj (No disrespect, just a fact). So the chances of hearing these cool and positively energetic dames on American Top 40 with Ryan Seacrest anytime soon? HA! Forget about it. And, I’m fairly certain they’re alright with not ripping Victoria Secret’s runway or culling a brutish male altar-ego too. Mainly because these young hip hop heads aren’t interested in artifice, nope not even a lil’ bit. And, you can best believe both like nothing better than to shake it up a bit and bust out pop culture and put its fickleness on front street, if you catch my drift. According to various sources, the duo met at college and discovered not a few mutual interests, ranging from classic, circa 70’s R&B to Funk and Jazz influences, an affinity for William the Shakespeare, and not surprisingly the sounds and ethos of 80’s and 90’s hip hop. Together, their sound is heavily steeped in, not only R&B and the like, but thought-provoking observations on a world not seen through rose-colored lenses. Peep the newly minted single “Queens” to understand where they’re coming from. THEESatisfaction are releasing their debut LP awE naturalE via Sub Pop on March 27th. You can also cop the free download of the single QueenS here. Peace.

“QueenS”

(Via snipelondon)

Sandra Bullocks Black Baby Boy (March 2011)

The post THEESatisfaction // QueenS (Our Sunday Best) appeared first on The Earology Dept..

]]>
https://www.theearologydept.com/theesatisfaction-queens/feed/ 0 4132