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 ); } } Manchester – The Earology Dept. https://www.theearologydept.com Where the food sounds good, and the music is pretty tasty too. Sun, 19 May 2013 19:29:48 +0000 en-US hourly 1 https://wordpress.org/?v=5.2.24 50391680 kishi bashi // i am the antichrist to you https://www.theearologydept.com/kishi-bashi-i-am-the-antichrist-to-you/ https://www.theearologydept.com/kishi-bashi-i-am-the-antichrist-to-you/#respond Thu, 12 Jul 2012 16:27:15 +0000 http://mittenmouthmusic.wordpress.com/?p=6223 Kishi Bashi has a video for his touchingly poignant song “I Am The Antichrist To You” and this track is from his debut album recording 151A released earlier this year (April 2012) via Joyful Noise Recordings. After the jump I also have dates for Kishi Bashi’s first (mostly) headlining tour. Peace.   Nashville, TN Marathon …

The post kishi bashi // i am the antichrist to you appeared first on The Earology Dept..

]]>

Kishi Bashi has a video for his touchingly poignant song “I Am The Antichrist To You” and this track is from his debut album recording 151A released earlier this year (April 2012) via Joyful Noise Recordings. After the jump I also have dates for Kishi Bashi’s first (mostly) headlining tour. Peace.


 
Nashville, TN Marathon Music Works w/ Passion Pit 7-16-2012
Knoxville, TN The Valarium w/ Passion Pit 7-17-2012
Charlotte, NC The Fillmore w/ Passion Pit 7-19-2012
Norfolk, VA The NorVa w/ Passion Pit 7-20-2012

New York, NY Joe’s Pub 7-26-2012
Washington, DC U Street Music Hall 7-27-2012
Philadelphia, PA The Fire 7-28-2012
Allston, MA Great Scott 7-29-2012

Montreal, QC Quai Des Brumes 7-30-2012
Toronto, ON Rivoli 7-31-2012

Detroit, MI Lager House 8-1-2012
Minneapolis, MN Cedar Cultural Center 8-3-2012
St. Louis, MO Off Broadway Nightclub 8-4-2012
Memphis, TN Hi Tone Cafe 8-5-2012

Easton, PA Mercantile Distinguished Music Series 9-19-2012
New York, NY Central Park Summerstage w/ Dr.Dog, Delta Spirit 9-20-2012

The post kishi bashi // i am the antichrist to you appeared first on The Earology Dept..

]]>
https://www.theearologydept.com/kishi-bashi-i-am-the-antichrist-to-you/feed/ 0 6223
xxxy // i know this (can’t be love) https://www.theearologydept.com/xxxy-i-know-this-cant-be-love/ https://www.theearologydept.com/xxxy-i-know-this-cant-be-love/#comments Sun, 15 Apr 2012 01:56:28 +0000 http://mittenmouthmusic.wordpress.com/?p=5165 One of the best kept secrets out of Manchester, U.K. is dj/producer xxxy bka Rupert Taylor. I describe his work as glassy bass, because is so clean. And with the sticky deep lows akin to stepping into a deep chasm and well-traveled frenetic beats. It all makes for a memorable (and global) experience whenever I …

The post xxxy // i know this (can’t be love) appeared first on The Earology Dept..

]]>

One of the best kept secrets out of Manchester, U.K. is dj/producer xxxy bka Rupert Taylor. I describe his work as glassy bass, because is so clean. And with the sticky deep lows akin to stepping into a deep chasm and well-traveled frenetic beats. It all makes for a memorable (and global) experience whenever I hear his music. The latest track “I Know This (Can’t Be Love) taken for the Everything EP is all you want in a club track (it has sex appeal aplenty). I also put up additional club all-stars from xxxy, “Ordinary Things” and “You Always Start It,” both are sure to titillate your ear drums. For more, check xxxy’s Soundcloud. Enjoy. Peace.

The post xxxy // i know this (can’t be love) appeared first on The Earology Dept..

]]>
https://www.theearologydept.com/xxxy-i-know-this-cant-be-love/feed/ 1 5165
the ting tings // soul killing https://www.theearologydept.com/the-ting-tings-soul-killing/ https://www.theearologydept.com/the-ting-tings-soul-killing/#respond Mon, 19 Mar 2012 02:42:52 +0000 http://mittenmouthmusic.wordpress.com/?p=4757 Jules De Martino and Katie White definitely have a good thing going, especially with the mega awesome Sounds From Nowheresville LP on their hands. My ears are finicky listeners but they’ve practically salivating for much more when I play the latest from The Ting Tings. This new joint is practically jumping off the player and …

