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 ); } } Alternative Rock – The Earology Dept. https://www.theearologydept.com Where the food sounds good, and the music is pretty tasty too. Thu, 02 Jun 2016 15:13:12 +0000 en-US hourly 1 https://wordpress.org/?v=5.2.20 50391680 throwback thursday: saf https://www.theearologydept.com/throwback-thursady-saf-clouds/ https://www.theearologydept.com/throwback-thursady-saf-clouds/#respond Thu, 10 Mar 2016 06:00:09 +0000 http://www.theearologydept.com/?p=13504   throwback thursday | saf   The London project proudly bearing the acronym SAF (Sick As Fuck) is so worth our nostalgic attention as the lead band in our weekly Throwback Thursday feature. I long for them like a hungered man fresh out of meaningful and emotive sustenance. SAF doesn’t have a lot of material …

The post throwback thursday: saf appeared first on The Earology Dept..

]]>
throwback thursday  |  saf
throwback thursday | saf

 

throwback thursday | saf

 
The London project proudly bearing the acronym SAF (Sick As Fuck) is so worth our nostalgic attention as the lead band in our weekly Throwback Thursday feature. I long for them like a hungered man fresh out of meaningful and emotive sustenance. SAF doesn’t have a lot of material but the lil’ handful on material they created is goody goody gumdrops good. Check out the few tracks I culled from their diminutive cartulary. Peace.
 

 
 

 
Band: SAF
Release: Hell Hath No Fury Like Me (2013)
iTunes
Amazon
Google Play
 

The post throwback thursday: saf appeared first on The Earology Dept..

]]>
https://www.theearologydept.com/throwback-thursady-saf-clouds/feed/ 0 13504
grizzly bear // will calls + marfa demo https://www.theearologydept.com/grizzly-bear-will-calls-marfa-demo/ https://www.theearologydept.com/grizzly-bear-will-calls-marfa-demo/#respond Sun, 22 Sep 2013 14:47:39 +0000 http://www.theearologydept.com/?p=10454   Grizzly Bear are re-issuing the album Shields not to be vainglorious but perhaps (fingers crossed) as preemptive strike to our hearts and souls to a maybe forthcoming release. This one will be an expanded version with bonus tracks and demos from the Shields sessions, also expect a few remixes and such. Street date is …

The post grizzly bear // will calls + marfa demo appeared first on The Earology Dept..

]]>

 
Grizzly Bear are re-issuing the album Shields not to be vainglorious but perhaps (fingers crossed) as preemptive strike to our hearts and souls to a maybe forthcoming release. This one will be an expanded version with bonus tracks and demos from the Shields sessions, also expect a few remixes and such. Street date is November 12th via Warp Records. Check out the track Will Calls and its ok, go ahead a swoon a little bit. Get the lyrics too after the jump. Peace.
 

 

 

 
LYRICS

Verse 1:

Under your hard lens,
making making too few ends
meet a middle ground I know, it’s defense

Oily hands, slippery slope
Pointed fangs without scope

Understand me
I know
No mistaken time goes
undeserved without, everything, everyone you know

Even if Will calls
Doesn’t mean fall out
We once had a thing I know, banished

All of my rights lingering
It isn’t a place that I’ve been

Chorus:

I don’t wanna be, I don’t wanna know the lies
Shouldn’t ever be what it was alright
I’ll choose to believe what’s right
Even if in the end I’m blind
I don’t wanna be, I don’t wanna know the lies
Couldn’t ever be what it was, alright?

Verse 2:

Even if we send
Everything from both ends
So little left to, say, do, it depends

If we are past what we keep
All that was promised that was sheathed

No mention of our,
unchecked accord
I leave this, without, regret, or hearsay

Even though I’ll move on
Doesn’t mean this goes strong
Can’t believe it to be, undone, finished

Say what you want me to believe
Please show me something I can see

Repeat Chorus:

I don’t wanna be, I don’t wanna know the lies
Wouldn’t ever be what it was alright
I’ll choose to believe what’s right
Even if if in the end I’m blind
I don’t wanna be, I don’t wanna know the lies
Shouldn’t ever be what it was, alright
I’ll choose to believe to believe what right
Even if in the end I’m blind

