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 ); } } indie folk – The Earology Dept. https://www.theearologydept.com Where the food sounds good, and the music is pretty tasty too. Sun, 19 Jul 2015 02:17:05 +0000 en-US hourly 1 https://wordpress.org/?v=5.2.20 50391680 our sunday best: william fitzsimmons | pittsburgh https://www.theearologydept.com/our-sunday-best-william-fitzsimmons-pittsburgh/ https://www.theearologydept.com/our-sunday-best-william-fitzsimmons-pittsburgh/#respond Sun, 19 Jul 2015 13:00:03 +0000 http://www.theearologydept.com/?p=12693   william fitzsimmons | pittsburgh   William Fitzsimmons is dependable, like the constant sun and the enduring moon. His is a sound uncontrived and without artifice or unnecessary embellishments. On his latest work, the album Pittsburgh leaves my soul ajar letting the beauty of its continual gifts to drift in. One would think that with …

The post our sunday best: william fitzsimmons | pittsburgh appeared first on The Earology Dept..

]]>
william fitzsimmons  |  pittsburgh
william fitzsimmons | pittsburgh

 

william fitzsimmons | pittsburgh

 
William Fitzsimmons is dependable, like the constant sun and the enduring moon. His is a sound uncontrived and without artifice or unnecessary embellishments. On his latest work, the album Pittsburgh leaves my soul ajar letting the beauty of its continual gifts to drift in.

One would think that with such refined and eloquent talent Mr. Fitzsimmons would be one of the most popular acts performing today. But there is something to be said about having him all to ourselves. There is a kind of secret beauty in that too. Thank you William for another collection of beyond beautiful songs.

The latest body of work, Pittsburgh is a collection of 7-songs finished with rigid and artful integrity wielded deftly with refined constraint. Peace.
 
Artist: William Fitzsimmons
Album: Pittsburgh
iTunes
 
William Fitzsimmons album Pittsburgh Tracklisting:
 
1. I Had to Carry Her (Virginia’s Song)
2. Falling On My Sword
3. Better
4. Pittsburgh
5. Beacon
6. Matter
7. Ghosts of Penn Hills
 

 
Pittsburgh Lyrics:
 
Should you survive the fall from branches we have climbed and lost yourself in years

the ones we left behind

Should rivers run between your frozen heart and mine and words we spoke so young

were cast before our time

I’ll come for you if you want me to

Should all your sons forgive their fathers where they fell and wrap them for the cold

to rest their winters well

I’ll come for you if you want me to
I’ll come for you if you want me to, Pittsburgh
 

 
I Had To Carry Her (Virginia’s Song) Lyrics:
 
I saw her lying there on the table buried in flowers cross that I made for her
Kneeling beside you next to my mother weeping like willows
I had to carry her

I’m sorry it took me two years to come home
Ive been so busy you should see how the kids have grown
I’ll tell the children how much you loved them
They’ll never know you
I had to carry her

The post our sunday best: william fitzsimmons | pittsburgh appeared first on The Earology Dept..

]]>
https://www.theearologydept.com/our-sunday-best-william-fitzsimmons-pittsburgh/feed/ 0 12693
conor oberst | live on KEXP https://www.theearologydept.com/conor-oberst-upside-mountain/ https://www.theearologydept.com/conor-oberst-upside-mountain/#respond Sun, 26 Oct 2014 03:45:29 +0000 http://www.theearologydept.com/?p=11867   Conor Oberst has been a favorite of mine for many a moon. Heck, who could resist his various incarnations. From the days of Bright Eyes and the intimately warm and fuzzy put him on the map video First Day Of My Life, which is still after all these years one of my favorite songs …

