<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><atom:link rel="hub" href="http://tumblr.superfeedr.com/" xmlns:atom="http://www.w3.org/2005/Atom"/><description>Eivind Opsvik is a Norwegian musician who’s been living in New York since 1998. His main instrument is the upright bass, but he also spends time playing lap steel guitar, old keyboards and drums, composing music, recording, mixing and producing (he has a studio in the basement) and running a record label.

His main projects are Overseas, Opsvik &amp; Jennings and his solo project.

‘Overseas’ is the name of Eivind’s band. The band was formed in 2002 and is Jacob Sacks on piano and organ, Tony Malaby on saxophone, Kenny Wollesen on drums and most recent addition, Brandon Seabrook on guitar. Eivind plays bass and writes all the music. Four records have been released; Overseas (2003), Overseas II (2005) and Overseas III (2008). Overseas IV was recorded in the summer of 2011 and released on Loyal Label in April of 2012.Opsvik &amp; Jennings, the experimental pop duo with tunesmith and guitarist Aaron Jennings, released their third album in 2009 on CD and Vinyl; “A Dream I Used to Remember” (Loyal Label). 

Eivind is currently working on a solo album, it will be an audio/visual release in collaboration with photographer Michelle Arcila where each song will be accompanied by a photograph. Expected release in 2013.

Eivind also performs with a plethora of other bands and musicians:
Tony Malaby’s Paloma Recio, Nate Wooley Quintet, Jesse Stacken Trio, Skuli Sverrison’s Seria, Two Miles A Day (record featuring: Jacob Sacks, Mat Maneri, Paul Motian), Jeff Davis Trio with Russ Lossing, Mary Halvorson’s Reverse Blue, Rocket Engine, Plainville, Kris Davis Trio, Håkon Kornstad, David Binney with Brian Blade and Craig Taborn, Rocket Engine, Tone Collector, Jesse Harris’ Cosmo, The Interaction of Non-Interaction (w Ben Gerstein), Poor Pluto …and more



	#mc_embed_signup{background:#fff; clear:left; font:12px Helvetica,Arial,sans-serif;  width:180px;}
	/* Add your own MailChimp form style overrides in your site stylesheet or in this style block.
	   We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */


	Subscribe to mailing list

	Email Address 
	
	
		
		
		



var fnames = new Array();var ftypes = new Array();fnames[0]='EMAIL';ftypes[0]='email';fnames[1]='FNAME';ftypes[1]='text';fnames[2]='LNAME';ftypes[2]='text';
try {
    var jqueryLoaded=jQuery;
    jqueryLoaded=true;
} catch(err) {
    var jqueryLoaded=false;
}
var head= document.getElementsByTagName('head')[0];
if (!jqueryLoaded) {
    var script = document.createElement('script');
    script.type = 'text/javascript';
    script.src = 'http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js';
    head.appendChild(script);
    if (script.readyState &amp;&amp; script.onload!==null){
        script.onreadystatechange= function () {
              if (this.readyState == 'complete') mce_preload_check();
        }    
    }
}
var script = document.createElement('script');
script.type = 'text/javascript';
script.src = 'http://downloads.mailchimp.com/js/jquery.form-n-validate.js';
head.appendChild(script);
var err_style = '';
try{
    err_style = mc_custom_error_style;
} catch(e){
    err_style = '#mc_embed_signup input.mce_inline_error{border-color:#6B0505;} #mc_embed_signup div.mce_inline_error{margin: 0 0 1em 0; padding: 5px 10px; background-color:#6B0505; font-weight: bold; z-index: 1; color:#fff;}';
}
var head= document.getElementsByTagName('head')[0];
var style= document.createElement('style');
style.type= 'text/css';
if (style.styleSheet) {
  style.styleSheet.cssText = err_style;
} else {
  style.appendChild(document.createTextNode(err_style));
}
head.appendChild(style);
setTimeout('mce_preload_check();', 250);