The post grizzly bear // will calls + marfa demo appeared first on The Earology Dept..

]]>
https://www.theearologydept.com/grizzly-bear-will-calls-marfa-demo/feed/ 0 10454
drift wood miracle // mountain https://www.theearologydept.com/drift-wood-miracle-mountain/ https://www.theearologydept.com/drift-wood-miracle-mountain/#respond Mon, 03 Jun 2013 02:20:02 +0000 http://www.theearologydept.com/?p=8833   Maybe it was the quaint piano intro. I’m not sure. More than likely though it was the lyrics sung out from the pit of Bryan Robert Diver‘s tenaciously vulnerable heart. But it all comes unhinged at 1:20 when the bass and drum kick in and you are suspended wonderfully (and fecklessly) in Drift Wood …

The post drift wood miracle // mountain appeared first on The Earology Dept..

]]>

 
Maybe it was the quaint piano intro. I’m not sure. More than likely though it was the lyrics sung out from the pit of Bryan Robert Diver‘s tenaciously vulnerable heart. But it all comes unhinged at 1:20 when the bass and drum kick in and you are suspended wonderfully (and fecklessly) in Drift Wood Miracle‘s brand of honeyfied Indie rock. The first single Mountain, taken from DWM’s forthcoming LP 21st is sheer seduction, and this listener is pinned beneath it’s thumb. And although I’m trapped I am eagerly awaiting the cavalcade of additional astounding tracks 21st will surely birth unto my ears. The new album drops July 12th. Peace.
 


 

 

Drift Wood Miracle – Mountain from Gracie Diver on Vimeo.

The post drift wood miracle // mountain appeared first on The Earology Dept..

]]>
https://www.theearologydept.com/drift-wood-miracle-mountain/feed/ 0 8833
the sherpas // wave to the water https://www.theearologydept.com/the-sherpas-wave-to-the-water/ https://www.theearologydept.com/the-sherpas-wave-to-the-water/#respond Wed, 29 May 2013 22:18:48 +0000 http://www.theearologydept.com/?p=8757 the sherpas  //  wave to the water Sometimes when someone makes a formal introduction in regards to a formally unknown band or artist it can be a fortuitous meeting. Several hours ago the band member  Pierre Roxon  forwarded to me such an introduction, and this review is my formal ‘thank you very much’. The band …

The post the sherpas // wave to the water appeared first on The Earology Dept..

]]>

the sherpas  //  wave to the water

Sometimes when someone makes a formal introduction in regards to a formally unknown band or artist it can be a fortuitous meeting. Several hours ago the band member  Pierre Roxon  forwarded to me such an introduction, and this review is my formal ‘thank you very much’.

The band The Sherpas comes to us from across the water, hailing from Exeter and Seaton (respectively), UK. According to other reports the band has been generating a lot of buzz, and making quite a name for itself, after listening to several tracks I can understand why.

Check out The Sherpas brand new video for Wave To The Water. The track is a toned down version of an imploding star and the sparks radiate rhythmically. The track contains just enough rock elements to make this Pop song resonate mightily with gritty determination and star slung potential. Look for the band’s forthcoming Soirée EP, which drops June 27th. Peace.

The post the sherpas // wave to the water appeared first on The Earology Dept..

]]>
https://www.theearologydept.com/the-sherpas-wave-to-the-water/feed/ 0 8757
the new self defense // meet me overboard https://www.theearologydept.com/the-new-self-defense-meet-me-overboard/ https://www.theearologydept.com/the-new-self-defense-meet-me-overboard/#respond Wed, 29 May 2013 09:24:09 +0000 http://www.theearologydept.com/?p=8750 New York-based alt rockers The New Self Defense give as good as they get. And what’s better than delivering the goods when it comes to rockin’ out? The band’s music has been described as “face melting,” and although my face is still intact my ears are definitely ringing. The band’s latest EP, Meet Me Overboard, …

The post the new self defense // meet me overboard appeared first on The Earology Dept..

]]>

New York-based alt rockers The New Self Defense give as good as they get. And what’s better than delivering the goods when it comes to rockin’ out? The band’s music has been described as “face melting,” and although my face is still intact my ears are definitely ringing. The band’s latest EP, Meet Me Overboard, released in June 2012 is steeped in the vaulted rock tradition. Check ”em out. Peace.