The post conor oberst | live on KEXP appeared first on The Earology Dept..

]]>

 
Conor Oberst has been a favorite of mine for many a moon. Heck, who could resist his various incarnations. From the days of Bright Eyes and the intimately warm and fuzzy put him on the map video First Day Of My Life, which is still after all these years one of my favorite songs hands down.

 
And then those wonderful and various mutations. Conor Oberst and the Mystic Valley, Desaparecidos, and Monsters of Folk, etc. Check out his LIVE KEXP performance just below:
 

 
Anyway Mr. Oberst is back (did he ever really leave our hearts?) and in fine form with a brand new sparkling album. With the Upside Down Mountain listeners are treated to Conor at his present best. After the jump check out videos for the tracks Zigzagging Towards The Light and Common Knowledge. Peace.
 

 

 
Artist: Conor Oberst
Album: Upside Down Mountain
conoroberst.com
iTunes

The post conor oberst | live on KEXP appeared first on The Earology Dept..

]]>
https://www.theearologydept.com/conor-oberst-upside-mountain/feed/ 0 11867
the lowest pair | living is dying https://www.theearologydept.com/lowest-pair-living-dying/ https://www.theearologydept.com/lowest-pair-living-dying/#respond Mon, 14 Jul 2014 12:26:10 +0000 http://www.theearologydept.com/?p=11743   The Lowest Pair is Kendl Winter (Olympia, Washington) and Palmer T. Lee (Minnesota) and they’re a double banjo outfit fit to tie you up in dainty pickin’ and honey sweet lyrics laden with sunshine and the scent of wildflowers on the breeze. Their debut release 36¢ is a thing of esteemed beauty, on it …

The post the lowest pair | living is dying appeared first on The Earology Dept..

]]>

 
The Lowest Pair is Kendl Winter (Olympia, Washington) and Palmer T. Lee (Minnesota) and they’re a double banjo outfit fit to tie you up in dainty pickin’ and honey sweet lyrics laden with sunshine and the scent of wildflowers on the breeze.

Their debut release 36¢ is a thing of esteemed beauty, on it this charming duo swap lead vocals throughout the album’s 11-tracks, combining Kendl’s finely honed banjo skills with Palmer’s Midwestern smooth as good whiskey croon. The album is out now and will make an excellent accompaniment to whatever else you got going on. Promise. Peace.
 

The post the lowest pair | living is dying appeared first on The Earology Dept..

]]>
https://www.theearologydept.com/lowest-pair-living-dying/feed/ 0 11743
the head and the heart // let’s be still lp https://www.theearologydept.com/head-heart-lets-still-lp/ https://www.theearologydept.com/head-heart-lets-still-lp/#respond Thu, 23 Jan 2014 12:24:21 +0000 http://www.theearologydept.com/?p=11203   The Head And The Heart‘s latest album Let’s Be Still is so many good things, and all of them good. Rarely will you find a more infectious band, with as much down home likeability and seemingly boundless talent. It is easy to think of each song as a kind and familiar face with a …

The post the head and the heart // let’s be still lp appeared first on The Earology Dept..

]]>

 
The Head And The Heart‘s latest album Let’s Be Still is so many good things, and all of them good. Rarely will you find a more infectious band, with as much down home likeability and seemingly boundless talent. It is easy to think of each song as a kind and familiar face with a such lovely disposition. Check out a live performance shot back in August. And naturally, get your mitts on their latest album, Let’s Be Still out now via Sub Pop Records. Peace.
 

The post the head and the heart // let’s be still lp appeared first on The Earology Dept..

]]>
https://www.theearologydept.com/head-heart-lets-still-lp/feed/ 0 11203
sophie jamieson // where ep + video https://www.theearologydept.com/sophie-jamieson-where-ep/ https://www.theearologydept.com/sophie-jamieson-where-ep/#respond Thu, 18 Jul 2013 22:38:46 +0000 http://www.theearologydept.com/?p=10070   It was a no-brainer really, signing Sophie Jamieson to Folkroom Records was as natural a thing as falling in love with her pristine and deceptively durable voice. On June 24th, her achingly melodic Where EP entered the world. And by subtle degrees life is noticeably better, or at least my ears think so. So, …

