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 ); } } Melbourne – The Earology Dept. https://www.theearologydept.com Where the food sounds good, and the music is pretty tasty too. Sat, 30 Jan 2016 20:26:58 +0000 en-US hourly 1 https://wordpress.org/?v=5.2.20 50391680 magic hands | limousine | official video https://www.theearologydept.com/magic-hands-limousine-official-video/ https://www.theearologydept.com/magic-hands-limousine-official-video/#respond Fri, 18 Jul 2014 06:53:21 +0000 http://www.theearologydept.com/?p=11750   Magic Hands expose their single Limousine to the light of day and it handily outshines the sun. The beatiful (Yes, I said beatiful) track is taken from their upcoming album Let Me Hold You While You Fail all set to drop like an atomic bomb December 9th. I must also admit, I don’t know …

The post magic hands | limousine | official video appeared first on The Earology Dept..

]]>

 
Magic Hands expose their single Limousine to the light of day and it handily outshines the sun. The beatiful (Yes, I said beatiful) track is taken from their upcoming album Let Me Hold You While You Fail all set to drop like an atomic bomb December 9th.

I must also admit, I don’t know much about Lucy Roleff & Alex Badham currently but from what I’ve heard thus far my curiosity is indeed sufficiently piqued. Peace.
 

 

The post magic hands | limousine | official video appeared first on The Earology Dept..

]]>
https://www.theearologydept.com/magic-hands-limousine-official-video/feed/ 0 11750
fractures | fractures ep | won’t win | official video https://www.theearologydept.com/fractures-wont-win/ https://www.theearologydept.com/fractures-wont-win/#respond Sat, 28 Jun 2014 21:57:10 +0000 http://www.theearologydept.com/?p=11719   Fractures (Mark Zito) delivers a sure hit with his latest Won’t Win.. The lead single, from the upcoming Fractures EP release, ebbs with tension which feels like a slight constriction about one’s heart. Surely, there is trouble in the kingdom of love. And as I watched the vid I noticed a lot of the …

The post fractures | fractures ep | won’t win | official video appeared first on The Earology Dept..

]]>

 
Fractures (Mark Zito) delivers a sure hit with his latest Won’t Win.. The lead single, from the upcoming Fractures EP release, ebbs with tension which feels like a slight constriction about one’s heart. Surely, there is trouble in the kingdom of love. And as I watched the vid I noticed a lot of the frames are back-lit wit red (passion), green (jealousy) and blue (peace and tranquility). The subtext can be easily read as the color spectrum representation of human relationships. No? And get this, the Fractures EP drops July 4th, the day in the U.S where the literal fireworks fly. Is this all some sort of mad coincidence? No matter.
 

 
So far I am loving Fractures smoky hued and soulful delivery, and I even got my ears advanced access to the Fractures EP. It is good. It is damn good. Actually the EP has the feel of a full blown album. And as good as the track Won’t Win is the release glows with other gems as well. The opening track Embers stands out. Additional tracks catching my attention were Cadence, It’s Alright and my favorite Mortal. The Fractures band definitely has a future inside my heart. Peace.
 
Fractures EP Track Listing:
 
1. Embers
2. Cadence
3. Won’t Win
4. It’s Alright
5. Twisted
6. Mortal
7. Unwind
8. Ghosts (Andrei Eremin x Fractures) Bonus Track
 
Available via iTunes
 
Fractures, Won’t Win, lyrics:
 
I’m half asleep, you’re medicated, Crumbling inside ourselves.
My eyeballs leak, they’re lubricating, Try to think of something else.

And it seems to me, you’re so far removed, Your voice, it echoes through my head. And it seems to me, you’re too complicated, Think I’m better by myself.

(You Won’t Win)
I’ll rid myself of this war you started.
You’ve got a pulse but you seem so heartless. You found another to tear apart.

Your skin is grey, you’re colour-coded, Should have known to keep my distance. Your sunken face, your mind eroded, You barely even filled a space.

You came my way, and you stole my focus,
Smoke and mirrors game you played.
And I never knew how far you would take me.

(You Won’t Win)
I’ll rid myself of this war you started.
You’ve got a pulse but you seem so heartless. You found another to tear apart.

Why are you running, thought you could come and, Thought you could take control.
So undermining, figured you’d find a,
Problem you could solve.

You tell me you’re sorry, tell me you worry, tell me you found your faults. Then tell me I’m stubborn, tell me I smother,tell me I wrecked it all.
Why are you waiting, watch us decaying, watch as the walls go thin.
So sick inside, thought I could find you, but you won’t let me in.

(You Won’t Win)x3
I’ll rid myself of this war you started.
You’ve got a pulse but you seem so heartless.
You found another to tear apart.