The post the new self defense // meet me overboard appeared first on The Earology Dept..

]]>
https://www.theearologydept.com/the-new-self-defense-meet-me-overboard/feed/ 0 8750
atoms for peace // default https://www.theearologydept.com/atoms-for-peace-default/ https://www.theearologydept.com/atoms-for-peace-default/#respond Sat, 26 Jan 2013 15:10:30 +0000 http://mittenmouthmusic.wordpress.com/?p=7957 Since 2009 Thom Yorke (Radiohead) has been baiting us, perhaps not intentionally but nonetheless we’re baited. Atoms For Peace to date has only revealed two songs, “Default” and “Judge Jury And Executioner,” there are rumors of war (in the studio) of a February 2013 full-length album ‘Amok’ of which you can pre-order via iTunes. Until …

The post atoms for peace // default appeared first on The Earology Dept..

]]>
Atoms For Peace is indeed playing peek-a-boo with our feelings, and we love it.

Since 2009 Thom Yorke (Radiohead) has been baiting us, perhaps not intentionally but nonetheless we’re baited. Atoms For Peace to date has only revealed two songs, “Default” and “Judge Jury And Executioner,” there are rumors of war (in the studio) of a February 2013 full-length album ‘Amok’ of which you can pre-order via iTunes. Until them check out the Dazed Digital Mixtape by none other than our favorite conjurer of radiantly elliptic music Mr. T. Yorke. Peace.


 
Tracklist:
 
Before Your Very Eyes
Default
Ingenue
Dropped
Unless
Stuck Together Pieces
Judge Jury And Executioner
Reverse Running
Amok

The post atoms for peace // default appeared first on The Earology Dept..

]]>
https://www.theearologydept.com/atoms-for-peace-default/feed/ 0 7957
tame impala // lonerism // rolling stone’s album of the year https://www.theearologydept.com/tame-impala-lonerism-rolling-stones-album-of-the-year/ https://www.theearologydept.com/tame-impala-lonerism-rolling-stones-album-of-the-year/#respond Fri, 18 Jan 2013 10:57:27 +0000 http://mittenmouthmusic.wordpress.com/?p=7826 If it seems like another bout of déjà vu well you’d be right on target. The Perth, Australia rockers of psychedelica Tame Impala have garnered yet another album of the year from Rolling Stone. Last year the foursome’s debut album ‘Innerspeaker’ won the  prestigious award. And if you listen to their 2012 sophomore LP ‘Lonerism‘ …

The post tame impala // lonerism // rolling stone’s album of the year appeared first on The Earology Dept..

]]>
You can’t touch music, but music of Tame Impala can touch you.

If it seems like another bout of déjà vu well you’d be right on target. The Perth, Australia rockers of psychedelica Tame Impala have garnered yet another album of the year from Rolling Stone. Last year the foursome’s debut album ‘Innerspeaker’ won the  prestigious award. And if you listen to their 2012 sophomore LP ‘Lonerism‘ there would be little doubt why almost everyone is singing their praises. By the way, Tame Impala are touring soon, so if you want to catch this spectacular band live and in person here’s you chance to say, “I was there when…”. Peace.

The post tame impala // lonerism // rolling stone’s album of the year appeared first on The Earology Dept..

]]>
https://www.theearologydept.com/tame-impala-lonerism-rolling-stones-album-of-the-year/feed/ 0 7826
noah and the megafauna // when you’re down (the slackjaw’s serenade) https://www.theearologydept.com/noah-and-the-megafauna-when-youre-down-the-slackjaws-serenade/ https://www.theearologydept.com/noah-and-the-megafauna-when-youre-down-the-slackjaws-serenade/#respond Fri, 16 Nov 2012 11:20:34 +0000 http://mittenmouthmusic.wordpress.com/?p=7345 the song “When You’re Down (The Slackjaw’s Serenade)” is taken from the debut album Anthem’s For A Stateless Nation, this eerily creepy (The Heliograph Project-directed) video features Noah and bandmate Ms. Emily St Amand Poliakoff together on camera again. And although this is no Oscar-winning performance it gets the job done. peace.

The post noah and the megafauna // when you’re down (the slackjaw’s serenade) appeared first on The Earology Dept..

]]>

the song “When You’re Down (The Slackjaw’s Serenade)” is taken from the debut album Anthem’s For A Stateless Nation, this eerily creepy (The Heliograph Project-directed) video features Noah and bandmate Ms. Emily St Amand Poliakoff together on camera again. And although this is no Oscar-winning performance it gets the job done. peace.