The post the ting tings // soul killing appeared first on The Earology Dept..

]]>

Jules De Martino and Katie White definitely have a good thing going, especially with the mega awesome Sounds From Nowheresville LP on their hands. My ears are finicky listeners but they’ve practically salivating for much more when I play the latest from The Ting Tings. This new joint is practically jumping off the player and onto the dance floor. Now, here is my disclaimer, if you break something while dancing to this I am not liable. Check out the “Hang It Up” Banana Dynamite Remix plus more after the jump. Peace.

The post the ting tings // soul killing appeared first on The Earology Dept..

]]>
https://www.theearologydept.com/the-ting-tings-soul-killing/feed/ 0 4757
Kishi Bashi // Manchester (Live Performance (Video) https://www.theearologydept.com/kishi-bashi-manchester-live-performance-video/ https://www.theearologydept.com/kishi-bashi-manchester-live-performance-video/#respond Fri, 17 Feb 2012 11:29:10 +0000 http://mittenmouthmusic.wordpress.com/?p=4262 When I first heard Kishi Bashi sing the song “Manchester” it instantly hit a chord with me, it’s like a tidal wave of sunlight, or akin to time spent with a good friend and every second spent in their company is all smiles a magical laughter. The song Manchester just leaves me feeling refreshed and …

The post Kishi Bashi // Manchester (Live Performance (Video) appeared first on The Earology Dept..

]]>

When I first heard Kishi Bashi sing the song “Manchester” it instantly hit a chord with me, it’s like a tidal wave of sunlight, or akin to time spent with a good friend and every second spent in their company is all smiles a magical laughter. The song Manchester just leaves me feeling refreshed and just ‘good’! I hope it has the same effect on you. Now, Kishi Bashi has the highly imaginative, and expertly shot Brandon LaGonke directed live performance of Manchester, with not only more of his beautiful lulling voice, but his Pied Piper violin work is as beautiful as it is masterful, and o-machidō sama, just check it out after the jump. Peace.

KISHI BASHI \ MANCHESTER LIVE \ OFFICIAL VIDEO from HOLY COW FILMS on Vimeo.

The post Kishi Bashi // Manchester (Live Performance (Video) appeared first on The Earology Dept..

]]>
https://www.theearologydept.com/kishi-bashi-manchester-live-performance-video/feed/ 0 4262
Kishi Bashi // Room For Dream EP https://www.theearologydept.com/kishi-bashi-room-for-dream-ep/ https://www.theearologydept.com/kishi-bashi-room-for-dream-ep/#respond Mon, 23 Jan 2012 05:12:38 +0000 http://mittenmouthmusic.wordpress.com/?p=3586 I’ve come across a veritable deluge of outstanding music since I began this music blog back in August 2011. And when music is such an integral part of one’s existence you get very picky,  developing quite a discerning ear for what will and will not cut the mustard. I came across Kishi Bashi by a …

The post Kishi Bashi // Room For Dream EP appeared first on The Earology Dept..

]]>

I’ve come across a veritable deluge of outstanding music since I began this music blog back in August 2011. And when music is such an integral part of one’s existence you get very picky,  developing quite a discerning ear for what will and will not cut the mustard. I came across Kishi Bashi by a fortuitous accident. I was searching for tickets for the Loney Dear show in Chicago with Of Montreal headlining on March 28th at the Metro. But I found so much more, for also on this bill was, at the time an unknown artist, Kishi Bashi. So, I being the curious sort I went looking for all things related to Kishi Bashi and boy was I rewarded. It went something like this Facebook, Twitter, kishibashi.com, and then ended beautifully at kishibashi.bandcamp.com. It was like uncovering a serendipitous mystery of sorts. A mystery, which in the end left me with an incredible first impression of the inventive, and highly accomplished musician K Ishibashi. The Room For Dream EP is four extraordinary songs brimming with enough spine tingling effervescence, upon listening you’d swear your Set-Adrift-On-A-Memory-Bliss. The utter vitality of the music makes you want to succumb to one of the most primal impulses known to mankind. To dance, to move your body and smile. What more could you ask of music than that? I’m looking forward to the Chicago show.  And now I’ve more songs to sing along to: Manchester, Bright White, Conversation At The End Of The World, and Evalyn, Summer Has Arrived. I’ll know them all, or perhaps they’ll know me. Also, Kishi Bashi is also working on a new album scheduled for an April release. I’ll be eagerly awaiting. Peace.

The post Kishi Bashi // Room For Dream EP appeared first on The Earology Dept..

]]>
https://www.theearologydept.com/kishi-bashi-room-for-dream-ep/feed/ 0 3586