The post fractures | fractures ep | won’t win | official video appeared first on The Earology Dept..

]]>
https://www.theearologydept.com/fractures-wont-win/feed/ 0 11719
cut copy | free your mind | deluxe version https://www.theearologydept.com/cut-copy-free-mind-deluxe-re-issue/ https://www.theearologydept.com/cut-copy-free-mind-deluxe-re-issue/#respond Sat, 28 Jun 2014 18:00:43 +0000 http://www.theearologydept.com/?p=11717   Melbourne, Australia-based Cut Copy have made us very happy as of late. Firstly, the forthcoming release of the deluxe re-issue of the bands classic Free Your Mind album. The release features 5-additional tracks, and if that ain’t reason to clap your hands together, then what is? Rhetorical questions aside, there is also a shiny …

The post cut copy | free your mind | deluxe version appeared first on The Earology Dept..

]]>

 
Melbourne, Australia-based Cut Copy have made us very happy as of late. Firstly, the forthcoming release of the deluxe re-issue of the bands classic Free Your Mind album. The release features 5-additional tracks, and if that ain’t reason to clap your hands together, then what is?

Rhetorical questions aside, there is also a shiny new video (replete with that new shiny video smell. LOVE!). The new visuals got direction from fellow Aussies Trouble Hands and starring the world renowned and obstreperous actor Ben Sinclair.
 

 
The Free Your Mind deluxe version (additional songs) track listing:
 
1. In These Arms of Love
2. Like Any Other Day
3. Believers
4. Lights Shine On
5. I Wish the Sun Would Grow Today
 
The Free Your Mind (Deluxe Issue) will be available on July 18 (Aus), 21 (UK) and 22 (US). Below, check out the remaining tour dates.

For additional updates and Cut Copy news in general visit the Cut Copy website.
 
2014 North American Tour Dates
 
Jun 28 – Rothbury, MI – Electric Forest Festival*
Jun 30 – Louisville, KY – Headliners Music Hall
Aug 01 – Chicago, IL – Vic Theatre*
Aug 02 – Chicago, IL – Lollapalooza*
Aug 03 – Montreal, Canada – Osheaga Festival*
Aug 05 – Morrison, CO -@ Red Rocks Amphitheatre*
Aug 06 – Aspen, CO @ Belly Up Aspen*
Aug 08 – Las Vegas, NV @ Brooklyn Bowl*
Aug 10 – San Francisco, CA @ Outside Lands Festival*
Aug 14 – Hasselt, Belgium @ Pukkelpop Festival*
Aug 24- Paris, France @ Rock En Seine Festival*

The post cut copy | free your mind | deluxe version appeared first on The Earology Dept..

]]>
https://www.theearologydept.com/cut-copy-free-mind-deluxe-re-issue/feed/ 0 11717
hiatus kaiyote // tawk tomahawk https://www.theearologydept.com/hiatus-kaiyote-tawk-tomahawk/ https://www.theearologydept.com/hiatus-kaiyote-tawk-tomahawk/#comments Sun, 30 Dec 2012 05:26:40 +0000 http://mittenmouthmusic.wordpress.com/?p=7598   hiatus kaiyote  //  tawk tomahawk   Also breaking on This Kid Is A Problem (TKIAP) is the Australian jam-band Hiatus Kaiyote. The group is co-produced by Uche Uchendu and the incomparable Erykah Badu. Hailing from Melbourne, Australia and conjuring up sonic images from a wide variety of influences, R&B, Neo-Soul, Jazz, World Music, etc. …

The post hiatus kaiyote // tawk tomahawk appeared first on The Earology Dept..

]]>
Music as séance calling forth the spirit of chilled out atoms to stimulate the multiverse into a state of total blissed out harmony.

 

hiatus kaiyote  //  tawk tomahawk

 
Also breaking on This Kid Is A Problem (TKIAP) is the Australian jam-band Hiatus Kaiyote. The group is co-produced by Uche Uchendu and the incomparable Erykah Badu. Hailing from Melbourne, Australia and conjuring up sonic images from a wide variety of influences, R&B, Neo-Soul, Jazz, World Music, etc. Their album, ‘Tawk Tomahawk‘ dropped earlier this year, and to date is hands down definitely one of the most slept-on releases of 2012. Lead vocalist Nai Palm unsheathes a voice so radiantly profound it defies dislike and draws you into her world of musical bliss.  Hopefully, this eclectic ensemble with its jazzy overtones and sub-zero vibe will get the exposure and recognition they so richly deserve. After the jump check out a jam session to see them in action, and hear what all the fuss is all about. By the way, you can cop a FREE DOWNLOAD copy of the band’s Tawk Takeout Tawk Tomahawk Remixed via bandcamp. Peace.
 


 

