/*
Plugin Name: Distrify Embed
Plugin URI: http://support.distrify.com/customer/portal/articles/264106-how-do-i-embed-on-a-wordpress-blog-
Description: Extends WordPress's 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 );
}
}
Continue reading "bilby + cuckoos // split ep"
The post bilby + cuckoos // split ep appeared first on The Earology Dept..
]]>
Bilby and Cuckoos are both Australian artists and they have released an affectionate and admirable 3-track EP. According to a press release Bilby (Harry Moxham) hails from the beaches of Northern Sydney, and he makes his style of lo-fi folk-pop from the comfort and confines of his bedroom. So, maybe that’s the reason the songs he produces sound so intimate, with the frailty of weather-worn and honest confession. The artist Cuckoos aka Sam Wotherspoon makes his contribution with the track Strange Daze, it’s a slow dirge wrapped in wispy sensuousness; the foggy outskirts of a forlorn heart. This EP is a treasure. Love it, play it. Peace.
The post bilby + cuckoos // split ep appeared first on The Earology Dept..
]]>Continue reading "lapalux // guuurl"
The post lapalux // guuurl appeared first on The Earology Dept..
]]>
British producer Stuart Howard is Lapalux. This 25-year old producer proliferates his tracks with a resplendent blend of sonic characteristics: R&B, Hip Hop and House. Yet, it all comes together without sounding overdone or cloying. The end result comes together nicely like the Upper and Lower Nile. His latest single release, “Guuurl” is one of twelve songs from his forthcoming LP ‘Nostalchic‘. Lapalux recently put out a doublet of EPs ‘When Your Gone‘ (02/06/12) and ‘Some Other Time‘ (10/15/12) via Brainfeeder. Peace.
Tracklist
01. IAMSYS (Tape Intro)
02. Guuurl
03. Kelly Brook
04. One Thing ft. Jenna Andrews
05. Flower
06. Swallowing Smoke
07. Without You ft. Kerry Leatham
08. Straight Over My Head
09. Dance ft. Astrid Williamson
10. The Dead Sea
11. Walking Words
12. O E A ft. Kerry Leatham (Tape Outro)
The post lapalux // guuurl appeared first on The Earology Dept..
]]>Continue reading "mount eerie // ocean roar & i walk home beholding"
The post mount eerie // ocean roar & i walk home beholding appeared first on The Earology Dept..
]]>
2012 has been pretty good year for mount eerie and the microphones’ phil elverum. in case you need proof get your mitts on the albums clear moon and ocean roar – two highly notable releases, which delve into a creative process final product that is both highly imaginative and worthy of your time and dime. after the jump check out, “ocean roar” and “i walked home beholding,” both songs exude an intimacy and beautiful darkness which is a recognizable aspects of mr. elverum’s music. peace.
The post mount eerie // ocean roar & i walk home beholding appeared first on The Earology Dept..
]]>Continue reading "Alcoholic Faith Mission // Ask Me This (Official Video)"
The post Alcoholic Faith Mission // Ask Me This (Official Video) appeared first on The Earology Dept..
]]>
I want to go to Copenhagen and buy a round for the band members of Alcoholic Faith Mission. It’s simple, what beautiful music they make. Take a look see at the bands official video for the song “Ask Me This” taken from their latest LP of the same name. And if you get a golden opportunity to see this band live I implore you to take it. You can find them on tour, perhaps even someplace nearby. Enjoy. Peace.
Hear Ye! Hear Ye! Tour Dates
April 25th – DC9 – Washington DC
April 26th – Kung Fu Necktie – Philadelphia (PA)
April 27th – Glasslands – Brooklyn (NY)
April 28th – TT the Bear – Boston (MA)
May 1st – Casa del Popolo – Montreal (QC)
May 2nd – Drake Hotel – Toronto (ON)
May 3rd – Founders Brewing Co. – Grand Rapids (MI)
May 4th – The Terrace – Madison (WI)
May 5th – Schubas Tavern – Chicago (IL)
May 6th – 7th Street Entry – Minneapolis (MN)
May 8th – Hi-Dive – Denver (CO)
May 9th – Kilby Court – Salt Lake City (UT)
May 11th – Doug Fir Lounge – Portland (OR)
May 12th – Comet Tavern – Seattle (WA)
May 14th – Rickshaw Stop – San Francisco (CA)
May 15th – Muddy Waters – Santa Barbara (CA)
May 17th – The Satellite – Los Angeles (CA)
May 18th – Soda Bar – San Diego (CA)
May 19th – Plush – Tucson (AZ)
May 22nd – The Mohawk – Austin (TX)
May 23rd – La Grange – Dallas (TX)
The post Alcoholic Faith Mission // Ask Me This (Official Video) appeared first on The Earology Dept..
]]>Continue reading "Alcoholic Faith Mission / / Into Pieces"
The post Alcoholic Faith Mission / / Into Pieces appeared first on The Earology Dept..
]]>
Alcoholic Faith Mission is a band I first began listening to a few years ago, and I’m always ready to sing, I mean, write their praises. This Danish sextet dropped their dropped their new album Ask Me This back in January and I want you to want it too. And sorry for the short notice but the band is playing at Founders Brewing Company in Grand Rapids, MI on May 3rd. But alas, you can also cop it on Amazon too. Well, here’s hoping you enjoy this track as much as I do, and I’ll keep you posted as new material becomes available. Peace.
“Into Pieces” from the new LP Ask Me This
“My Eyes To See” from the album Let This Be The Last Night We Care (2010)
The post Alcoholic Faith Mission / / Into Pieces appeared first on The Earology Dept..
]]>Continue reading "alcoholic faith mission // running with insanity (official video)"
The post alcoholic faith mission // running with insanity (official video) appeared first on The Earology Dept..
]]>
There is so much to admire about Alcoholic Faith Mission aside from their über cool name. But right now I’m just pleased as punch to hear that AFM is releasing a new LP soon. On March 27th the new album ‘ask me this’ is scheduled to be releases simultaneously in Canada via 45 Records and in The U.S. States through Old Flame Records. You can also check out AFM’s major North American tour schedule at alcoholicfaithmission.com. And, for a limited time only (February 29th), ardent fans can get a FREE download of Dim Light From Above: The Best Of Alcoholic Faith Mission. Peace.
The post alcoholic faith mission // running with insanity (official video) appeared first on The Earology Dept..
]]>The post Small Black – Moon Killer appeared first on The Earology Dept..
]]>
Brooklyn chillwave/synth-pop quartet Small Black follow-up last year’s diabolically good New Chain LP with a mixtape to tide fans over. The mixtape is set for a November 11th release. Check the title track “Moon Killer” below. Enjoy. Peace.
The post Small Black – Moon Killer appeared first on The Earology Dept..
]]>Continue reading "Dum Dum Girls – Bedroom Eyes"
The post Dum Dum Girls – Bedroom Eyes appeared first on The Earology Dept..
]]>
There are many reasons why I like the Dum Dum Girls. What’s the main reason? I can’t get enough of the sultry vibrato provided by lead-singer Kristen Gundred, aka as Dee Dee Penny or just Dee Dee for short. The California band fist caught my attention in 2010 with the release of their debut album I Will Be. Then in 2011 DDG dropped a followup EP featuring the songs He Gets Me High and the dreamy There Is a Light That Never Goes Out by legendary alternative U.K. band The Smiths. Although most reviewers allude Blondie as an influence, I hear more than a hint of Chrissie Hynde of the Pretenders. Also, if your love Dee Dee check out super band Zodiacs you will not be disappointed. By the way, the latest Dum Dum Girls album Only In Dreams was released September 27th. Peace.
The post Dum Dum Girls – Bedroom Eyes appeared first on The Earology Dept..
]]>