var mce_preload_checks = 0;
function mce_preload_check(){
    if (mce_preload_checks&gt;40) return;
    mce_preload_checks++;
    try {
        var jqueryLoaded=jQuery;
    } catch(err) {
        setTimeout('mce_preload_check();', 250);
        return;
    }
    try {
        var validatorLoaded=jQuery("#fake-form").validate({});
    } catch(err) {
        setTimeout('mce_preload_check();', 250);
        return;
    }
    mce_init_form();
}
function mce_init_form(){
    jQuery(document).ready( function($) {
      var options = { errorClass: 'mce_inline_error', errorElement: 'div', onkeyup: function(){}, onfocusout:function(){}, onblur:function(){}  };
      var mce_validator = $("#mc-embedded-subscribe-form").validate(options);
      $("#mc-embedded-subscribe-form").unbind('submit');//remove the validator so we can get into beforeSubmit on the ajaxform, which then calls the validator
      options = { url: 'http://eivindopsvik.us4.list-manage.com/subscribe/post-json?u=1faac8b2ebab780b7a49ff25d&amp;id=6052803ecd&amp;c=?', type: 'GET', dataType: 'json', contentType: "application/json; charset=utf-8",
                    beforeSubmit: function(){
                        $('#mce_tmp_error_msg').remove();
                        $('.datefield','#mc_embed_signup').each(
                            function(){
                                var txt = 'filled';
                                var fields = new Array();
                                var i = 0;
                                $(':text', this).each(
                                    function(){
                                        fields[i] = this;
                                        i++;
                                    });
                                $(':hidden', this).each(
                                    function(){
                                        var bday = false;
                                        if (fields.length == 2){
                                            bday = true;
                                            fields[2] = {'value':1970};//trick birthdays into having years
                                        }
                                    	if ( fields[0].value=='MM' &amp;&amp; fields[1].value=='DD' &amp;&amp; (fields[2].value=='YYYY' || (bday &amp;&amp; fields[2].value==1970) ) ){
                                    		this.value = '';
									    } else if ( fields[0].value=='' &amp;&amp; fields[1].value=='' &amp;&amp; (fields[2].value=='' || (bday &amp;&amp; fields[2].value==1970) ) ){
                                    		this.value = '';
									    } else {
									        if (/\[day\]/.test(fields[0].name)){
    	                                        this.value = fields[1].value+'/'+fields[0].value+'/'+fields[2].value;									        
									        } else {
    	                                        this.value = fields[0].value+'/'+fields[1].value+'/'+fields[2].value;
	                                        }
	                                    }
                                    });
                            });
                        return mce_validator.form();
                    }, 
                    success: mce_success_cb
                };
      $('#mc-embedded-subscribe-form').ajaxForm(options);
      
      
    });
}
function mce_success_cb(resp){
    $('#mce-success-response').hide();
    $('#mce-error-response').hide();
    if (resp.result=="success"){
        $('#mce-'+resp.result+'-response').show();
        $('#mce-'+resp.result+'-response').html(resp.msg);
        $('#mc-embedded-subscribe-form').each(function(){
            this.reset();
    	});
    } else {
        var index = -1;
        var msg;
        try {
            var parts = resp.msg.split(' - ',2);
            if (parts[1]==undefined){
                msg = resp.msg;
            } else {
                i = parseInt(parts[0]);
                if (i.toString() == parts[0]){
                    index = parts[0];
                    msg = parts[1];
                } else {
                    index = -1;
                    msg = resp.msg;
                }
            }
        } catch(e){
            index = -1;
            msg = resp.msg;
        }
        try{
            if (index== -1){
                $('#mce-'+resp.result+'-response').show();
                $('#mce-'+resp.result+'-response').html(msg);            
            } else {
                err_id = 'mce_tmp_error_msg';
                html = ' '+msg+'';
                
                var input_id = '#mc_embed_signup';
                var f = $(input_id);
                if (ftypes[index]=='address'){
                    input_id = '#mce-'+fnames[index]+'-addr1';
                    f = $(input_id).parent().parent().get(0);
                } else if (ftypes[index]=='date'){
                    input_id = '#mce-'+fnames[index]+'-month';
                    f = $(input_id).parent().parent().get(0);
                } else {
                    input_id = '#mce-'+fnames[index];
                    f = $().parent(input_id).get(0);
                }
                if (f){
                    $(f).append(html);
                    $(input_id).focus();
                } else {
                    $('#mce-'+resp.result+'-response').show();
                    $('#mce-'+resp.result+'-response').html(msg);
                }
            }
        } catch(e){
            $('#mce-'+resp.result+'-response').show();
            $('#mce-'+resp.result+'-response').html(msg);
        }
    }
}