The post hiatus kaiyote // tawk tomahawk appeared first on The Earology Dept..

]]>
https://www.theearologydept.com/hiatus-kaiyote-tawk-tomahawk/feed/ 2 7598
big scary // vacation (our sunday best) https://www.theearologydept.com/big-scary-vacation-our-sunday-best/ https://www.theearologydept.com/big-scary-vacation-our-sunday-best/#respond Mon, 03 Sep 2012 00:18:16 +0000 http://mittenmouthmusic.wordpress.com/?p=6628 The Melbourne, Australia duo Big Scary (Jo Syme & Tom Iansek) is one of my recent favorite discoveries for reasons you can listen to after the jump. The twosome have their debut album release Vacation dropping on September 18th, and having already listened to an advance copy I can attest to its absolute majesty and …

The post big scary // vacation (our sunday best) appeared first on The Earology Dept..

]]>

The Melbourne, Australia duo Big Scary (Jo Syme & Tom Iansek) is one of my recent favorite discoveries for reasons you can listen to after the jump. The twosome have their debut album release Vacation dropping on September 18th, and having already listened to an advance copy I can attest to its absolute majesty and magic. No doubt this is an album that is more than the sum of its 10-track parts, with each song doing exactly what it was made to do: entertain your ears and wedge nicely inside you beating heart. So to define or categorize the music as merely Pop is both an understatement and a disservice. These songs are ledgers of blood sweetened with the artistry of raw ability and a honed ear for making musical perfection.

Make no bones about it these songs are crafted from musicians who’ve poured out their hearts and souls, putting every ounce of “keeping it real” in the music and lyrics they obviously enjoyed bringing into the world. Simply put, theses are artists whose talents are perfectly suited to the purpose of penning great music. And this is why Big scary was an easy pick for Our Sunday Best.

You can pre-order Vacation on iTunes, and come back soon for additional tour dates and updates. Peace.


 

 
Oct 7 – Los Angeles, CA – DragonFly

Oct 10 – San Francisco, CA – Hotel Utah

Oct 14 – Seattle, WA – The Sunset

Oct 16-20 – NYC – CMJ (Dates TBA)

Oct 24 – NYC – Pianos (w/ Opossom)

The post big scary // vacation (our sunday best) appeared first on The Earology Dept..

]]>
https://www.theearologydept.com/big-scary-vacation-our-sunday-best/feed/ 0 6628
the avalanches // frontier psychiatrist https://www.theearologydept.com/the-avalanches-frontier-psychiatrist/ https://www.theearologydept.com/the-avalanches-frontier-psychiatrist/#respond Sat, 07 Jul 2012 14:13:09 +0000 http://mittenmouthmusic.wordpress.com/?p=6150 The Avalanches hail from Melbourne, Australia and they have a famous reputation for constructing unique and eclectic music from sampling. The rumor has it the group’s debut LP Since I Left You was made using over 3,500 unique samples of various clips from a plethora of records, movies, and television shows. Check out the music …

The post the avalanches // frontier psychiatrist appeared first on The Earology Dept..

]]>

The Avalanches hail from Melbourne, Australia and they have a famous reputation for constructing unique and eclectic music from sampling. The rumor has it the group’s debut LP Since I Left You was made using over 3,500 unique samples of various clips from a plethora of records, movies, and television shows. Check out the music and the video for the pretty cool and classic track, “Frontier Psychiatrist” it is sweet as hell. Although this one is over a few years old it still shines like the sun. Peace.

The post the avalanches // frontier psychiatrist appeared first on The Earology Dept..

]]>
https://www.theearologydept.com/the-avalanches-frontier-psychiatrist/feed/ 0 6150
big scary // falling away (official video) https://www.theearologydept.com/big-scary-falling-away-official-video/ https://www.theearologydept.com/big-scary-falling-away-official-video/#respond Fri, 22 Jun 2012 13:57:14 +0000 http://mittenmouthmusic.wordpress.com/?p=6014 Joanna Syme and Tom Iansek and Big Scary. I agree, an odd name for a duo putting out music that is anything but scary. The song is called, “Falling Away,” and it is taken from BS’s debut LP Vacation. The video was directed by renowned director Daniel Cummings of Picture Machine Productions (think Bon Iver …

The post big scary // falling away (official video) appeared first on The Earology Dept..

]]>

Joanna Syme and Tom Iansek and Big Scary. I agree, an odd name for a duo putting out music that is anything but scary. The song is called, “Falling Away,” and it is taken from BS’s debut LP Vacation. The video was directed by renowned director Daniel Cummings of Picture Machine Productions (think Bon Iver videos).

“The song itself is about growing up – it’s about being told life’s lessons as opposed to learning them for yourself,” says Big Scary’s Tom Iansek. “But the video is a journey into the mind of an older man struggling with dementia – trying to recapture a younger version of himself. I love the dichotomy between these two angles.”

