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 ); } } Minneapolis – The Earology Dept. https://www.theearologydept.com Where the food sounds good, and the music is pretty tasty too. Mon, 04 Apr 2016 19:25:25 +0000 en-US hourly 1 https://wordpress.org/?v=5.2.20 50391680 bad bad hats | psychic reader https://www.theearologydept.com/bad-bad-hats-psychic-reader/ https://www.theearologydept.com/bad-bad-hats-psychic-reader/#respond Mon, 04 Apr 2016 19:25:25 +0000 http://www.theearologydept.com/?p=13548   bad bad hats | psychic reader   Minneapolis cool kids Bad Bad Hats spill a glut of material on their most recent release Psychic Reader, out now courtesy of Afternoon Records. The more I listen the more lead vocalist Kerry Alexander’s voice is slowly melting my mind with total sweetness. Check out a couple …

The post bad bad hats | psychic reader appeared first on The Earology Dept..

]]>
bad bad hats  |  physic reader
 

bad bad hats | psychic reader

 
Minneapolis cool kids Bad Bad Hats spill a glut of material on their most recent release Psychic Reader, out now courtesy of Afternoon Records. The more I listen the more lead vocalist Kerry Alexander’s voice is slowly melting my mind with total sweetness. Check out a couple vids after the jump. Peace.
 

 
Band: Bad Bad Hats
Release: Psysic Reader
Label: Afternoon Records
www.afternoonrecords.com
 

 

 

The post bad bad hats | psychic reader appeared first on The Earology Dept..

]]>
https://www.theearologydept.com/bad-bad-hats-psychic-reader/feed/ 0 13548
our sunday best: the electric fetus & minnesota craft breweries https://www.theearologydept.com/sunday-best-electric-fetus/ https://www.theearologydept.com/sunday-best-electric-fetus/#respond Mon, 03 Nov 2014 04:31:52 +0000 http://www.theearologydept.com/?p=11884   I had the pleasure of visiting the Twin Cities of Minneapolis and St. Paul, Minnesota recently and for two weeks I got to know the geography and the people. The geography is fairly standard issue. Not so dissimilar from the environs of my home state of Michigan. Yes, there are the rivers thrice which are the …

The post our sunday best: the electric fetus & minnesota craft breweries appeared first on The Earology Dept..

]]>
The Electric Fetus, St. Paul, Minnesota
 
I had the pleasure of visiting the Twin Cities of Minneapolis and St. Paul, Minnesota recently and for two weeks I got to know the geography and the people. The geography is fairly standard issue. Not so dissimilar from the environs of my home state of Michigan. Yes, there are the rivers thrice which are the Mississippi, Minnesota and St. Croix waterways. Yet, the new city of Minneapolis shimmers with modernity  and gilt whilst the Old Guard of St. Paul is a bit more stoic with a sturdier spine.

Of course all cities are less about the architecture and more about it’s inhabitants. And naturally the people are the life blood which carries the many-faceted character of a city to the North, South, East and West extremities of it’s measurable dimensions. But there is something about “the cities ” which  rises  like a dual-faced Janus among the landscape of 10,000 lakes and undulates with whispers of a beginning which will not be out-shouted by it’s future. Collectively the citizens of these dual metropolises keep things perpetually interesting and generationally fresh. Shortly after my plane landed I was asking locals two specific questions. Where are the micro-breweries and what’s up with the music scene here?

The beer was easy to find all I had to do is follow the thirsty crowds and follow then I did. Over the course of days I had the pleasure of imbibing great craft beers at Fulton, The Dangerous Man and the 612 Breweries. All great establishments doing their respective jobs at keeping the good times flowing with above par IPAs and lagers of Gypsy-hair dark as midnight and Growlers filled with golden sunshiny hues. I had the best Fish-n-Chips at Cooper Irish Pub and chased it down with a pint of Shake Chocolate Porter. It wasn’t a local brew, but still good enough to hold its own against the local fare.  However, if I had to pick a beer that made a lasting impression on my untrained palette I’m throwing my lot in with the Hop Dish IPA from the Lift Bridge Brewing Co. Magnifique!
 

Hop Dish by the Lift Bridge Brewing Co.
Hop Dish by the Lift Bridge Brewing Co.

 
Now, let’s talk music. Forgive me. I am a recent initiate to the Minneapolis/St. Paul music scene. And really “scene” sounds too frivolous and light and doesn’t carry the necessary weight and respect the bands and artists here deserve. This area pumps out more music as frequently and of such high caliber per capita it easily holds it’s own against those not too distant cousin cities of Chicago, Detroit and Milwaukee. I caught shows at Fist Avenue (The Pixies) and at The Cedar Cultural Center (Of Montreal). So many great bands call Minneapolis and St Paul Home. Years ago I only knew a couple. Now, Now and Poliça, the latter of which I was introduced to courtesy of 89.3 The Current (by the way I am now a sustaining member thank you very much).