</description><title>Eivind Opsvik</title><generator>Tumblr (3.0; @eivindopsvik)</generator><link>http://www.eivindopsvik.com/</link><item><title>tomorrow at cornelia street cafe</title><description>&lt;iframe width="400" height="300" src="http://www.youtube.com/embed/j3LbiGnTQkQ?wmode=transparent&amp;autohide=1&amp;egm=0&amp;hd=1&amp;iv_load_policy=3&amp;modestbranding=1&amp;rel=0&amp;showinfo=0&amp;showsearch=0" frameborder="0" allowfullscreen&gt;&lt;/iframe&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;tomorrow at cornelia street cafe&lt;/p&gt;</description><link>http://www.eivindopsvik.com/post/51221342131</link><guid>http://www.eivindopsvik.com/post/51221342131</guid><pubDate>Fri, 24 May 2013 08:47:22 -0400</pubDate></item><item><title>Dan Weiss Trio at Cornelia Street Cafe on Saturday</title><description>&lt;p&gt;&lt;span class="userContent"&gt;Saturday May 25 at 9pm&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="userContent"&gt;Dan Weiss - Drums&lt;br/&gt; Jacob Sacks - Piano&lt;br/&gt; Eivind Opsvik - Bass&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="userContent"&gt;&lt;a href="http://www.nytimes.com/events/jazz/dan-weiss-trio-12537.html" target="_blank"&gt;http://www.nytimes.com/events/jazz/dan-weiss-trio-12537.html&lt;/a&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;</description><link>http://www.eivindopsvik.com/post/51219759084</link><guid>http://www.eivindopsvik.com/post/51219759084</guid><pubDate>Fri, 24 May 2013 08:03:45 -0400</pubDate></item><item><title>Video #28
This is my last youtube video post in this series....</title><description>&lt;iframe width="400" height="299" src="http://www.youtube.com/embed/V1hT2u1jwcs?wmode=transparent&amp;autohide=1&amp;egm=0&amp;hd=1&amp;iv_load_policy=3&amp;modestbranding=1&amp;rel=0&amp;showinfo=0&amp;showsearch=0" frameborder="0" allowfullscreen&gt;&lt;/iframe&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Video #28&lt;/p&gt;
&lt;p&gt;This is my last youtube video post in this series. Ending with a classic; music don’t get better than this (for me)&lt;/p&gt;
&lt;p&gt;{a string of posts of some of my favorite music youtube videos. One a day for about 30 days}&lt;/p&gt;</description><link>http://www.eivindopsvik.com/post/50897867331</link><guid>http://www.eivindopsvik.com/post/50897867331</guid><pubDate>Mon, 20 May 2013 06:08:00 -0400</pubDate><category>favorite</category><category>30days</category><category>youtube</category></item><item><title>Video #27