The post sophie jamieson // where ep + video appeared first on The Earology Dept..

]]>
If a voice can convey the best one has to offer then Sophie Jamieson's voice is truly a gift of the greatest measure.
If a voice can convey the best one has to offer then Sophie Jamieson’s voice is truly a gift of the great measure.

 
It was a no-brainer really, signing Sophie Jamieson to Folkroom Records was as natural a thing as falling in love with her pristine and deceptively durable voice. On June 24th, her achingly melodic Where EP entered the world. And by subtle degrees life is noticeably better, or at least my ears think so. So, put her record on and waltz around the room with a loved one, or enjoy a spot of tea and rummage through some cherished memories. Peace.
 


 

 

The post sophie jamieson // where ep + video appeared first on The Earology Dept..

]]>
https://www.theearologydept.com/sophie-jamieson-where-ep/feed/ 0 10070
the senators // this old war https://www.theearologydept.com/the-senators-this-old-war/ https://www.theearologydept.com/the-senators-this-old-war/#respond Wed, 15 May 2013 00:31:46 +0000 http://www.theearologydept.com/?p=8567 If you haven’t got The Senators on your bucolic folk music radar then I implore you to check out their debut album Harsher than Whiskey/Sweeter than Wine. The Senators are definitely in league with several of my favorites bands occupying the folk genre, i.e. Blind Pilot, Fleet Foxes, Mumford & Sons, The Lumineers and Horsefeathers …

The post the senators // this old war appeared first on The Earology Dept..

]]>

If you haven’t got The Senators on your bucolic folk music radar then I implore you to check out their debut album Harsher than Whiskey/Sweeter than Wine. The Senators are definitely in league with several of my favorites bands occupying the folk genre, i.e. Blind Pilot, Fleet Foxes, Mumford & Sons, The Lumineers and Horsefeathers (just to name a few). The song This Old War is taken from the three-song Cross of Gold EP in anticipation of The Senators’ (yet untitled) forthcoming sophomore release. So, draw nigh to their brand of luminescent rusticity. It’ll spill into your bloodstream like moonshine, and rise like sweet woodsmoke into the swaying boughs of your affection. Peace.

The post the senators // this old war appeared first on The Earology Dept..

]]>
https://www.theearologydept.com/the-senators-this-old-war/feed/ 0 8567
with a light heart // lost at sea ep (our sunday best) https://www.theearologydept.com/with-a-light-heart-lost-at-sea-ep/ https://www.theearologydept.com/with-a-light-heart-lost-at-sea-ep/#respond Sun, 17 Mar 2013 07:00:27 +0000 http://mittenmouthmusic.wordpress.com/?p=8139 The Lost At Sea EP by the Swedish band With A Light Heart is a basket full of songs perfect for a walk along coastal environs or a languid drive without any specific destination in mind. Also, this release of four simple, yet beautiful songs feels bigger than the some of its parts. The songs …

The post with a light heart // lost at sea ep (our sunday best) appeared first on The Earology Dept..

]]>
Good music is good no matter what kind of music it is. -Miles Davis

The Lost At Sea EP by the Swedish band With A Light Heart is a basket full of songs perfect for a walk along coastal environs or a languid drive without any specific destination in mind. Also, this release of four simple, yet beautiful songs feels bigger than the some of its parts. The songs have a sweeping and epic character which rolls like a cleansing and rising tide in the bowl of your eardrums. Here, in the endless diameter of sound is human intimacy radiating gloriously. Each song is imbued with the spectacular essence of the warming sunrise, and by the albums end the moon too is full to bursting with solemn thanks of gratitude. Word is the band recorded it’s new EP in a loft and in a church in Bua, a small quaint village on the west coast of Sweden. How fitting then or telling because these songs have the inner-workings of hymnals and a spirituality which touches your soul like the soothing hand of grace. You can get you own copy via the With a Light Heart’s bandcamp. Peace.