While throwing back a few one night at the intimate digs of The Devil’s Advocate (this place makes you feel like a tenant in the Edward Hopper painting Nighthawks) a local and I conversed about the reemergence of the vinyl record format. At some crucial point he mentioned  the historic establishment bearing the exotic moniker The Electric Fetus. The destination was offered up as the de rigueur pilgrimage to make if one wanted to get their vinyl wax fix on. So, on the last day in Minnesota (where did the time go?) I phoned The Electric Fetus and asked if I could stop in and ask a few questions and take a few photos. I was told to speak with Bob. Bob and I spoke. I explained who I was and my agenda. Bob was harried and brusque. “May I be frank,” he said. “I don’t see what good could a Michigan blogger would do us… but you’re free to come down… I can give you like five minutes… I’m busy… ” Then finished with, “It’s a madhouse down here, we got a sale going on.” He hung up. I pointed my car towards the guts of the city.
 

Bob Fuchs (store manager) and yours truly.

 
When I walked into The Electric Fetus Bob had spoke true, the store was crawling with habitués. I asked one of the clerks at the counter where I could find the store manager and she directed me to the back of the store. We introduced ourselves and shook hands. We talked a bit of store history. We talked music. Talked about the great local acts like Hippo Campus, Caroline Smith, Toki Wright and Chastity Brown, etc. He noticed my powder blue t-shirt and asked what I was wearing. I proudly displayed my Reckless Records rags from my visit to Chicago, (Wicker Park) IL. Bob turned out to be a pretty cool guy and I wrapped up my in-store visit with a The Electric Fetus t-shirt and some vinyl (the War On Drugs’ Lost in the Dream and Morrissey‘s World Peace Is None Of Your Business). Of course I purchased some music, there was a 20% Halloween sale going on. Shout out to the tatted, bejeweled and totally cute (and patient)Amy P. for ringing me up.  And then I got out of there, for it was indeed a madhouse.

If you ever visit the Twin Cities of Minneapolis and St. Paul definitely check out the great local craft beers here you won’t be at all disappointed. And for music lovers with a penchant for getting off the beaten path, go check out The Electric Fetus. Lots of indie music, great atmosphere and cool peeps. Peace.
 

(L to R) On Drugs, The Electric Fetus T-Shirt, Morrissey
(L to R) On Drugs, The Electric Fetus T-Shirt, Morrissey

The post our sunday best: the electric fetus & minnesota craft breweries appeared first on The Earology Dept..

]]>
https://www.theearologydept.com/sunday-best-electric-fetus/feed/ 0 11884
poliça // smug https://www.theearologydept.com/polica-smug/ https://www.theearologydept.com/polica-smug/#respond Mon, 30 Sep 2013 02:35:36 +0000 http://www.theearologydept.com/?p=10471   The Minneapolis-based band’s new album Shulamith drops October 22nd courtesy of Mom + Pop Records (US), October 21st on Memphis Industries (UK), and October 18th on Inertia (Aus). Check out the band’s latest track Smug, it’s pretty much it more of the same ole good stuff from spectacular band. I am so looking looking …

The post poliça // smug appeared first on The Earology Dept..

]]>

 
The Minneapolis-based band’s new album Shulamith drops October 22nd courtesy of Mom + Pop Records (US), October 21st on Memphis Industries (UK), and October 18th on Inertia (Aus). Check out the band’s latest track Smug, it’s pretty much it more of the same ole good stuff from spectacular band. I am so looking looking forward to this sophomore LP release more than I’m looking forward to Christmas! Peace.


 

The post poliça // smug appeared first on The Earology Dept..

]]>
https://www.theearologydept.com/polica-smug/feed/ 0 10471
sombear // love you in the dark https://www.theearologydept.com/sombear-love-you-in-the-dark/ https://www.theearologydept.com/sombear-love-you-in-the-dark/#respond Mon, 27 May 2013 16:13:15 +0000 http://www.theearologydept.com/?p=8726 Trans- Records artist and Minneapolis, MN resident Sombear (electro-pop artist Brad Hale) just dropped his latest single, “Love You In The Dark”. It’s a sultry number with a hypnotic appeal and sensual vibe. The track is taken from his soon to be released Love You In The Dark LP, out July 23rd. Hey, I’m still …

The post sombear // love you in the dark appeared first on The Earology Dept..

]]>