Ahmad Jamal with the great; Vernell Fournier (dr) and...</title><description>&lt;iframe width="400" height="300" src="http://www.youtube.com/embed/_Qc3VaXtW5M?wmode=transparent&amp;autohide=1&amp;egm=0&amp;hd=1&amp;iv_load_policy=3&amp;modestbranding=1&amp;rel=0&amp;showinfo=0&amp;showsearch=0" frameborder="0" allowfullscreen&gt;&lt;/iframe&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Video #27&lt;/p&gt;
&lt;div class="video-source"&gt;
&lt;p&gt;Ahmad Jamal with the great; Vernell Fournier (dr) and Israel Crosby (b)&lt;/p&gt;
&lt;p&gt;{a string of posts of some of my favorite music youtube videos. One a day for about 30 days}&lt;/p&gt;
&lt;/div&gt;</description><link>http://www.eivindopsvik.com/post/50798574402</link><guid>http://www.eivindopsvik.com/post/50798574402</guid><pubDate>Sun, 19 May 2013 04:13:03 -0400</pubDate><category>favorite</category><category>youtube</category><category>30days</category></item><item><title>Video #26
Zs, I like this Brooklyn band a lot, they’ve...</title><description>&lt;iframe width="400" height="300" src="http://www.youtube.com/embed/um3ZgKCtMjI?wmode=transparent&amp;autohide=1&amp;egm=0&amp;hd=1&amp;iv_load_policy=3&amp;modestbranding=1&amp;rel=0&amp;showinfo=0&amp;showsearch=0" frameborder="0" allowfullscreen&gt;&lt;/iframe&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Video #26&lt;/p&gt;
&lt;p&gt;Zs, I like this Brooklyn band a lot, they’ve been at it for over 10 years, always surprising and creative&lt;/p&gt;
&lt;p&gt;{a string of posts of some of my favorite music youtube videos. One a day for about 30 days}&lt;/p&gt;</description><link>http://www.eivindopsvik.com/post/50735112097</link><guid>http://www.eivindopsvik.com/post/50735112097</guid><pubDate>Sat, 18 May 2013 11:53:00 -0400</pubDate></item><item><title>Video #25Give the drummer some. Drums are fun.{a string of posts...</title><description>&lt;iframe width="400" height="300" src="http://www.youtube.com/embed/Jcx3BcTyXlc?wmode=transparent&amp;autohide=1&amp;egm=0&amp;hd=1&amp;iv_load_policy=3&amp;modestbranding=1&amp;rel=0&amp;showinfo=0&amp;showsearch=0" frameborder="0" allowfullscreen&gt;&lt;/iframe&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Video #25&lt;br/&gt;&lt;br/&gt;Give the drummer some. Drums are fun.&lt;br/&gt;&lt;br/&gt;{a string of posts of some of my favorite music youtube videos. One a day for about 30 days}&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;/p&gt;</description><link>http://www.eivindopsvik.com/post/50642007997</link><guid>http://www.eivindopsvik.com/post/50642007997</guid><pubDate>Fri, 17 May 2013 04:59:13 -0400</pubDate><category>favorite</category><category>youtube</category><category>30days</category></item><item><title>Video #24
Pied Pipers
{a string of posts of some of my favorite...</title><description>&lt;iframe width="400" height="300" src="http://www.youtube.com/embed/ZLLEc-Xh068?wmode=transparent&amp;autohide=1&amp;egm=0&amp;hd=1&amp;iv_load_policy=3&amp;modestbranding=1&amp;rel=0&amp;showinfo=0&amp;showsearch=0" frameborder="0" allowfullscreen&gt;&lt;/iframe&gt;&lt;br/&gt;&lt;br/&gt;&lt;div class="video-source"&gt;Video #24
&lt;p&gt;Pied Pipers&lt;/p&gt;
&lt;p&gt;{a string of posts of some of my favorite music youtube videos. One a day for about 30 days}&lt;/p&gt;
&lt;/div&gt;</description><link>http://www.eivindopsvik.com/post/50570925740</link><guid>http://www.eivindopsvik.com/post/50570925740</guid><pubDate>Thu, 16 May 2013 07:35:15 -0400</pubDate><category>favorite</category><category>youtube</category><category>30days</category></item><item><title>
Video #23
Glen Campbell
{a string of posts of some of my...</title><description>&lt;iframe width="400" height="300" src="http://www.youtube.com/embed/4qoymGCDYzU?wmode=transparent&amp;autohide=1&amp;egm=0&amp;hd=1&amp;iv_load_policy=3&amp;modestbranding=1&amp;rel=0&amp;showinfo=0&amp;showsearch=0" frameborder="0" allowfullscreen&gt;&lt;/iframe&gt;&lt;br/&gt;&lt;br/&gt;&lt;div class="video-source"&gt;
&lt;p&gt;Video #23&lt;/p&gt;
&lt;p&gt;Glen Campbell&lt;/p&gt;
&lt;p&gt;{a string of posts of some of my favorite music youtube videos. One a day for about 30 days}&lt;/p&gt;
&lt;/div&gt;</description><link>http://www.eivindopsvik.com/post/50487752515</link><guid>http://www.eivindopsvik.com/post/50487752515</guid><pubDate>Wed, 15 May 2013 06:07:00 -0400</pubDate><category>favorite</category><category>youtube</category><category>30days</category></item><item><title>
Video #22
Nat King Cole, maybe the most elegant musician ever....</title><description>&lt;iframe width="400" height="300" src="http://www.youtube.com/embed/dCYApJtsyd0?wmode=transparent&amp;autohide=1&amp;egm=0&amp;hd=1&amp;iv_load_policy=3&amp;modestbranding=1&amp;rel=0&amp;showinfo=0&amp;showsearch=0" frameborder="0" allowfullscreen&gt;&lt;/iframe&gt;&lt;br/&gt;&lt;br/&gt;&lt;div class="video-source"&gt;
&lt;p&gt;Video #22&lt;/p&gt;
&lt;p&gt;Nat King Cole, maybe the most elegant musician ever. Note the way he accompanies himself&lt;/p&gt;
&lt;p&gt;{a string of posts of some of my favorite music youtube videos. One a day for about 30 days}&lt;/p&gt;
&lt;/div&gt;</description><link>http://www.eivindopsvik.com/post/50409395137</link><guid>http://www.eivindopsvik.com/post/50409395137</guid><pubDate>Tue, 14 May 2013 04:39:00 -0400</pubDate><category>favorite</category><category>youtube</category><category>30days</category></item><item><title>Video #21
No Images necessary. Desert Island Music for me. 3rd...</title><description>&lt;iframe width="400" height="300" src="http://www.youtube.com/embed/FX_8LQFwlhw?wmode=transparent&amp;autohide=1&amp;egm=0&amp;hd=1&amp;iv_load_policy=3&amp;modestbranding=1&amp;rel=0&amp;showinfo=0&amp;showsearch=0" frameborder="0" allowfullscreen&gt;&lt;/iframe&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Video #21&lt;/p&gt;
&lt;p&gt;No Images necessary. Desert Island Music for me. 3rd Movement from Mahler’s 6th Symphony. Perfection. This, among a couple of other things, is the reason I’m very hesitant to label myself a composer.&lt;/p&gt;
&lt;p&gt;{a string of posts of some of my favorite music youtube videos. One a day for about 30 days}&lt;/p&gt;</description><link>http://www.eivindopsvik.com/post/50335852812</link><guid>http://www.eivindopsvik.com/post/50335852812</guid><pubDate>Mon, 13 May 2013 07:30:00 -0400</pubDate></item><item><title>Video #20
2:16 = goosebumps every time. Damn!
{a string of posts...</title><description>&lt;iframe width="400" height="299" src="http://www.youtube.com/embed/bOH_mioL3TU?wmode=transparent&amp;autohide=1&amp;egm=0&amp;hd=1&amp;iv_load_policy=3&amp;modestbranding=1&amp;rel=0&amp;showinfo=0&amp;showsearch=0" frameborder="0" allowfullscreen&gt;&lt;/iframe&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Video #20&lt;/p&gt;
&lt;p&gt;2:16 = goosebumps every time. Damn!&lt;/p&gt;
&lt;p&gt;{a string of posts of some of my favorite music youtube videos. One a day for about 30 days}&lt;/p&gt;</description><link>http://www.eivindopsvik.com/post/50250425708</link><guid>http://www.eivindopsvik.com/post/50250425708</guid><pubDate>Sun, 12 May 2013 07:30:00 -0400</pubDate><category>favorite</category><category>youtube</category><category>30days</category></item><item><title>Video #19
Miles from 87, you could hear the influence Prince had...</title><description>&lt;iframe width="400" height="300" src="http://www.youtube.com/embed/r3URXIzy3mo?wmode=transparent&amp;autohide=1&amp;egm=0&amp;hd=1&amp;iv_load_policy=3&amp;modestbranding=1&amp;rel=0&amp;showinfo=0&amp;showsearch=0" frameborder="0" allowfullscreen&gt;&lt;/iframe&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Video #19&lt;/p&gt;
&lt;p&gt;Miles from 87, you could hear the influence Prince had on Miles in this period. I worshiped 80s Miles as a teenager and still think it holds up. That sound!&lt;/p&gt;
&lt;p&gt;{a string of posts of some of my favorite music youtube videos. One a day for about 30 days}&lt;/p&gt;</description><link>http://www.eivindopsvik.com/post/50158585421</link><guid>http://www.eivindopsvik.com/post/50158585421</guid><pubDate>Sat, 11 May 2013 07:30:00 -0400</pubDate><category>favorite</category><category>youtube</category><category>30days</category></item><item><title>Video #18Jarrett with Charlie Haden and Paul Motian. yup.{a...</title><description>&lt;iframe width="400" height="299" src="http://www.youtube.com/embed/x8eMfc6TjoA?wmode=transparent&amp;autohide=1&amp;egm=0&amp;hd=1&amp;iv_load_policy=3&amp;modestbranding=1&amp;rel=0&amp;showinfo=0&amp;showsearch=0" frameborder="0" allowfullscreen&gt;&lt;/iframe&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Video #18&lt;br/&gt;&lt;br/&gt;Jarrett with Charlie Haden and Paul Motian. yup.&lt;br/&gt;&lt;br/&gt;{a string of posts of some of my favorite music youtube videos. One a day for about 30 days}&lt;/p&gt;</description><link>http://www.eivindopsvik.com/post/50083043427</link><guid>http://www.eivindopsvik.com/post/50083043427</guid><pubDate>Fri, 10 May 2013 07:30:07 -0400</pubDate><category>favorite</category><category>youtube</category><category>30days</category></item><item><title>


Video #17
Peggy Lee, wow, less is more, and dig the finger...</title><description>&lt;iframe width="400" height="299" src="http://www.youtube.com/embed/EYxoAJ3Boyc?wmode=transparent&amp;autohide=1&amp;egm=0&amp;hd=1&amp;iv_load_policy=3&amp;modestbranding=1&amp;rel=0&amp;showinfo=0&amp;showsearch=0" frameborder="0" allowfullscreen&gt;&lt;/iframe&gt;&lt;br/&gt;&lt;br/&gt;&lt;div class="video-source"&gt;
&lt;div class="video-source"&gt;
&lt;div class="video-source"&gt;
&lt;p&gt;Video #17&lt;/p&gt;
&lt;p&gt;Peggy Lee, wow, less is more, and dig the finger drumming and cave-like reverb chamber on the drum hits&lt;/p&gt;
&lt;p&gt;{a string of posts of some of my favorite music youtube videos. One a day for about 30 days}&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;</description><link>http://www.eivindopsvik.com/post/50006369554</link><guid>http://www.eivindopsvik.com/post/50006369554</guid><pubDate>Thu, 09 May 2013 07:30:14 -0400</pubDate><category>favorite</category><category>youtube</category><category>30days</category></item><item><title>


Video #16
David Bowie from 77 with a great band; Adrian Belew...</title><description>&lt;iframe width="400" height="300" src="http://www.youtube.com/embed/N313IX5Q-as?wmode=transparent&amp;autohide=1&amp;egm=0&amp;hd=1&amp;iv_load_policy=3&amp;modestbranding=1&amp;rel=0&amp;showinfo=0&amp;showsearch=0" frameborder="0" allowfullscreen&gt;&lt;/iframe&gt;&lt;br/&gt;&lt;br/&gt;&lt;div class="video-source"&gt;
&lt;div class="video-source"&gt;
&lt;div class="video-source"&gt;
&lt;p&gt;Video #16&lt;/p&gt;
&lt;p&gt;David Bowie from 77 with a great band; Adrian Belew on guitar, Dennis Davis on drums (4:32) &lt;/p&gt;
&lt;p&gt;{a string of posts of some of my favorite music youtube videos. One a day for about 30 days}&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;</description><link>http://www.eivindopsvik.com/post/49927414476</link><guid>http://www.eivindopsvik.com/post/49927414476</guid><pubDate>Wed, 08 May 2013 07:30:21 -0400</pubDate><category>favorite</category><category>youtube</category><category>30days</category></item><item><title>

Video #15
In a Silent Way: Zawinul and Wayne Shorter
{a string...</title><description>&lt;iframe width="400" height="300" src="http://www.youtube.com/embed/kh0Dh-I4IfY?wmode=transparent&amp;autohide=1&amp;egm=0&amp;hd=1&amp;iv_load_policy=3&amp;modestbranding=1&amp;rel=0&amp;showinfo=0&amp;showsearch=0" frameborder="0" allowfullscreen&gt;&lt;/iframe&gt;&lt;br/&gt;&lt;br/&gt;&lt;div class="video-source"&gt;
&lt;div class="video-source"&gt;
&lt;div class="video-source"&gt;Video #15
&lt;p&gt;In a Silent Way: Zawinul and Wayne Shorter&lt;/p&gt;
&lt;p&gt;{a string of posts of some of my favorite music youtube videos. One a day for about 30 days}&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;</description><link>http://www.eivindopsvik.com/post/49848790352</link><guid>http://www.eivindopsvik.com/post/49848790352</guid><pubDate>Tue, 07 May 2013 07:30:08 -0400</pubDate><category>favorite</category><category>youtube</category><category>30days</category></item><item><title>

Video #14
Zappa, from the live film Baby Snakes. Terry Bozzio...</title><description>&lt;iframe width="400" height="299" src="http://www.youtube.com/embed/-Jh6wnmRbvQ?wmode=transparent&amp;autohide=1&amp;egm=0&amp;hd=1&amp;iv_load_policy=3&amp;modestbranding=1&amp;rel=0&amp;showinfo=0&amp;showsearch=0" frameborder="0" allowfullscreen&gt;&lt;/iframe&gt;&lt;br/&gt;&lt;br/&gt;&lt;div class="video-source"&gt;
&lt;div class="video-source"&gt;
&lt;p&gt;Video #14&lt;/p&gt;
&lt;p&gt;Zappa, from the live film Baby Snakes. Terry Bozzio and Adrian Belew in the band, among others.&lt;/p&gt;
&lt;p&gt;{a string of posts of some of my favorite music youtube videos. One a day for about 30 days}&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;</description><link>http://www.eivindopsvik.com/post/49761209421</link><guid>http://www.eivindopsvik.com/post/49761209421</guid><pubDate>Mon, 06 May 2013 03:57:00 -0400</pubDate><category>favorite</category><category>youtube</category><category>30days</category></item><item><title>
Video #13
Vangelis has his share of borderline cheesy music,...</title><description>&lt;iframe width="400" height="300" src="http://www.youtube.com/embed/enqSSs8PRmk?wmode=transparent&amp;autohide=1&amp;egm=0&amp;hd=1&amp;iv_load_policy=3&amp;modestbranding=1&amp;rel=0&amp;showinfo=0&amp;showsearch=0" frameborder="0" allowfullscreen&gt;&lt;/iframe&gt;&lt;br/&gt;&lt;br/&gt;&lt;div class="video-source"&gt;
&lt;p&gt;Video #13&lt;/p&gt;
&lt;p&gt;Vangelis has his share of borderline cheesy music, but this snippet I think is wonderful, wish there was more. He’s playing the Yamaha flagship synthesizer from the early 80s; CS-80, it weighed around two horses.&lt;/p&gt;
&lt;p&gt;{a string of posts of some of my favorite music youtube videos. One a day for about 30 days&lt;/p&gt;
&lt;/div&gt;</description><link>http://www.eivindopsvik.com/post/49671068046</link><guid>http://www.eivindopsvik.com/post/49671068046</guid><pubDate>Sun, 05 May 2013 05:47:00 -0400</pubDate><category>favorite</category><category>youtube</category><category>30days</category></item><item><title>Video #12

Ornette still creates some of the most other worldly...</title><description>&lt;iframe width="400" height="300" src="http://www.youtube.com/embed/na_3r_bf5gA?wmode=transparent&amp;autohide=1&amp;egm=0&amp;hd=1&amp;iv_load_policy=3&amp;modestbranding=1&amp;rel=0&amp;showinfo=0&amp;showsearch=0" frameborder="0" allowfullscreen&gt;&lt;/iframe&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Video #12&lt;/p&gt;

&lt;p&gt;Ornette still creates some of the most other worldly and strange (in the best possible way) music out there. This is a clip from 1974; James Blood Ulmer and Billy Higgins (again). Today’s jazz seems so safe and predictable compared to this…&lt;/p&gt;
&lt;p&gt;{a string of posts of some of my favorite music youtube videos. One a day for about 30 days&lt;/p&gt;</description><link>http://www.eivindopsvik.com/post/49589158302</link><guid>http://www.eivindopsvik.com/post/49589158302</guid><pubDate>Sat, 04 May 2013 09:01:00 -0400</pubDate><category>favorite</category><category>youtube</category><category>30days</category></item><item><title>Video #11
Magic video and song by Fever Ray

{a string of posts...</title><description>&lt;iframe width="400" height="225" src="http://www.youtube.com/embed/4F-CpE73o2M?wmode=transparent&amp;autohide=1&amp;egm=0&amp;hd=1&amp;iv_load_policy=3&amp;modestbranding=1&amp;rel=0&amp;showinfo=0&amp;showsearch=0" frameborder="0" allowfullscreen&gt;&lt;/iframe&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Video #11&lt;/p&gt;
&lt;p&gt;Magic video and song by &lt;a href="http://feverray.com/" target="_blank"&gt;Fever Ray&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;{a string of posts of some of my favorite music youtube videos. One a day for about 30 days}&lt;/p&gt;</description><link>http://www.eivindopsvik.com/post/49501622573</link><guid>http://www.eivindopsvik.com/post/49501622573</guid><pubDate>Fri, 03 May 2013 04:58:00 -0400</pubDate><category>favorite</category><category>youtube</category><category>30days</category></item></channel></rss>