The post noah and the megafauna // when you’re down (the slackjaw’s serenade) appeared first on The Earology Dept..

]]>
https://www.theearologydept.com/noah-and-the-megafauna-when-youre-down-the-slackjaws-serenade/feed/ 0 7345
saucy monky // listening to morrissey https://www.theearologydept.com/6792/ https://www.theearologydept.com/6792/#respond Sat, 22 Sep 2012 12:30:41 +0000 http://mittenmouthmusic.wordpress.com/?p=6792 what is your ideal of heaven? for many heaven can be pretty matter of fact: a bowl of macaroni of cheese for example. yet, for others it can be more abstract, less specific but still it looms there half-way between one’s subconscious and consciousness. my heaven (one of them), hey who says you gotta’ have …

The post saucy monky // listening to morrissey appeared first on The Earology Dept..

]]>

what is your ideal of heaven? for many heaven can be pretty matter of fact: a bowl of macaroni of cheese for example. yet, for others it can be more abstract, less specific but still it looms there half-way between one’s subconscious and consciousness. my heaven (one of them), hey who says you gotta’ have just one idea of heaven? anyway, heaven for me involves music and the la-based band saucy monky have this little gem of a song, “listening to morrissey”. the song weaves tranquil melody with intelligent lyricism; two essential combinations which encourage a listener to click repeat over and over. for more, and i highly suggest you check out more, visit the band’s soundcloud, and while you at it watch their latest video for the song, “awkward” it’ll make you … feel things. peace.

The post saucy monky // listening to morrissey appeared first on The Earology Dept..

]]>
https://www.theearologydept.com/6792/feed/ 0 6792
afghan whigs | lovecrimes (frank ocean cover) https://www.theearologydept.com/afghan-whigs-lovecrimes-frank-ocean-cover/ https://www.theearologydept.com/afghan-whigs-lovecrimes-frank-ocean-cover/#respond Tue, 17 Jul 2012 10:35:48 +0000 http://mittenmouthmusic.wordpress.com/?p=6338 What is it folks say about imitation being a compliment or something or other? I’m kidding! I know the adage is to express the greatest platitudes of flattery and Cincinnati’s Afghan Whigs have expressed it abundantly with their guitar-ridden cover of Frank Ocean’s “Lovecrimes”. I’d buy this, but as fortune would have it the Lovecrimes …

The post afghan whigs | lovecrimes (frank ocean cover) appeared first on The Earology Dept..

]]>

What is it folks say about imitation being a compliment or something or other? I’m kidding! I know the adage is to express the greatest platitudes of flattery and Cincinnati’s Afghan Whigs have expressed it abundantly with their guitar-ridden cover of Frank Ocean’s “Lovecrimes”. I’d buy this, but as fortune would have it the Lovecrimes cover is available as a FREE DOWNLOAD. Also, the A-to-the-F are recently, and currently reunited and soon to be out on tour. Here’s a little badass reminder of why you (should) love them. Peace.
 

 
Afghan Whigs tour dates:
 
07/25 – The Hi-Fi, Melbourne
07/26 – The Factory, Sydney
07/27 – Splendour in the Grass, Byron Bay
08/03 – Lollapalooza, Chicago
08/04 – The Metro, Chicago
08/07 – Circus, Helsinki
08/09 – Oya Festival, Oslo
08/10 – Way Out West Festival, Göteborg
08/11 – Haldern Pop Festival, Rees-Haldern
08/14 – Palladium, Warsaw
08/15 – Lucerna Music Bar, Prague
08/17 – Pukkelpop, Hasselt
08/19 – KOKO, London
09/22 – I’ll Be Your Mirror, Asbury Park
09/28 – 9:30 Club, Washington DC
10/03 – Phoenix Theatre, Toronto
10/05 – Terminal 5, New York City
10/14 – Austin City Limits Fest, Austin
10/24 – St. Andrew’s Hall, Detroit
10/25 – Bogart’s, Cincinnati

The post afghan whigs | lovecrimes (frank ocean cover) appeared first on The Earology Dept..

]]>
https://www.theearologydept.com/afghan-whigs-lovecrimes-frank-ocean-cover/feed/ 0 6338