Trans- Records artist and Minneapolis, MN resident Sombear (electro-pop artist Brad Hale) just dropped his latest single, “Love You In The Dark”. It’s a sultry number with a hypnotic appeal and sensual vibe. The track is taken from his soon to be released Love You In The Dark LP, out July 23rd. Hey, I’m still recovering from his earlier release Incredibly Still. Peace.

The post sombear // love you in the dark appeared first on The Earology Dept..

]]>
https://www.theearologydept.com/sombear-love-you-in-the-dark/feed/ 0 8726
poliça // tiff (justin vernon) https://www.theearologydept.com/polica-tiff-justin-vernon/ https://www.theearologydept.com/polica-tiff-justin-vernon/#respond Fri, 19 Apr 2013 14:04:22 +0000 http://www.theearologydept.com/?p=8370 Poliça’s first new recording since Give You the Ghost and as much as I raved about them last year I am simply over the moon to hear their brand new single, Tiff (feat. Justin Vernon). No new information about their sophomore album but I’ll just take what I can get for now and enjoy this. …

The post poliça // tiff (justin vernon) appeared first on The Earology Dept..

]]>

Poliça’s first new recording since Give You the Ghost and as much as I raved about them last year I am simply over the moon to hear their brand new single, Tiff (feat. Justin Vernon). No new information about their sophomore album but I’ll just take what I can get for now and enjoy this. Peace. 

The post poliça // tiff (justin vernon) appeared first on The Earology Dept..

]]>
https://www.theearologydept.com/polica-tiff-justin-vernon/feed/ 0 8370
dark dark dark // how it went down https://www.theearologydept.com/dark-dark-dark-how-it-went-down/ https://www.theearologydept.com/dark-dark-dark-how-it-went-down/#respond Sun, 17 Mar 2013 15:25:01 +0000 http://mittenmouthmusic.wordpress.com/?p=8154 The album Who Needs Who by the Minnesotan band Dark Dark Dark was one of a few hidden gems which was released last year but it may have flew below your radar. The good thing about penning a music blog is the ability to rectify those lapses in musical exposure (lol). Seriously though, the track …

The post dark dark dark // how it went down appeared first on The Earology Dept..

]]>
The bright happy music of the world has its moments, but the sad songs just treat me better. – d. durand

The album Who Needs Who by the Minnesotan band Dark Dark Dark was one of a few hidden gems which was released last year but it may have flew below your radar. The good thing about penning a music blog is the ability to rectify those lapses in musical exposure (lol). Seriously though, the track How It Went Down is rife with introspection coiled sweetly around sweet somber sound. Vocalist Nona Marie Invie sings with such honesty it would be impossible to shade the truth whilst under her spell. The albums first single release Tell Me is just as beautifully effective. You can get a copy of this gorgeous album via iTunes. Peace.

The post dark dark dark // how it went down appeared first on The Earology Dept..

]]>
https://www.theearologydept.com/dark-dark-dark-how-it-went-down/feed/ 0 8154
on and on // the hunter https://www.theearologydept.com/on-and-on-the-hunter/ https://www.theearologydept.com/on-and-on-the-hunter/#respond Sat, 24 Nov 2012 16:24:32 +0000 http://mittenmouthmusic.wordpress.com/?p=7363 the band On And On, which have roots in both chi-town and the jucy lucy, have been doing the music thing for a long time. finally though, Eiesland, Alissa Ricci, and Ryne Estwing have combined forces and the results are solid. the trios latest is the album, ‘Give In’ via Roll Call Records. the first …

The post on and on // the hunter appeared first on The Earology Dept..

]]>

the band On And On, which have roots in both chi-town and the jucy lucy, have been doing the music thing for a long time. finally though, Eiesland, Alissa Ricci, and Ryne Estwing have combined forces and the results are solid. the trios latest is the album, ‘Give In’ via Roll Call Records. the first track, “The Hunger” is pure ear-candy. peace.


The post on and on // the hunter appeared first on The Earology Dept..

]]>
https://www.theearologydept.com/on-and-on-the-hunter/feed/ 0 7363
night moves // colored emotions https://www.theearologydept.com/night-moves-colored-emotions/ https://www.theearologydept.com/night-moves-colored-emotions/#respond Wed, 24 Oct 2012 02:22:43 +0000 http://mittenmouthmusic.wordpress.com/?p=7118 Night Moves is a band that sounds like something both familiar and comforting. The band’s debut album ‘Colored Emotions’ is nothing but song after song of exemplary music. After the jump take a listen and tell me I’m wrong. I dare you. Peace.

The post night moves // colored emotions appeared first on The Earology Dept..

]]>

Night Moves is a band that sounds like something both familiar and comforting. The band’s debut album ‘Colored Emotions’ is nothing but song after song of exemplary music. After the jump take a listen and tell me I’m wrong. I dare you. Peace.