Big Scary is another shining example of the great music being produced Down Under. I’m thinking, get ready for an Aussie invasion. Peace.


 

The post big scary // falling away (official video) appeared first on The Earology Dept..

]]>
https://www.theearologydept.com/big-scary-falling-away-official-video/feed/ 0 6014
manor // afghan hound https://www.theearologydept.com/manor-afghan-hound/ https://www.theearologydept.com/manor-afghan-hound/#respond Wed, 20 Jun 2012 07:17:26 +0000 http://mittenmouthmusic.wordpress.com/?p=5920 Manor is Caitlin Duff and Nathaniel Morse of Melbourne, Australia. The song “Afghan Hound,” in my opinion sounds like the shadows of haunting memories dripping with sweet honey and melancholy, it is the sonic approximation of a warm blanket on a cold night. And then there is the song, “Rhodesia,” which is a dogeared book …

The post manor // afghan hound appeared first on The Earology Dept..

]]>

Manor is Caitlin Duff and Nathaniel Morse of Melbourne, Australia. The song “Afghan Hound,” in my opinion sounds like the shadows of haunting memories dripping with sweet honey and melancholy, it is the sonic approximation of a warm blanket on a cold night. And then there is the song, “Rhodesia,” which is a dogeared book of cherished poetry slowly dissolving within hungry flame. Both of these wonderful songs demand one’s attention from the very first note. You’ll gladly surrender and give them their due. However, you will be rewarded beyond measure. Now, I am expectant and in need of more from this very talented duo. Peace.


The post manor // afghan hound appeared first on The Earology Dept..

]]>
https://www.theearologydept.com/manor-afghan-hound/feed/ 0 5920
Clubfeet // City of Light & This Time https://www.theearologydept.com/clubfeet-city-of-light-this-time/ https://www.theearologydept.com/clubfeet-city-of-light-this-time/#respond Tue, 15 May 2012 20:32:21 +0000 http://mittenmouthmusic.wordpress.com/?p=5561 It seems like forever and a day since Clubfeet released their debut LP, Gold on Gold, but wait no more. Coming June 18th, the octet will be releasing the “City of Light” b/w “This Time” 7″ via Too Pure Singles Club. And don’t worry the bands winning formula of lush synths sounds, hypnotic beats, and …

The post Clubfeet // City of Light & This Time appeared first on The Earology Dept..

]]>

It seems like forever and a day since Clubfeet released their debut LP, Gold on Gold, but wait no more. Coming June 18th, the octet will be releasing the “City of Light” b/w “This Time” 7″ via Too Pure Singles Club. And don’t worry the bands winning formula of lush synths sounds, hypnotic beats, and melodies to sooth the savage in us all is front and center. Yes, some times good things comes to those that wait and the hiatus is over. Peace. 

The post Clubfeet // City of Light & This Time appeared first on The Earology Dept..

]]>
https://www.theearologydept.com/clubfeet-city-of-light-this-time/feed/ 0 5561
chet faker | i’m into you | video https://www.theearologydept.com/chet-faker-im-into-you-video/ https://www.theearologydept.com/chet-faker-im-into-you-video/#comments Tue, 03 Apr 2012 11:53:00 +0000 http://mittenmouthmusic.wordpress.com/?p=4968   chet faker | i’m into you | video   Chet Faker isn’t an artist shrouded in mystery. A bit of mystique? Yes. This talented singer/songwriter/producer wears his intent, and perhaps his heart too, on his musical sleeve. No secret either how the music he creates is just plain lovely. I also find Chet Faker …

The post chet faker | i’m into you | video appeared first on The Earology Dept..

]]>

 

chet faker | i’m into you | video

 
Chet Faker isn’t an artist shrouded in mystery. A bit of mystique? Yes. This talented singer/songwriter/producer wears his intent, and perhaps his heart too, on his musical sleeve. No secret either how the music he creates is just plain lovely. I also find Chet Faker to be fearless, or maybe it’s just high-octane confidence, either way it’s all good. Here is an artist who can tackle Radiohead’s song Nude and reduce it to its spiritual essence, no mean feat. And CF is equally comfortable (and very capable) of reaching into the R&B archives of 1996 and polishing off Blackstreet’s No Diggity by Blackstreet into a new-found glowing radiance. After the jump, check out Chet Faker’s secret live session performing his very own, I’m Into You at S.O.TERIK‘s Showcase at SXSW presented by FILTER Magazine. Peace.
 

 

 
“Cigarettes And Chocolate”

The post chet faker | i’m into you | video appeared first on The Earology Dept..

]]>
https://www.theearologydept.com/chet-faker-im-into-you-video/feed/ 2 4968