The post with a light heart // lost at sea ep (our sunday best) appeared first on The Earology Dept..

]]>
https://www.theearologydept.com/with-a-light-heart-lost-at-sea-ep/feed/ 0 8139
this old ghost // family room https://www.theearologydept.com/7885/ https://www.theearologydept.com/7885/#respond Wed, 23 Jan 2013 00:31:26 +0000 http://mittenmouthmusic.wordpress.com/?p=7885 Upstate New York peddlers of great music This Old Ghost, have gone fashioned another wonderful collection of songs filled with all the characteristic whimsical charm we’ve come to expect from this good-natured quintet. The new album ‘Family Room‘ is officially out today and is available via Bandcamp and iTunes. You can stream the whole kit …

The post this old ghost // family room appeared first on The Earology Dept..

]]>
Great band, good music and a pretty rad van too.

Upstate New York peddlers of great music This Old Ghost, have gone fashioned another wonderful collection of songs filled with all the characteristic whimsical charm we’ve come to expect from this good-natured quintet. The new album ‘Family Room‘ is officially out today and is available via Bandcamp and iTunes. You can stream the whole kit and kaboodle after the jump. Peace.

The post this old ghost // family room appeared first on The Earology Dept..

]]>
https://www.theearologydept.com/7885/feed/ 0 7885
the milk carton kids // snake eyes https://www.theearologydept.com/the-milk-carton-kids-snake-eyes/ https://www.theearologydept.com/the-milk-carton-kids-snake-eyes/#respond Sat, 12 Jan 2013 15:09:05 +0000 http://mittenmouthmusic.wordpress.com/?p=7800 It is nigh impossible not to fall for The Milk Carton Kids. In terms of harmony, delivery, and overall songcraft the Joey Ryan and Kenneth Pattengale duo are unsurpassed. I am inspired by artists who possess the ability to elevate a genre or in the case of TMCK, bust it to pieces. And although it …

The post the milk carton kids // snake eyes appeared first on The Earology Dept..

]]>
What life is there, what delight without golden song?

It is nigh impossible not to fall for The Milk Carton Kids. In terms of harmony, delivery, and overall songcraft the Joey Ryan and Kenneth Pattengale duo are unsurpassed. I am inspired by artists who possess the ability to elevate a genre or in the case of TMCK, bust it to pieces. And although it is natural to try to place TMCK into a box and label it Folk, Bluegrass or Southern Rock Pop, etc. But The Milk Carton Kids won’t stay contained, not even close. Listen to their new track “Snake Eyes,” which premiered on Rolling Stone (1/08/13) and it is more than evident these guys far exceed the usefulness of their current band name. Or perhaps it is part of their wonderful duplicity, to put forth an almost juvenile designate, which at first glance conjures immaturity, but in the end offer listeners a thing wholly divergent reality. When you click play, what you get is a slow motion gut-check, a stave through your heart but without all the blood, yet still passion aplenty. These aren’t mere songs, they’re reservoirs of a revelatory depth of character, emotion and beauty. The track is taken from the band’s upcoming debut LP,  ‘The Ash and Clay’, and it also serves double-duty as the soundtrack to Gus Van Sant’s latest film, Promised Land. The Milk Carton Kids are a namesake defied kind of deal, and an admonishment to not judge a band by its Saturday morning kids show name. Peace. 

TRACK LIST:
 
Hope Of A Lifetime
Snake Eyes
Honey, Honey
Years Gone By
The Ash & Clay
Promised Land
The Jewel Of June
Whisper In Her Ear
On The Mend
Heaven
Hear Them Loud
Memphis
 

The post the milk carton kids // snake eyes appeared first on The Earology Dept..

]]>
https://www.theearologydept.com/the-milk-carton-kids-snake-eyes/feed/ 0 7800
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