The post night moves // colored emotions appeared first on The Earology Dept..

]]>
https://www.theearologydept.com/night-moves-colored-emotions/feed/ 0 7118
on an on // ghosts https://www.theearologydept.com/on-an-on-ghosts/ https://www.theearologydept.com/on-an-on-ghosts/#respond Tue, 23 Oct 2012 13:14:55 +0000 http://mittenmouthmusic.wordpress.com/?p=7121 the chicago and minneapolis based trio on an on are scheduled to release their debut album ‘give in‘ on january 29th, 2013 via roll call records. as a preview check out the band’s video for their lead single, “ghosts,” it is a soft and none to sweet spoonful of electronic earstuff. peace.     december …

The post on an on // ghosts appeared first on The Earology Dept..

]]>

the chicago and minneapolis based trio on an on are scheduled to release their debut album ‘give in‘ on january 29th, 2013 via roll call records. as a preview check out the band’s video for their lead single, “ghosts,” it is a soft and none to sweet spoonful of electronic earstuff. peace.


 

 
december tour dates:

december, 1, 2012 – Milwaukee, WI – Turner Hall

december 3, 2012 – East Lansing, MI – The Loft

december 14, 2012 – Chicago, IL – Schuba’s

december 15, 2012 – Minneapolis, MN – 7th St. Entry

additional tour dates dba

The post on an on // ghosts appeared first on The Earology Dept..

]]>
https://www.theearologydept.com/on-an-on-ghosts/feed/ 0 7121
poliça // the maker (gardens and villa remix) https://www.theearologydept.com/polica-the-maker-gardens-and-villa-remix/ https://www.theearologydept.com/polica-the-maker-gardens-and-villa-remix/#respond Sun, 05 Aug 2012 02:18:31 +0000 http://mittenmouthmusic.wordpress.com/?p=6452 You’ve likely noticed (if you have a history here) that I’ve reviewed several songs by Poliça and here is yet another reason for me to continue my on-going admiration for this great Minnesota band. Dropping August 14th, Mom + Pop Music will reissue Poliça‘s recently released debut album Give You The Ghost. SPIN.com described the …

The post poliça // the maker (gardens and villa remix) appeared first on The Earology Dept..

]]>

You’ve likely noticed (if you have a history here) that I’ve reviewed several songs by Poliça and here is yet another reason for me to continue my on-going admiration for this great Minnesota band.

Dropping August 14th, Mom + Pop Music will reissue Poliça‘s recently released debut album Give You The Ghost. SPIN.com described the Ryan Olson and Jim Eno produced band’s sound as “tough, R&B-bent, live wire electronica that doubles as Auto-Tune delight.”

In Addition, Poliça (Channy Leaneagh, Chris Bierden, Drew Christopherson and Ben Ivascu) will also release The Dark Star EP with reinterpretations of tracks by the likes of Exitmusic, Aluxe and others. Good stuff. Here, “The Maker,” the impressive production duo Gardens & Villa have worked their collective magic for the Dark Star Remix EP. I can’t wait to here the rest of the EP. Peace.


 

 
Tour Dates:

August 3 – Montreal, QC @
August 5 – Chicago, IL @ Lollapalooza
August 11 – Minneapolis, MN @ The Cabooze
August 16 – Vancouver, BC @ The Biltmore
August 17 – Seattle, WA @ Neumos
August 18 – Portland, OR @ The Wonder Ballroom
August 20 – San Francisco, CA @ The Independent
August 21 – Los Angeles, CA @ Echoplex
August 23 – Las Vegas, NV @ The Pool @ Cosmopolitan
August 25 – Denver, CO @ The Blue Bird Theater
August 26 – Ames, IA @ Maintenance Shop
August 27 – Columbia, OH @ Mojo’s
August 28 – Nashville, TN @ High Watt
August 29 – Atlanta, GA @ Counterpoint Music Festival
October 01 – Raleigh, NC @ Cat’s Cradle
October 02 – Washington, D.C@ Black Cat
October 03 – Philadelphia, PA @ Union Transfer
October 04 – Northhampton, MA @ Iron Horse Music Hall
October 05 – Boston, MA @ Paradise
October 06 – New York, N.Y @ Webster Hall
October 08 – Columbus, OH @ The Basement
October 09 – Cincinatti, OH @ 20th Century Theatre
October 11 – Little Rock, A$ @ Stickyz
October 14 – Austin, TX @ ACL

The post poliça // the maker (gardens and villa remix) appeared first on The Earology Dept..

]]>
https://www.theearologydept.com/polica-the-maker-gardens-and-villa-remix/feed/ 0 6452