<rss version="2.0">
  <channel>
    <title>music on Tyler Knows Nothing</title>
    <link>https://tavexocor.shop/categories/music/</link>
    <description></description>
    
    <language>en</language>
    
    <lastBuildDate>Fri, 29 May 2026 10:01:20 -0700</lastBuildDate>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2026/05/29/i-think-this-said-everything.html</link>
      <pubDate>Fri, 29 May 2026 10:01:20 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2026/05/29/i-think-this-said-everything.html</guid>
      <description>&lt;p&gt;I think this says everything you need to know about Americas 250th birthday. #uspol #idiocracy #music&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2026/3b8e5537fb.jpg&#34; width=&#34;410&#34; height=&#34;600&#34; alt=&#34;A headline discusses the internet&#39;s reaction to Bret Michaels and others leaving Trump&#39;s &#39;Freedom 250&#39; concert series, with Trump shrugging shown below. &#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2026/05/19/httpsyoutubeglkvbcnxbw-brand-new-interview-with.html</link>
      <pubDate>Tue, 19 May 2026 09:49:35 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2026/05/19/httpsyoutubeglkvbcnxbw-brand-new-interview-with.html</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://youtu.be/GLkvbCn3xbw&#34;&gt;youtu.be/GLkvbCn3x&amp;hellip;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Brand new interview with Geddy Lee with Alex Lifeson showing up half way through. #Rush #music&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2026/04/27/wow-tinydesk-never-disappoints-im.html</link>
      <pubDate>Mon, 27 Apr 2026 16:32:00 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2026/04/27/wow-tinydesk-never-disappoints-im.html</guid>
      <description>&lt;p&gt;Wow! #TinyDesk never disappoints!! I&amp;rsquo;m an instant fan of #InfinitySong, a #softrock #RandB outfit from #NYC made up on Abraham, Angel, Israel, and Momo Boyd. Be sure to watch all the way through as Israel lights the desk on (not literal) fire. Fantastic! #music &lt;a href=&#34;https://www.youtube.com/watch?v=wdeWKd9rjt4&#34;&gt;www.youtube.com/watch&lt;/a&gt;&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2026/04/25/everyone-needs-a-stiff-hit.html</link>
      <pubDate>Sat, 25 Apr 2026 07:25:19 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2026/04/25/everyone-needs-a-stiff-hit.html</guid>
      <description>&lt;p&gt;Everyone needs a stiff hit of #SteelyDan at least a few times a year, and Dan Belcher is our dealer. Dan serves up the finest Dan remasters available, working his magic on media that would otherwise remain degraded. Don&amp;rsquo;t forget to sub. #music #livemusic #jazzrock &lt;a href=&#34;https://youtu.be/c4-79n6eidw&#34;&gt;youtu.be/c4-79n6ei&amp;hellip;&lt;/a&gt;&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2026/04/21/yt-fbhuhp-if-you-are.html</link>
      <pubDate>Tue, 21 Apr 2026 11:20:27 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2026/04/21/yt-fbhuhp-if-you-are.html</guid>
      <description>&lt;p&gt;If you are going to challenge yourself to listen to something you&amp;rsquo;ve never heard before, I&amp;rsquo;d strongly suggest sitting down for an hour and a half with Yes&#39; Tales From Topographic Oceans from 1973. It&amp;rsquo;s a double album and each side is a single track. #music #progressiverock #prog&lt;/p&gt;

&lt;style&gt;
:root {
   
  --yt-aspect-ratio-16-9: 56.25%;

   
  --yt-bg-black: #000;
  --yt-play-button-bg: rgba(255, 0, 0, 0.8);
  --yt-play-button-bg-hover: rgba(255, 0, 0, 1);
  --yt-play-button-icon: #fff;
  --yt-overlay-bg: rgba(0, 0, 0, 0.85);
  --yt-overlay-text: #fff;
  --yt-focus-outline: #e53935;

   
  --yt-play-button-width: 68px;
  --yt-play-button-height: 48px;
  --yt-play-button-border-radius: 12px;

   
  --yt-focus-outline-width: 3px;
  --yt-focus-outline-offset: 4px;

   
  --yt-transition-duration: 0.2s;
  --yt-transition-timing: ease-in-out;
}

.video-wrapper {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  padding-bottom: var(--yt-aspect-ratio-16-9);
  margin: 0;
  height: 0;
  max-width: 100%;
  overflow: hidden;
  background-color: var(--yt-bg-black);
  cursor: pointer;
  outline: none;
  border: none;
  color: inherit;
  font: inherit;
  text-align: inherit;
  appearance: none;
  -webkit-appearance: none;
}

.video-wrapper[data-is-loaded=&#34;true&#34;] {
  cursor: auto;
}

.video-wrapper:focus-visible {
  outline: var(--yt-focus-outline-width) solid var(--yt-focus-outline);
  outline-offset: var(--yt-focus-outline-offset);
}

.video-thumbnail {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  object-position: center;
  background-color: var(--yt-bg-black);
  z-index: 1;
  transition: opacity var(--yt-transition-duration) var(--yt-transition-timing);
}

.video-wrapper:hover .video-thumbnail {
  opacity: 0.9;
}

.video-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: var(--yt-overlay-bg);
  color: var(--yt-overlay-text);
  text-align: center;
  font-size: 0.85em;
  padding: 0.5em 1em;
  z-index: 2;
  pointer-events: auto;
}

.video-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: var(--yt-play-button-width);
  height: var(--yt-play-button-height);
  background-color: var(--yt-play-button-bg);
  border-radius: var(--yt-play-button-border-radius);
  z-index: 3;
  pointer-events: none;
  transition: all var(--yt-transition-duration) var(--yt-transition-timing);
}

.video-wrapper:hover .video-play-button {
  background-color: var(--yt-play-button-bg-hover);
  transform: translate(-50%, -50%) scale(1.1);
}

.video-wrapper:active .video-play-button {
  transform: translate(-50%, -50%) scale(1.05);
}

.video-play-button::before {
  content: &#39;&#39;;
  position: absolute;
  left: 26px;
  top: 14px;
  width: 0;
  height: 0;
  border-left: 18px solid var(--yt-play-button-icon);
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  z-index: 4;
}

.video-noscript {
  display: block;
  max-width: 100%;
  background-color: var(--yt-bg-black);
  color: inherit;
  text-align: center;
  padding: 0;
  margin-top: 0.5em;
}

.video-noscript img {
  display: block;
  width: 100%;
  height: auto;
}

.video-noscript a {
  display: inline-block;
  padding: 0.75em 1em;
  color: inherit;
  text-decoration: underline;
}

.yt-text-link {
  display: none;
}
&lt;/style&gt;

&lt;script&gt;
(function(){
  &#39;use strict&#39;;

  
  const CONSTANTS = {
    VIDEO_ID_LENGTH: 11,
    MAX_INPUT_LENGTH: 2048,
    VIDEO_ID_PATTERN: /^[a-zA-Z0-9_-]{11}$/,
    PLAYLIST_PREFIXES: /^(PL|OL|UU|LL|FL)/i,
    ALLOWED_URL_CHARS: /^[a-zA-Z0-9_\-?=&amp;#:/.]+$/,
    TIME_FORMATS: {
      HOURS: 3600,
      MINUTES: 60,
      SECONDS: 1
    },
    YOUTUBE_NOCOOKIE_DOMAIN: &#39;https://www.youtube-nocookie.com&#39;,
    YOUTUBE_IMG_DOMAIN: &#39;https://img.youtube.com&#39;,
    EMBED_PARAMS: &#39;autoplay=1&amp;mute=1&#39;
  };

  

  function validateInput(input, maxLength = CONSTANTS.MAX_INPUT_LENGTH) {
    if (!input || typeof input !== &#39;string&#39;) return &#39;&#39;;

    const trimmed = input.trim();

    if (trimmed.length &gt; maxLength) {
      console.warn(`Input exceeds maximum length of ${maxLength}`);
      return &#39;&#39;;
    }

    
    if (!CONSTANTS.ALLOWED_URL_CHARS.test(trimmed)) {
      console.warn(&#39;Input contains invalid characters&#39;);
      return &#39;&#39;;
    }

    return trimmed;
  }

  

  function parseStartValue(value) {
    if (!value) return 0;

    
    if (/^\d+$/.test(value)) {
      const parsed = parseInt(value, 10);
      return isNaN(parsed) ? 0 : Math.max(0, parsed);
    }

    
    let total = 0;
    let matched = false;
    const regex = /(\d+)(h|m|s)/gi;
    let match;

    while ((match = regex.exec(value)) !== null) {
      matched = true;
      const num = parseInt(match[1], 10);
      if (isNaN(num)) continue;

      const unit = match[2].toLowerCase();
      if (unit === &#39;h&#39;) total += num * CONSTANTS.TIME_FORMATS.HOURS;
      else if (unit === &#39;m&#39;) total += num * CONSTANTS.TIME_FORMATS.MINUTES;
      else if (unit === &#39;s&#39;) total += num * CONSTANTS.TIME_FORMATS.SECONDS;
    }

    return matched ? Math.max(0, total) : 0;
  }

  

  function extractStartTime(queryString) {
    if (!queryString) return 0;

    try {
      const cleanQuery = queryString.startsWith(&#39;?&#39;) || queryString.startsWith(&#39;#&#39;)
        ? queryString.slice(1)
        : queryString;

      const params = new URLSearchParams(cleanQuery);

      
      return parseStartValue(params.get(&#39;start&#39;)) ||
             parseStartValue(params.get(&#39;t&#39;)) ||
             parseStartValue(params.get(&#39;time_continue&#39;)) ||
             0;
    } catch (e) {
      console.warn(&#39;Failed to parse query parameters:&#39;, e);
      return 0;
    }
  }

  

  function parseId(raw) {
    const validated = validateInput(raw);
    if (!validated) {
      return { type: &#39;unknown&#39;, id: &#39;&#39;, start: 0 };
    }

    let startSeconds = 0;
    let normalized = validated;

    
    const queryIndex = normalized.indexOf(&#39;?&#39;);
    if (queryIndex !== -1) {
      startSeconds = extractStartTime(normalized.slice(queryIndex + 1));
      normalized = normalized.slice(0, queryIndex);
    }

    
    const hashIndex = normalized.indexOf(&#39;#&#39;);
    if (hashIndex !== -1) {
      startSeconds = startSeconds || extractStartTime(normalized.slice(hashIndex + 1));
      normalized = normalized.slice(0, hashIndex);
    }

    
    if (CONSTANTS.PLAYLIST_PREFIXES.test(normalized)) {
      return { type: &#39;playlist&#39;, id: normalized, start: startSeconds };
    }

    
    if (CONSTANTS.VIDEO_ID_PATTERN.test(normalized)) {
      return { type: &#39;video&#39;, id: normalized, start: startSeconds };
    }

    
    const listMatch = normalized.match(/list=([^&amp;]+)/);
    if (listMatch &amp;&amp; listMatch[1]) {
      return { type: &#39;playlist&#39;, id: listMatch[1], start: startSeconds };
    }

    console.warn(&#39;Unable to parse video/playlist ID:&#39;, raw);
    return { type: &#39;unknown&#39;, id: &#39;&#39;, start: startSeconds };
  }

  

  function validateThumbnailUrl(thumbUrl) {
    if (!thumbUrl) return &#39;&#39;;

    let cleaned = thumbUrl.trim();

    
    const markdownMatch = cleaned.match(/^\[[^\]]*\]\(([^)]+)\)$/);
    if (markdownMatch) {
      cleaned = markdownMatch[1].trim();
    }

    
    try {
      const url = new URL(cleaned, document.baseURI);

      
      if (url.protocol !== &#39;http:&#39; &amp;&amp; url.protocol !== &#39;https:&#39;) {
        console.warn(&#39;Thumbnail URL must use http or https protocol&#39;);
        return &#39;&#39;;
      }

      return url.href;
    } catch (e) {
      console.warn(&#39;Invalid thumbnail URL:&#39;, e);
      return &#39;&#39;;
    }
  }

  

  function getPlaylistPlaceholder() {
    const svg = `&lt;svg xmlns=&#39;http://www.w3.org/2000/svg&#39; viewBox=&#39;0 0 1280 720&#39;&gt;` +
                `&lt;rect width=&#39;100%&#39; height=&#39;100%&#39; fill=&#39;#000&#39;/&gt;` +
                `&lt;rect x=&#39;220&#39; y=&#39;260&#39; width=&#39;840&#39; height=&#39;60&#39; fill=&#39;#fff&#39;/&gt;` +
                `&lt;rect x=&#39;220&#39; y=&#39;340&#39; width=&#39;660&#39; height=&#39;60&#39; fill=&#39;#fff&#39;/&gt;` +
                `&lt;/svg&gt;`;
    return &#39;data:image/svg+xml;charset=utf-8,&#39; + encodeURIComponent(svg);
  }

  /**
   * Sets up thumbnail for video wrapper
   * @param {HTMLImageElement} thumbnail - Thumbnail element
   * @param {Object} kind - Parsed video/playlist info
   * @param {string} customThumb - Custom thumbnail URL
   */
  function setupThumbnail(thumbnail, kind, customThumb) {
    if (!thumbnail) return;

    if (customThumb) {
      // Use custom thumbnail
      thumbnail.onerror = null;
      thumbnail.src = customThumb;
    } else if (kind.type === &#39;playlist&#39;) {
      // Use playlist placeholder
      thumbnail.src = getPlaylistPlaceholder();
    } else if (kind.type === &#39;video&#39; &amp;&amp; kind.id) {
      // Use YouTube thumbnail with fallback
      thumbnail.src = `${CONSTANTS.YOUTUBE_IMG_DOMAIN}/vi/${kind.id}/maxresdefault.jpg`;
      thumbnail.onerror = () =&gt; {
        thumbnail.onerror = null;
        thumbnail.src = `${CONSTANTS.YOUTUBE_IMG_DOMAIN}/vi/${kind.id}/0.jpg`;
      };
    }
    // For unknown type, keep the default placeholder
  }

  /**
   * Creates embed URL for video or playlist
   * @param {Object} kind - Parsed video/playlist info
   * @returns {string} Embed URL or empty string if invalid
   */
  function createEmbedUrl(kind) {
    if (kind.type === &#39;playlist&#39; &amp;&amp; kind.id) {
      return `${CONSTANTS.YOUTUBE_NOCOOKIE_DOMAIN}/embed/videoseries?list=${encodeURIComponent(kind.id)}&amp;${CONSTANTS.EMBED_PARAMS}`;
    } else if (kind.type === &#39;video&#39; &amp;&amp; kind.id) {
      let url = `${CONSTANTS.YOUTUBE_NOCOOKIE_DOMAIN}/embed/${encodeURIComponent(kind.id)}?${CONSTANTS.EMBED_PARAMS}`;
      if (kind.start &gt; 0) {
        url += `&amp;start=${Math.floor(kind.start)}`;
      }
      return url;
    }
    return &#39;&#39;;
  }

  /**
   * Creates and loads iframe embed
   * @param {HTMLElement} wrapper - Video wrapper element
   * @param {Object} kind - Parsed video/playlist info
   * @param {string} title - Video title
   */
  function loadEmbed(wrapper, kind, title) {
    if (wrapper.dataset.isLoaded === &#39;true&#39;) return;

    const embedUrl = createEmbedUrl(kind);
    if (!embedUrl) {
      console.error(&#39;Unable to create embed URL - invalid video/playlist ID&#39;);
      // Show error message to user
      wrapper.innerHTML = &#39;&lt;div style=&#34;padding: 2em; text-align: center; color: #fff;&#34;&gt;Unable to load video. Please check the video ID.&lt;/div&gt;&#39;;
      return;
    }

    // Create iframe
    const iframe = document.createElement(&#39;iframe&#39;);
    iframe.setAttribute(&#39;allowfullscreen&#39;, &#39;&#39;);
    iframe.setAttribute(&#39;loading&#39;, &#39;lazy&#39;);
    iframe.setAttribute(&#39;allow&#39;, &#39;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture&#39;);
    iframe.setAttribute(&#39;title&#39;, title ? `YouTube video player: ${title}` : &#39;YouTube video player&#39;);
    iframe.src = embedUrl;

    
    const replacement = document.createElement(&#39;div&#39;);
    replacement.className = wrapper.className;
    replacement.dataset.listenersAdded = &#39;true&#39;;
    replacement.dataset.isLoaded = &#39;true&#39;;
    replacement.appendChild(iframe);

    wrapper.replaceWith(replacement);
  }

  

  function enhanceEmbeds() {
    const wrappers = document.querySelectorAll(&#39;.video-wrapper&#39;);

    wrappers.forEach(wrapper =&gt; {
      
      if (wrapper.dataset.listenersAdded === &#39;true&#39;) return;
      wrapper.dataset.listenersAdded = &#39;true&#39;;

      
      const rawVideoId = wrapper.dataset.videoId || &#39;&#39;;
      const rawThumbUrl = wrapper.dataset.thumb || &#39;&#39;;
      const videoTitle = wrapper.dataset.videoTitle || &#39;&#39;;

      
      const kind = parseId(rawVideoId);
      const safeThumb = validateThumbnailUrl(rawThumbUrl);

      
      const thumbnail = wrapper.querySelector(&#39;.video-thumbnail&#39;);
      setupThumbnail(thumbnail, kind, safeThumb);

      
      const loadHandler = () =&gt; loadEmbed(wrapper, kind, videoTitle);

      wrapper.addEventListener(&#39;click&#39;, loadHandler);

      const overlay = wrapper.querySelector(&#39;.video-overlay&#39;);
      if (overlay) overlay.addEventListener(&#39;click&#39;, loadHandler);
      if (thumbnail) thumbnail.addEventListener(&#39;click&#39;, loadHandler);

      
      wrapper.addEventListener(&#39;keydown&#39;, (e) =&gt; {
        if (e.key === &#39;Enter&#39; || e.key === &#39; &#39;) {
          e.preventDefault();
          loadHandler();
        }
      });
    });
  }

  
  enhanceEmbeds();
  if (document.readyState === &#39;loading&#39;) {
    document.addEventListener(&#39;DOMContentLoaded&#39;, enhanceEmbeds);
  }
})();
&lt;/script&gt;&lt;p class=&#34;yt-text-link&#34;&gt;
      &lt;a href=&#34;https://www.youtube.com/watch?v=4fBH6uHP_08&#34;&gt;YouTube Video&lt;/a&gt;
    &lt;/p&gt;&lt;button type=&#34;button&#34;
    class=&#34;video-wrapper&#34;
    aria-label=&#34;Play YouTube video&#34;
    data-video-id=&#34;4fBH6uHP_08&#34;
    data-thumb=&#34;&#34;
    &gt;&lt;img
      class=&#34;video-thumbnail&#34;
      src=&#34;data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns=%27http://www.w3.org/2000/svg%27%20viewBox=%270%200%201280%20720%27%3E%3Crect%20width=%27100%25%25%27%20height=%27100%25%25%27%20fill=%27%23000%27/%3E%3C/svg%3E&#34;
      alt=&#34;YouTube Thumbnail&#34;
      loading=&#34;lazy&#34;
      decoding=&#34;async&#34;&gt;&lt;div class=&#34;video-play-button&#34;&gt;&lt;/div&gt;
  &lt;/button&gt;&lt;noscript&gt;
    &lt;div class=&#34;video-noscript&#34;&gt;&lt;img src=&#34;https://img.youtube.com/vi/4fBH6uHP_08/maxresdefault.jpg&#34;
             alt=&#34;YouTube Thumbnail&#34;&gt;&lt;p&gt;
          &lt;a href=&#34;https://www.youtube.com/watch?v=4fBH6uHP_08&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;YouTube Video&lt;/a&gt;
        &lt;/p&gt;&lt;/div&gt;
  &lt;/noscript&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2026/04/01/live-music-comes-in-many.html</link>
      <pubDate>Wed, 01 Apr 2026 17:36:01 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2026/04/01/live-music-comes-in-many.html</guid>
      <description>&lt;p&gt;Live #music comes in many forms, and one I love a great deal is in the studio with a live audience. Check out The #Heavytones at #LittleBigBeat Studios for some super funky #ProgressiveJazz for a couple hours of jams. #LiveMusic #jazz &lt;a href=&#34;https://youtu.be/-fiqUHnrwRc?t=787&#34;&gt;youtu.be/-fiqUHnrw&amp;hellip;&lt;/a&gt;&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2026/03/26/if-you-are-a-fan.html</link>
      <pubDate>Thu, 26 Mar 2026 13:38:53 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2026/03/26/if-you-are-a-fan.html</guid>
      <description>&lt;p&gt;If you are a fan of #anime, then you&amp;rsquo;re likely familiar with #CowboyBebop and, by extension, one of the single most iconic themes in history, #TANK by The Seatbelts. Well, this is my new favorite version of all time and they are touring the US starting in #NYC in April. #jazz &lt;a href=&#34;https://youtu.be/d75ov4HvRrM&#34;&gt;youtu.be/d75ov4HvR&amp;hellip;&lt;/a&gt;&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2026/03/21/hey-apple-twofinger-swipe-to.html</link>
      <pubDate>Sat, 21 Mar 2026 11:11:12 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2026/03/21/hey-apple-twofinger-swipe-to.html</guid>
      <description>&lt;p&gt;Hey, #Apple. Two-finger swipe to go back in Apple #Music presents far too much resistance and is far too inconsistent. Please fix this. It&amp;rsquo;s annoying and shouldn&amp;rsquo;t be a thing in 2026. #MagicTrackpad&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/10/25/112514.html</link>
      <pubDate>Sat, 25 Oct 2025 11:25:14 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/10/25/112514.html</guid>
      <description>&lt;p&gt;
&lt;style&gt;
:root {
   
  --yt-aspect-ratio-16-9: 56.25%;

   
  --yt-bg-black: #000;
  --yt-play-button-bg: rgba(255, 0, 0, 0.8);
  --yt-play-button-bg-hover: rgba(255, 0, 0, 1);
  --yt-play-button-icon: #fff;
  --yt-overlay-bg: rgba(0, 0, 0, 0.85);
  --yt-overlay-text: #fff;
  --yt-focus-outline: #e53935;

   
  --yt-play-button-width: 68px;
  --yt-play-button-height: 48px;
  --yt-play-button-border-radius: 12px;

   
  --yt-focus-outline-width: 3px;
  --yt-focus-outline-offset: 4px;

   
  --yt-transition-duration: 0.2s;
  --yt-transition-timing: ease-in-out;
}

.video-wrapper {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  padding-bottom: var(--yt-aspect-ratio-16-9);
  margin: 0;
  height: 0;
  max-width: 100%;
  overflow: hidden;
  background-color: var(--yt-bg-black);
  cursor: pointer;
  outline: none;
  border: none;
  color: inherit;
  font: inherit;
  text-align: inherit;
  appearance: none;
  -webkit-appearance: none;
}

.video-wrapper[data-is-loaded=&#34;true&#34;] {
  cursor: auto;
}

.video-wrapper:focus-visible {
  outline: var(--yt-focus-outline-width) solid var(--yt-focus-outline);
  outline-offset: var(--yt-focus-outline-offset);
}

.video-thumbnail {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  object-position: center;
  background-color: var(--yt-bg-black);
  z-index: 1;
  transition: opacity var(--yt-transition-duration) var(--yt-transition-timing);
}

.video-wrapper:hover .video-thumbnail {
  opacity: 0.9;
}

.video-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: var(--yt-overlay-bg);
  color: var(--yt-overlay-text);
  text-align: center;
  font-size: 0.85em;
  padding: 0.5em 1em;
  z-index: 2;
  pointer-events: auto;
}

.video-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: var(--yt-play-button-width);
  height: var(--yt-play-button-height);
  background-color: var(--yt-play-button-bg);
  border-radius: var(--yt-play-button-border-radius);
  z-index: 3;
  pointer-events: none;
  transition: all var(--yt-transition-duration) var(--yt-transition-timing);
}

.video-wrapper:hover .video-play-button {
  background-color: var(--yt-play-button-bg-hover);
  transform: translate(-50%, -50%) scale(1.1);
}

.video-wrapper:active .video-play-button {
  transform: translate(-50%, -50%) scale(1.05);
}

.video-play-button::before {
  content: &#39;&#39;;
  position: absolute;
  left: 26px;
  top: 14px;
  width: 0;
  height: 0;
  border-left: 18px solid var(--yt-play-button-icon);
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  z-index: 4;
}

.video-noscript {
  display: block;
  max-width: 100%;
  background-color: var(--yt-bg-black);
  color: inherit;
  text-align: center;
  padding: 0;
  margin-top: 0.5em;
}

.video-noscript img {
  display: block;
  width: 100%;
  height: auto;
}

.video-noscript a {
  display: inline-block;
  padding: 0.75em 1em;
  color: inherit;
  text-decoration: underline;
}

.yt-text-link {
  display: none;
}
&lt;/style&gt;

&lt;script&gt;
(function(){
  &#39;use strict&#39;;

  
  const CONSTANTS = {
    VIDEO_ID_LENGTH: 11,
    MAX_INPUT_LENGTH: 2048,
    VIDEO_ID_PATTERN: /^[a-zA-Z0-9_-]{11}$/,
    PLAYLIST_PREFIXES: /^(PL|OL|UU|LL|FL)/i,
    ALLOWED_URL_CHARS: /^[a-zA-Z0-9_\-?=&amp;#:/.]+$/,
    TIME_FORMATS: {
      HOURS: 3600,
      MINUTES: 60,
      SECONDS: 1
    },
    YOUTUBE_NOCOOKIE_DOMAIN: &#39;https://www.youtube-nocookie.com&#39;,
    YOUTUBE_IMG_DOMAIN: &#39;https://img.youtube.com&#39;,
    EMBED_PARAMS: &#39;autoplay=1&amp;mute=1&#39;
  };

  

  function validateInput(input, maxLength = CONSTANTS.MAX_INPUT_LENGTH) {
    if (!input || typeof input !== &#39;string&#39;) return &#39;&#39;;

    const trimmed = input.trim();

    if (trimmed.length &gt; maxLength) {
      console.warn(`Input exceeds maximum length of ${maxLength}`);
      return &#39;&#39;;
    }

    
    if (!CONSTANTS.ALLOWED_URL_CHARS.test(trimmed)) {
      console.warn(&#39;Input contains invalid characters&#39;);
      return &#39;&#39;;
    }

    return trimmed;
  }

  

  function parseStartValue(value) {
    if (!value) return 0;

    
    if (/^\d+$/.test(value)) {
      const parsed = parseInt(value, 10);
      return isNaN(parsed) ? 0 : Math.max(0, parsed);
    }

    
    let total = 0;
    let matched = false;
    const regex = /(\d+)(h|m|s)/gi;
    let match;

    while ((match = regex.exec(value)) !== null) {
      matched = true;
      const num = parseInt(match[1], 10);
      if (isNaN(num)) continue;

      const unit = match[2].toLowerCase();
      if (unit === &#39;h&#39;) total += num * CONSTANTS.TIME_FORMATS.HOURS;
      else if (unit === &#39;m&#39;) total += num * CONSTANTS.TIME_FORMATS.MINUTES;
      else if (unit === &#39;s&#39;) total += num * CONSTANTS.TIME_FORMATS.SECONDS;
    }

    return matched ? Math.max(0, total) : 0;
  }

  

  function extractStartTime(queryString) {
    if (!queryString) return 0;

    try {
      const cleanQuery = queryString.startsWith(&#39;?&#39;) || queryString.startsWith(&#39;#&#39;)
        ? queryString.slice(1)
        : queryString;

      const params = new URLSearchParams(cleanQuery);

      
      return parseStartValue(params.get(&#39;start&#39;)) ||
             parseStartValue(params.get(&#39;t&#39;)) ||
             parseStartValue(params.get(&#39;time_continue&#39;)) ||
             0;
    } catch (e) {
      console.warn(&#39;Failed to parse query parameters:&#39;, e);
      return 0;
    }
  }

  

  function parseId(raw) {
    const validated = validateInput(raw);
    if (!validated) {
      return { type: &#39;unknown&#39;, id: &#39;&#39;, start: 0 };
    }

    let startSeconds = 0;
    let normalized = validated;

    
    const queryIndex = normalized.indexOf(&#39;?&#39;);
    if (queryIndex !== -1) {
      startSeconds = extractStartTime(normalized.slice(queryIndex + 1));
      normalized = normalized.slice(0, queryIndex);
    }

    
    const hashIndex = normalized.indexOf(&#39;#&#39;);
    if (hashIndex !== -1) {
      startSeconds = startSeconds || extractStartTime(normalized.slice(hashIndex + 1));
      normalized = normalized.slice(0, hashIndex);
    }

    
    if (CONSTANTS.PLAYLIST_PREFIXES.test(normalized)) {
      return { type: &#39;playlist&#39;, id: normalized, start: startSeconds };
    }

    
    if (CONSTANTS.VIDEO_ID_PATTERN.test(normalized)) {
      return { type: &#39;video&#39;, id: normalized, start: startSeconds };
    }

    
    const listMatch = normalized.match(/list=([^&amp;]+)/);
    if (listMatch &amp;&amp; listMatch[1]) {
      return { type: &#39;playlist&#39;, id: listMatch[1], start: startSeconds };
    }

    console.warn(&#39;Unable to parse video/playlist ID:&#39;, raw);
    return { type: &#39;unknown&#39;, id: &#39;&#39;, start: startSeconds };
  }

  

  function validateThumbnailUrl(thumbUrl) {
    if (!thumbUrl) return &#39;&#39;;

    let cleaned = thumbUrl.trim();

    
    const markdownMatch = cleaned.match(/^\[[^\]]*\]\(([^)]+)\)$/);
    if (markdownMatch) {
      cleaned = markdownMatch[1].trim();
    }

    
    try {
      const url = new URL(cleaned, document.baseURI);

      
      if (url.protocol !== &#39;http:&#39; &amp;&amp; url.protocol !== &#39;https:&#39;) {
        console.warn(&#39;Thumbnail URL must use http or https protocol&#39;);
        return &#39;&#39;;
      }

      return url.href;
    } catch (e) {
      console.warn(&#39;Invalid thumbnail URL:&#39;, e);
      return &#39;&#39;;
    }
  }

  

  function getPlaylistPlaceholder() {
    const svg = `&lt;svg xmlns=&#39;http://www.w3.org/2000/svg&#39; viewBox=&#39;0 0 1280 720&#39;&gt;` +
                `&lt;rect width=&#39;100%&#39; height=&#39;100%&#39; fill=&#39;#000&#39;/&gt;` +
                `&lt;rect x=&#39;220&#39; y=&#39;260&#39; width=&#39;840&#39; height=&#39;60&#39; fill=&#39;#fff&#39;/&gt;` +
                `&lt;rect x=&#39;220&#39; y=&#39;340&#39; width=&#39;660&#39; height=&#39;60&#39; fill=&#39;#fff&#39;/&gt;` +
                `&lt;/svg&gt;`;
    return &#39;data:image/svg+xml;charset=utf-8,&#39; + encodeURIComponent(svg);
  }

  /**
   * Sets up thumbnail for video wrapper
   * @param {HTMLImageElement} thumbnail - Thumbnail element
   * @param {Object} kind - Parsed video/playlist info
   * @param {string} customThumb - Custom thumbnail URL
   */
  function setupThumbnail(thumbnail, kind, customThumb) {
    if (!thumbnail) return;

    if (customThumb) {
      // Use custom thumbnail
      thumbnail.onerror = null;
      thumbnail.src = customThumb;
    } else if (kind.type === &#39;playlist&#39;) {
      // Use playlist placeholder
      thumbnail.src = getPlaylistPlaceholder();
    } else if (kind.type === &#39;video&#39; &amp;&amp; kind.id) {
      // Use YouTube thumbnail with fallback
      thumbnail.src = `${CONSTANTS.YOUTUBE_IMG_DOMAIN}/vi/${kind.id}/maxresdefault.jpg`;
      thumbnail.onerror = () =&gt; {
        thumbnail.onerror = null;
        thumbnail.src = `${CONSTANTS.YOUTUBE_IMG_DOMAIN}/vi/${kind.id}/0.jpg`;
      };
    }
    // For unknown type, keep the default placeholder
  }

  /**
   * Creates embed URL for video or playlist
   * @param {Object} kind - Parsed video/playlist info
   * @returns {string} Embed URL or empty string if invalid
   */
  function createEmbedUrl(kind) {
    if (kind.type === &#39;playlist&#39; &amp;&amp; kind.id) {
      return `${CONSTANTS.YOUTUBE_NOCOOKIE_DOMAIN}/embed/videoseries?list=${encodeURIComponent(kind.id)}&amp;${CONSTANTS.EMBED_PARAMS}`;
    } else if (kind.type === &#39;video&#39; &amp;&amp; kind.id) {
      let url = `${CONSTANTS.YOUTUBE_NOCOOKIE_DOMAIN}/embed/${encodeURIComponent(kind.id)}?${CONSTANTS.EMBED_PARAMS}`;
      if (kind.start &gt; 0) {
        url += `&amp;start=${Math.floor(kind.start)}`;
      }
      return url;
    }
    return &#39;&#39;;
  }

  /**
   * Creates and loads iframe embed
   * @param {HTMLElement} wrapper - Video wrapper element
   * @param {Object} kind - Parsed video/playlist info
   * @param {string} title - Video title
   */
  function loadEmbed(wrapper, kind, title) {
    if (wrapper.dataset.isLoaded === &#39;true&#39;) return;

    const embedUrl = createEmbedUrl(kind);
    if (!embedUrl) {
      console.error(&#39;Unable to create embed URL - invalid video/playlist ID&#39;);
      // Show error message to user
      wrapper.innerHTML = &#39;&lt;div style=&#34;padding: 2em; text-align: center; color: #fff;&#34;&gt;Unable to load video. Please check the video ID.&lt;/div&gt;&#39;;
      return;
    }

    // Create iframe
    const iframe = document.createElement(&#39;iframe&#39;);
    iframe.setAttribute(&#39;allowfullscreen&#39;, &#39;&#39;);
    iframe.setAttribute(&#39;loading&#39;, &#39;lazy&#39;);
    iframe.setAttribute(&#39;allow&#39;, &#39;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture&#39;);
    iframe.setAttribute(&#39;title&#39;, title ? `YouTube video player: ${title}` : &#39;YouTube video player&#39;);
    iframe.src = embedUrl;

    
    const replacement = document.createElement(&#39;div&#39;);
    replacement.className = wrapper.className;
    replacement.dataset.listenersAdded = &#39;true&#39;;
    replacement.dataset.isLoaded = &#39;true&#39;;
    replacement.appendChild(iframe);

    wrapper.replaceWith(replacement);
  }

  

  function enhanceEmbeds() {
    const wrappers = document.querySelectorAll(&#39;.video-wrapper&#39;);

    wrappers.forEach(wrapper =&gt; {
      
      if (wrapper.dataset.listenersAdded === &#39;true&#39;) return;
      wrapper.dataset.listenersAdded = &#39;true&#39;;

      
      const rawVideoId = wrapper.dataset.videoId || &#39;&#39;;
      const rawThumbUrl = wrapper.dataset.thumb || &#39;&#39;;
      const videoTitle = wrapper.dataset.videoTitle || &#39;&#39;;

      
      const kind = parseId(rawVideoId);
      const safeThumb = validateThumbnailUrl(rawThumbUrl);

      
      const thumbnail = wrapper.querySelector(&#39;.video-thumbnail&#39;);
      setupThumbnail(thumbnail, kind, safeThumb);

      
      const loadHandler = () =&gt; loadEmbed(wrapper, kind, videoTitle);

      wrapper.addEventListener(&#39;click&#39;, loadHandler);

      const overlay = wrapper.querySelector(&#39;.video-overlay&#39;);
      if (overlay) overlay.addEventListener(&#39;click&#39;, loadHandler);
      if (thumbnail) thumbnail.addEventListener(&#39;click&#39;, loadHandler);

      
      wrapper.addEventListener(&#39;keydown&#39;, (e) =&gt; {
        if (e.key === &#39;Enter&#39; || e.key === &#39; &#39;) {
          e.preventDefault();
          loadHandler();
        }
      });
    });
  }

  
  enhanceEmbeds();
  if (document.readyState === &#39;loading&#39;) {
    document.addEventListener(&#39;DOMContentLoaded&#39;, enhanceEmbeds);
  }
})();
&lt;/script&gt;&lt;p class=&#34;yt-text-link&#34;&gt;
      &lt;a href=&#34;https://www.youtube.com/playlist?list=OLAK5uy_nDgRTzCMhgx_r6dRAltTAu9yik1vGviRQ&#34;&gt;YouTube Playlist&lt;/a&gt;
    &lt;/p&gt;&lt;button type=&#34;button&#34;
    class=&#34;video-wrapper&#34;
    aria-label=&#34;Play YouTube video&#34;
    data-video-id=&#34;QX6xEmm2l-Q&amp;amp;list=OLAK5uy_nDgRTzCMhgx_r6dRAltTAu9yik1vGviRQ&#34;
    data-thumb=&#34;&#34;
    &gt;&lt;img
      class=&#34;video-thumbnail&#34;
      src=&#34;data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns=%27http://www.w3.org/2000/svg%27%20viewBox=%270%200%201280%20720%27%3E%3Crect%20width=%27100%25%25%27%20height=%27100%25%25%27%20fill=%27%23000%27/%3E%3C/svg%3E&#34;
      alt=&#34;YouTube Thumbnail&#34;
      loading=&#34;lazy&#34;
      decoding=&#34;async&#34;&gt;&lt;div class=&#34;video-play-button&#34;&gt;&lt;/div&gt;
  &lt;/button&gt;&lt;noscript&gt;
    &lt;div class=&#34;video-noscript&#34;&gt;&lt;img src=&#34;data:image/svg&amp;#43;xml;charset=utf-8,%3Csvg%20xmlns=%27http://www.w3.org/2000/svg%27%20viewBox=%270%200%201280%20720%27%3E%3Crect%20width=%27100%25%25%27%20height=%27100%25%25%27%20fill=%27%23000%27/%3E%3Crect%20x=%27220%27%20y=%27260%27%20width=%27840%27%20height=%2760%27%20fill=%27%23fff%27/%3E%3Crect%20x=%27220%27%20y=%27340%27%20width=%27660%27%20height=%2760%27%20fill=%27%23fff%27/%3E%3C/svg%3E&#34;
             alt=&#34;YouTube Thumbnail&#34;&gt;&lt;p&gt;
          &lt;a href=&#34;https://www.youtube.com/playlist?list=OLAK5uy_nDgRTzCMhgx_r6dRAltTAu9yik1vGviRQ&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;YouTube Playlist&lt;/a&gt;
        &lt;/p&gt;&lt;/div&gt;
  &lt;/noscript&gt;
#NowPlaying @NothingManor: Big Wreck - The Rest of the Story (2025). The new album has finally dropped. Time to get listening. Pairs best with the Pages EP. #music #rock #hardrock #progrock&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/10/20/rush-is-adding-new-cities.html</link>
      <pubDate>Mon, 20 Oct 2025 07:36:35 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/10/20/rush-is-adding-new-cities.html</guid>
      <description>&lt;p&gt;#Rush is adding 17 new cities to their upcoming #FiftySomething tour with new drummer #AnikeNilles. I feel like Alex and Ged should have known the kind of response they&amp;rsquo;d get when dropping the news a couple weeks ago 😁 Watch below! #music #livemusic&lt;/p&gt;

&lt;style&gt;
:root {
   
  --yt-aspect-ratio-16-9: 56.25%;

   
  --yt-bg-black: #000;
  --yt-play-button-bg: rgba(255, 0, 0, 0.8);
  --yt-play-button-bg-hover: rgba(255, 0, 0, 1);
  --yt-play-button-icon: #fff;
  --yt-overlay-bg: rgba(0, 0, 0, 0.85);
  --yt-overlay-text: #fff;
  --yt-focus-outline: #e53935;

   
  --yt-play-button-width: 68px;
  --yt-play-button-height: 48px;
  --yt-play-button-border-radius: 12px;

   
  --yt-focus-outline-width: 3px;
  --yt-focus-outline-offset: 4px;

   
  --yt-transition-duration: 0.2s;
  --yt-transition-timing: ease-in-out;
}

.video-wrapper {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  padding-bottom: var(--yt-aspect-ratio-16-9);
  margin: 0;
  height: 0;
  max-width: 100%;
  overflow: hidden;
  background-color: var(--yt-bg-black);
  cursor: pointer;
  outline: none;
  border: none;
  color: inherit;
  font: inherit;
  text-align: inherit;
  appearance: none;
  -webkit-appearance: none;
}

.video-wrapper[data-is-loaded=&#34;true&#34;] {
  cursor: auto;
}

.video-wrapper:focus-visible {
  outline: var(--yt-focus-outline-width) solid var(--yt-focus-outline);
  outline-offset: var(--yt-focus-outline-offset);
}

.video-thumbnail {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  object-position: center;
  background-color: var(--yt-bg-black);
  z-index: 1;
  transition: opacity var(--yt-transition-duration) var(--yt-transition-timing);
}

.video-wrapper:hover .video-thumbnail {
  opacity: 0.9;
}

.video-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: var(--yt-overlay-bg);
  color: var(--yt-overlay-text);
  text-align: center;
  font-size: 0.85em;
  padding: 0.5em 1em;
  z-index: 2;
  pointer-events: auto;
}

.video-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: var(--yt-play-button-width);
  height: var(--yt-play-button-height);
  background-color: var(--yt-play-button-bg);
  border-radius: var(--yt-play-button-border-radius);
  z-index: 3;
  pointer-events: none;
  transition: all var(--yt-transition-duration) var(--yt-transition-timing);
}

.video-wrapper:hover .video-play-button {
  background-color: var(--yt-play-button-bg-hover);
  transform: translate(-50%, -50%) scale(1.1);
}

.video-wrapper:active .video-play-button {
  transform: translate(-50%, -50%) scale(1.05);
}

.video-play-button::before {
  content: &#39;&#39;;
  position: absolute;
  left: 26px;
  top: 14px;
  width: 0;
  height: 0;
  border-left: 18px solid var(--yt-play-button-icon);
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  z-index: 4;
}

.video-noscript {
  display: block;
  max-width: 100%;
  background-color: var(--yt-bg-black);
  color: inherit;
  text-align: center;
  padding: 0;
  margin-top: 0.5em;
}

.video-noscript img {
  display: block;
  width: 100%;
  height: auto;
}

.video-noscript a {
  display: inline-block;
  padding: 0.75em 1em;
  color: inherit;
  text-decoration: underline;
}

.yt-text-link {
  display: none;
}
&lt;/style&gt;

&lt;script&gt;
(function(){
  &#39;use strict&#39;;

  
  const CONSTANTS = {
    VIDEO_ID_LENGTH: 11,
    MAX_INPUT_LENGTH: 2048,
    VIDEO_ID_PATTERN: /^[a-zA-Z0-9_-]{11}$/,
    PLAYLIST_PREFIXES: /^(PL|OL|UU|LL|FL)/i,
    ALLOWED_URL_CHARS: /^[a-zA-Z0-9_\-?=&amp;#:/.]+$/,
    TIME_FORMATS: {
      HOURS: 3600,
      MINUTES: 60,
      SECONDS: 1
    },
    YOUTUBE_NOCOOKIE_DOMAIN: &#39;https://www.youtube-nocookie.com&#39;,
    YOUTUBE_IMG_DOMAIN: &#39;https://img.youtube.com&#39;,
    EMBED_PARAMS: &#39;autoplay=1&amp;mute=1&#39;
  };

  

  function validateInput(input, maxLength = CONSTANTS.MAX_INPUT_LENGTH) {
    if (!input || typeof input !== &#39;string&#39;) return &#39;&#39;;

    const trimmed = input.trim();

    if (trimmed.length &gt; maxLength) {
      console.warn(`Input exceeds maximum length of ${maxLength}`);
      return &#39;&#39;;
    }

    
    if (!CONSTANTS.ALLOWED_URL_CHARS.test(trimmed)) {
      console.warn(&#39;Input contains invalid characters&#39;);
      return &#39;&#39;;
    }

    return trimmed;
  }

  

  function parseStartValue(value) {
    if (!value) return 0;

    
    if (/^\d+$/.test(value)) {
      const parsed = parseInt(value, 10);
      return isNaN(parsed) ? 0 : Math.max(0, parsed);
    }

    
    let total = 0;
    let matched = false;
    const regex = /(\d+)(h|m|s)/gi;
    let match;

    while ((match = regex.exec(value)) !== null) {
      matched = true;
      const num = parseInt(match[1], 10);
      if (isNaN(num)) continue;

      const unit = match[2].toLowerCase();
      if (unit === &#39;h&#39;) total += num * CONSTANTS.TIME_FORMATS.HOURS;
      else if (unit === &#39;m&#39;) total += num * CONSTANTS.TIME_FORMATS.MINUTES;
      else if (unit === &#39;s&#39;) total += num * CONSTANTS.TIME_FORMATS.SECONDS;
    }

    return matched ? Math.max(0, total) : 0;
  }

  

  function extractStartTime(queryString) {
    if (!queryString) return 0;

    try {
      const cleanQuery = queryString.startsWith(&#39;?&#39;) || queryString.startsWith(&#39;#&#39;)
        ? queryString.slice(1)
        : queryString;

      const params = new URLSearchParams(cleanQuery);

      
      return parseStartValue(params.get(&#39;start&#39;)) ||
             parseStartValue(params.get(&#39;t&#39;)) ||
             parseStartValue(params.get(&#39;time_continue&#39;)) ||
             0;
    } catch (e) {
      console.warn(&#39;Failed to parse query parameters:&#39;, e);
      return 0;
    }
  }

  

  function parseId(raw) {
    const validated = validateInput(raw);
    if (!validated) {
      return { type: &#39;unknown&#39;, id: &#39;&#39;, start: 0 };
    }

    let startSeconds = 0;
    let normalized = validated;

    
    const queryIndex = normalized.indexOf(&#39;?&#39;);
    if (queryIndex !== -1) {
      startSeconds = extractStartTime(normalized.slice(queryIndex + 1));
      normalized = normalized.slice(0, queryIndex);
    }

    
    const hashIndex = normalized.indexOf(&#39;#&#39;);
    if (hashIndex !== -1) {
      startSeconds = startSeconds || extractStartTime(normalized.slice(hashIndex + 1));
      normalized = normalized.slice(0, hashIndex);
    }

    
    if (CONSTANTS.PLAYLIST_PREFIXES.test(normalized)) {
      return { type: &#39;playlist&#39;, id: normalized, start: startSeconds };
    }

    
    if (CONSTANTS.VIDEO_ID_PATTERN.test(normalized)) {
      return { type: &#39;video&#39;, id: normalized, start: startSeconds };
    }

    
    const listMatch = normalized.match(/list=([^&amp;]+)/);
    if (listMatch &amp;&amp; listMatch[1]) {
      return { type: &#39;playlist&#39;, id: listMatch[1], start: startSeconds };
    }

    console.warn(&#39;Unable to parse video/playlist ID:&#39;, raw);
    return { type: &#39;unknown&#39;, id: &#39;&#39;, start: startSeconds };
  }

  

  function validateThumbnailUrl(thumbUrl) {
    if (!thumbUrl) return &#39;&#39;;

    let cleaned = thumbUrl.trim();

    
    const markdownMatch = cleaned.match(/^\[[^\]]*\]\(([^)]+)\)$/);
    if (markdownMatch) {
      cleaned = markdownMatch[1].trim();
    }

    
    try {
      const url = new URL(cleaned, document.baseURI);

      
      if (url.protocol !== &#39;http:&#39; &amp;&amp; url.protocol !== &#39;https:&#39;) {
        console.warn(&#39;Thumbnail URL must use http or https protocol&#39;);
        return &#39;&#39;;
      }

      return url.href;
    } catch (e) {
      console.warn(&#39;Invalid thumbnail URL:&#39;, e);
      return &#39;&#39;;
    }
  }

  

  function getPlaylistPlaceholder() {
    const svg = `&lt;svg xmlns=&#39;http://www.w3.org/2000/svg&#39; viewBox=&#39;0 0 1280 720&#39;&gt;` +
                `&lt;rect width=&#39;100%&#39; height=&#39;100%&#39; fill=&#39;#000&#39;/&gt;` +
                `&lt;rect x=&#39;220&#39; y=&#39;260&#39; width=&#39;840&#39; height=&#39;60&#39; fill=&#39;#fff&#39;/&gt;` +
                `&lt;rect x=&#39;220&#39; y=&#39;340&#39; width=&#39;660&#39; height=&#39;60&#39; fill=&#39;#fff&#39;/&gt;` +
                `&lt;/svg&gt;`;
    return &#39;data:image/svg+xml;charset=utf-8,&#39; + encodeURIComponent(svg);
  }

  /**
   * Sets up thumbnail for video wrapper
   * @param {HTMLImageElement} thumbnail - Thumbnail element
   * @param {Object} kind - Parsed video/playlist info
   * @param {string} customThumb - Custom thumbnail URL
   */
  function setupThumbnail(thumbnail, kind, customThumb) {
    if (!thumbnail) return;

    if (customThumb) {
      // Use custom thumbnail
      thumbnail.onerror = null;
      thumbnail.src = customThumb;
    } else if (kind.type === &#39;playlist&#39;) {
      // Use playlist placeholder
      thumbnail.src = getPlaylistPlaceholder();
    } else if (kind.type === &#39;video&#39; &amp;&amp; kind.id) {
      // Use YouTube thumbnail with fallback
      thumbnail.src = `${CONSTANTS.YOUTUBE_IMG_DOMAIN}/vi/${kind.id}/maxresdefault.jpg`;
      thumbnail.onerror = () =&gt; {
        thumbnail.onerror = null;
        thumbnail.src = `${CONSTANTS.YOUTUBE_IMG_DOMAIN}/vi/${kind.id}/0.jpg`;
      };
    }
    // For unknown type, keep the default placeholder
  }

  /**
   * Creates embed URL for video or playlist
   * @param {Object} kind - Parsed video/playlist info
   * @returns {string} Embed URL or empty string if invalid
   */
  function createEmbedUrl(kind) {
    if (kind.type === &#39;playlist&#39; &amp;&amp; kind.id) {
      return `${CONSTANTS.YOUTUBE_NOCOOKIE_DOMAIN}/embed/videoseries?list=${encodeURIComponent(kind.id)}&amp;${CONSTANTS.EMBED_PARAMS}`;
    } else if (kind.type === &#39;video&#39; &amp;&amp; kind.id) {
      let url = `${CONSTANTS.YOUTUBE_NOCOOKIE_DOMAIN}/embed/${encodeURIComponent(kind.id)}?${CONSTANTS.EMBED_PARAMS}`;
      if (kind.start &gt; 0) {
        url += `&amp;start=${Math.floor(kind.start)}`;
      }
      return url;
    }
    return &#39;&#39;;
  }

  /**
   * Creates and loads iframe embed
   * @param {HTMLElement} wrapper - Video wrapper element
   * @param {Object} kind - Parsed video/playlist info
   * @param {string} title - Video title
   */
  function loadEmbed(wrapper, kind, title) {
    if (wrapper.dataset.isLoaded === &#39;true&#39;) return;

    const embedUrl = createEmbedUrl(kind);
    if (!embedUrl) {
      console.error(&#39;Unable to create embed URL - invalid video/playlist ID&#39;);
      // Show error message to user
      wrapper.innerHTML = &#39;&lt;div style=&#34;padding: 2em; text-align: center; color: #fff;&#34;&gt;Unable to load video. Please check the video ID.&lt;/div&gt;&#39;;
      return;
    }

    // Create iframe
    const iframe = document.createElement(&#39;iframe&#39;);
    iframe.setAttribute(&#39;allowfullscreen&#39;, &#39;&#39;);
    iframe.setAttribute(&#39;loading&#39;, &#39;lazy&#39;);
    iframe.setAttribute(&#39;allow&#39;, &#39;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture&#39;);
    iframe.setAttribute(&#39;title&#39;, title ? `YouTube video player: ${title}` : &#39;YouTube video player&#39;);
    iframe.src = embedUrl;

    
    const replacement = document.createElement(&#39;div&#39;);
    replacement.className = wrapper.className;
    replacement.dataset.listenersAdded = &#39;true&#39;;
    replacement.dataset.isLoaded = &#39;true&#39;;
    replacement.appendChild(iframe);

    wrapper.replaceWith(replacement);
  }

  

  function enhanceEmbeds() {
    const wrappers = document.querySelectorAll(&#39;.video-wrapper&#39;);

    wrappers.forEach(wrapper =&gt; {
      
      if (wrapper.dataset.listenersAdded === &#39;true&#39;) return;
      wrapper.dataset.listenersAdded = &#39;true&#39;;

      
      const rawVideoId = wrapper.dataset.videoId || &#39;&#39;;
      const rawThumbUrl = wrapper.dataset.thumb || &#39;&#39;;
      const videoTitle = wrapper.dataset.videoTitle || &#39;&#39;;

      
      const kind = parseId(rawVideoId);
      const safeThumb = validateThumbnailUrl(rawThumbUrl);

      
      const thumbnail = wrapper.querySelector(&#39;.video-thumbnail&#39;);
      setupThumbnail(thumbnail, kind, safeThumb);

      
      const loadHandler = () =&gt; loadEmbed(wrapper, kind, videoTitle);

      wrapper.addEventListener(&#39;click&#39;, loadHandler);

      const overlay = wrapper.querySelector(&#39;.video-overlay&#39;);
      if (overlay) overlay.addEventListener(&#39;click&#39;, loadHandler);
      if (thumbnail) thumbnail.addEventListener(&#39;click&#39;, loadHandler);

      
      wrapper.addEventListener(&#39;keydown&#39;, (e) =&gt; {
        if (e.key === &#39;Enter&#39; || e.key === &#39; &#39;) {
          e.preventDefault();
          loadHandler();
        }
      });
    });
  }

  
  enhanceEmbeds();
  if (document.readyState === &#39;loading&#39;) {
    document.addEventListener(&#39;DOMContentLoaded&#39;, enhanceEmbeds);
  }
})();
&lt;/script&gt;&lt;p class=&#34;yt-text-link&#34;&gt;
      &lt;a href=&#34;https://www.youtube.com/watch?v=gBfbGZrEQss&#34;&gt;YouTube Video&lt;/a&gt;
    &lt;/p&gt;&lt;button type=&#34;button&#34;
    class=&#34;video-wrapper&#34;
    aria-label=&#34;Play YouTube video&#34;
    data-video-id=&#34;gBfbGZrEQss&#34;
    data-thumb=&#34;&#34;
    &gt;&lt;img
      class=&#34;video-thumbnail&#34;
      src=&#34;data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns=%27http://www.w3.org/2000/svg%27%20viewBox=%270%200%201280%20720%27%3E%3Crect%20width=%27100%25%25%27%20height=%27100%25%25%27%20fill=%27%23000%27/%3E%3C/svg%3E&#34;
      alt=&#34;YouTube Thumbnail&#34;
      loading=&#34;lazy&#34;
      decoding=&#34;async&#34;&gt;&lt;div class=&#34;video-play-button&#34;&gt;&lt;/div&gt;
  &lt;/button&gt;&lt;noscript&gt;
    &lt;div class=&#34;video-noscript&#34;&gt;&lt;img src=&#34;https://img.youtube.com/vi/gBfbGZrEQss/maxresdefault.jpg&#34;
             alt=&#34;YouTube Thumbnail&#34;&gt;&lt;p&gt;
          &lt;a href=&#34;https://www.youtube.com/watch?v=gBfbGZrEQss&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;YouTube Video&lt;/a&gt;
        &lt;/p&gt;&lt;/div&gt;
  &lt;/noscript&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/10/16/nowplaying-nothingmanor-sixpence-none-the.html</link>
      <pubDate>Thu, 16 Oct 2025 08:44:56 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/10/16/nowplaying-nothingmanor-sixpence-none-the.html</guid>
      <description>&lt;p&gt;#NowPlaying @NothingManor: Sixpence None the Richer - Live at Gruene Hall (2025) Leigh Nash and Co. are fantastic musicians who had a few pop hits and are pigeonholed as &amp;ldquo;Christian&amp;rdquo;, but are mostly progressive pop &amp;amp; their live shows are amazing. #music 
&lt;style&gt;
:root {
   
  --yt-aspect-ratio-16-9: 56.25%;

   
  --yt-bg-black: #000;
  --yt-play-button-bg: rgba(255, 0, 0, 0.8);
  --yt-play-button-bg-hover: rgba(255, 0, 0, 1);
  --yt-play-button-icon: #fff;
  --yt-overlay-bg: rgba(0, 0, 0, 0.85);
  --yt-overlay-text: #fff;
  --yt-focus-outline: #e53935;

   
  --yt-play-button-width: 68px;
  --yt-play-button-height: 48px;
  --yt-play-button-border-radius: 12px;

   
  --yt-focus-outline-width: 3px;
  --yt-focus-outline-offset: 4px;

   
  --yt-transition-duration: 0.2s;
  --yt-transition-timing: ease-in-out;
}

.video-wrapper {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  padding-bottom: var(--yt-aspect-ratio-16-9);
  margin: 0;
  height: 0;
  max-width: 100%;
  overflow: hidden;
  background-color: var(--yt-bg-black);
  cursor: pointer;
  outline: none;
  border: none;
  color: inherit;
  font: inherit;
  text-align: inherit;
  appearance: none;
  -webkit-appearance: none;
}

.video-wrapper[data-is-loaded=&#34;true&#34;] {
  cursor: auto;
}

.video-wrapper:focus-visible {
  outline: var(--yt-focus-outline-width) solid var(--yt-focus-outline);
  outline-offset: var(--yt-focus-outline-offset);
}

.video-thumbnail {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  object-position: center;
  background-color: var(--yt-bg-black);
  z-index: 1;
  transition: opacity var(--yt-transition-duration) var(--yt-transition-timing);
}

.video-wrapper:hover .video-thumbnail {
  opacity: 0.9;
}

.video-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: var(--yt-overlay-bg);
  color: var(--yt-overlay-text);
  text-align: center;
  font-size: 0.85em;
  padding: 0.5em 1em;
  z-index: 2;
  pointer-events: auto;
}

.video-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: var(--yt-play-button-width);
  height: var(--yt-play-button-height);
  background-color: var(--yt-play-button-bg);
  border-radius: var(--yt-play-button-border-radius);
  z-index: 3;
  pointer-events: none;
  transition: all var(--yt-transition-duration) var(--yt-transition-timing);
}

.video-wrapper:hover .video-play-button {
  background-color: var(--yt-play-button-bg-hover);
  transform: translate(-50%, -50%) scale(1.1);
}

.video-wrapper:active .video-play-button {
  transform: translate(-50%, -50%) scale(1.05);
}

.video-play-button::before {
  content: &#39;&#39;;
  position: absolute;
  left: 26px;
  top: 14px;
  width: 0;
  height: 0;
  border-left: 18px solid var(--yt-play-button-icon);
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  z-index: 4;
}

.video-noscript {
  display: block;
  max-width: 100%;
  background-color: var(--yt-bg-black);
  color: inherit;
  text-align: center;
  padding: 0;
  margin-top: 0.5em;
}

.video-noscript img {
  display: block;
  width: 100%;
  height: auto;
}

.video-noscript a {
  display: inline-block;
  padding: 0.75em 1em;
  color: inherit;
  text-decoration: underline;
}

.yt-text-link {
  display: none;
}
&lt;/style&gt;

&lt;script&gt;
(function(){
  &#39;use strict&#39;;

  
  const CONSTANTS = {
    VIDEO_ID_LENGTH: 11,
    MAX_INPUT_LENGTH: 2048,
    VIDEO_ID_PATTERN: /^[a-zA-Z0-9_-]{11}$/,
    PLAYLIST_PREFIXES: /^(PL|OL|UU|LL|FL)/i,
    ALLOWED_URL_CHARS: /^[a-zA-Z0-9_\-?=&amp;#:/.]+$/,
    TIME_FORMATS: {
      HOURS: 3600,
      MINUTES: 60,
      SECONDS: 1
    },
    YOUTUBE_NOCOOKIE_DOMAIN: &#39;https://www.youtube-nocookie.com&#39;,
    YOUTUBE_IMG_DOMAIN: &#39;https://img.youtube.com&#39;,
    EMBED_PARAMS: &#39;autoplay=1&amp;mute=1&#39;
  };

  

  function validateInput(input, maxLength = CONSTANTS.MAX_INPUT_LENGTH) {
    if (!input || typeof input !== &#39;string&#39;) return &#39;&#39;;

    const trimmed = input.trim();

    if (trimmed.length &gt; maxLength) {
      console.warn(`Input exceeds maximum length of ${maxLength}`);
      return &#39;&#39;;
    }

    
    if (!CONSTANTS.ALLOWED_URL_CHARS.test(trimmed)) {
      console.warn(&#39;Input contains invalid characters&#39;);
      return &#39;&#39;;
    }

    return trimmed;
  }

  

  function parseStartValue(value) {
    if (!value) return 0;

    
    if (/^\d+$/.test(value)) {
      const parsed = parseInt(value, 10);
      return isNaN(parsed) ? 0 : Math.max(0, parsed);
    }

    
    let total = 0;
    let matched = false;
    const regex = /(\d+)(h|m|s)/gi;
    let match;

    while ((match = regex.exec(value)) !== null) {
      matched = true;
      const num = parseInt(match[1], 10);
      if (isNaN(num)) continue;

      const unit = match[2].toLowerCase();
      if (unit === &#39;h&#39;) total += num * CONSTANTS.TIME_FORMATS.HOURS;
      else if (unit === &#39;m&#39;) total += num * CONSTANTS.TIME_FORMATS.MINUTES;
      else if (unit === &#39;s&#39;) total += num * CONSTANTS.TIME_FORMATS.SECONDS;
    }

    return matched ? Math.max(0, total) : 0;
  }

  

  function extractStartTime(queryString) {
    if (!queryString) return 0;

    try {
      const cleanQuery = queryString.startsWith(&#39;?&#39;) || queryString.startsWith(&#39;#&#39;)
        ? queryString.slice(1)
        : queryString;

      const params = new URLSearchParams(cleanQuery);

      
      return parseStartValue(params.get(&#39;start&#39;)) ||
             parseStartValue(params.get(&#39;t&#39;)) ||
             parseStartValue(params.get(&#39;time_continue&#39;)) ||
             0;
    } catch (e) {
      console.warn(&#39;Failed to parse query parameters:&#39;, e);
      return 0;
    }
  }

  

  function parseId(raw) {
    const validated = validateInput(raw);
    if (!validated) {
      return { type: &#39;unknown&#39;, id: &#39;&#39;, start: 0 };
    }

    let startSeconds = 0;
    let normalized = validated;

    
    const queryIndex = normalized.indexOf(&#39;?&#39;);
    if (queryIndex !== -1) {
      startSeconds = extractStartTime(normalized.slice(queryIndex + 1));
      normalized = normalized.slice(0, queryIndex);
    }

    
    const hashIndex = normalized.indexOf(&#39;#&#39;);
    if (hashIndex !== -1) {
      startSeconds = startSeconds || extractStartTime(normalized.slice(hashIndex + 1));
      normalized = normalized.slice(0, hashIndex);
    }

    
    if (CONSTANTS.PLAYLIST_PREFIXES.test(normalized)) {
      return { type: &#39;playlist&#39;, id: normalized, start: startSeconds };
    }

    
    if (CONSTANTS.VIDEO_ID_PATTERN.test(normalized)) {
      return { type: &#39;video&#39;, id: normalized, start: startSeconds };
    }

    
    const listMatch = normalized.match(/list=([^&amp;]+)/);
    if (listMatch &amp;&amp; listMatch[1]) {
      return { type: &#39;playlist&#39;, id: listMatch[1], start: startSeconds };
    }

    console.warn(&#39;Unable to parse video/playlist ID:&#39;, raw);
    return { type: &#39;unknown&#39;, id: &#39;&#39;, start: startSeconds };
  }

  

  function validateThumbnailUrl(thumbUrl) {
    if (!thumbUrl) return &#39;&#39;;

    let cleaned = thumbUrl.trim();

    
    const markdownMatch = cleaned.match(/^\[[^\]]*\]\(([^)]+)\)$/);
    if (markdownMatch) {
      cleaned = markdownMatch[1].trim();
    }

    
    try {
      const url = new URL(cleaned, document.baseURI);

      
      if (url.protocol !== &#39;http:&#39; &amp;&amp; url.protocol !== &#39;https:&#39;) {
        console.warn(&#39;Thumbnail URL must use http or https protocol&#39;);
        return &#39;&#39;;
      }

      return url.href;
    } catch (e) {
      console.warn(&#39;Invalid thumbnail URL:&#39;, e);
      return &#39;&#39;;
    }
  }

  

  function getPlaylistPlaceholder() {
    const svg = `&lt;svg xmlns=&#39;http://www.w3.org/2000/svg&#39; viewBox=&#39;0 0 1280 720&#39;&gt;` +
                `&lt;rect width=&#39;100%&#39; height=&#39;100%&#39; fill=&#39;#000&#39;/&gt;` +
                `&lt;rect x=&#39;220&#39; y=&#39;260&#39; width=&#39;840&#39; height=&#39;60&#39; fill=&#39;#fff&#39;/&gt;` +
                `&lt;rect x=&#39;220&#39; y=&#39;340&#39; width=&#39;660&#39; height=&#39;60&#39; fill=&#39;#fff&#39;/&gt;` +
                `&lt;/svg&gt;`;
    return &#39;data:image/svg+xml;charset=utf-8,&#39; + encodeURIComponent(svg);
  }

  /**
   * Sets up thumbnail for video wrapper
   * @param {HTMLImageElement} thumbnail - Thumbnail element
   * @param {Object} kind - Parsed video/playlist info
   * @param {string} customThumb - Custom thumbnail URL
   */
  function setupThumbnail(thumbnail, kind, customThumb) {
    if (!thumbnail) return;

    if (customThumb) {
      // Use custom thumbnail
      thumbnail.onerror = null;
      thumbnail.src = customThumb;
    } else if (kind.type === &#39;playlist&#39;) {
      // Use playlist placeholder
      thumbnail.src = getPlaylistPlaceholder();
    } else if (kind.type === &#39;video&#39; &amp;&amp; kind.id) {
      // Use YouTube thumbnail with fallback
      thumbnail.src = `${CONSTANTS.YOUTUBE_IMG_DOMAIN}/vi/${kind.id}/maxresdefault.jpg`;
      thumbnail.onerror = () =&gt; {
        thumbnail.onerror = null;
        thumbnail.src = `${CONSTANTS.YOUTUBE_IMG_DOMAIN}/vi/${kind.id}/0.jpg`;
      };
    }
    // For unknown type, keep the default placeholder
  }

  /**
   * Creates embed URL for video or playlist
   * @param {Object} kind - Parsed video/playlist info
   * @returns {string} Embed URL or empty string if invalid
   */
  function createEmbedUrl(kind) {
    if (kind.type === &#39;playlist&#39; &amp;&amp; kind.id) {
      return `${CONSTANTS.YOUTUBE_NOCOOKIE_DOMAIN}/embed/videoseries?list=${encodeURIComponent(kind.id)}&amp;${CONSTANTS.EMBED_PARAMS}`;
    } else if (kind.type === &#39;video&#39; &amp;&amp; kind.id) {
      let url = `${CONSTANTS.YOUTUBE_NOCOOKIE_DOMAIN}/embed/${encodeURIComponent(kind.id)}?${CONSTANTS.EMBED_PARAMS}`;
      if (kind.start &gt; 0) {
        url += `&amp;start=${Math.floor(kind.start)}`;
      }
      return url;
    }
    return &#39;&#39;;
  }

  /**
   * Creates and loads iframe embed
   * @param {HTMLElement} wrapper - Video wrapper element
   * @param {Object} kind - Parsed video/playlist info
   * @param {string} title - Video title
   */
  function loadEmbed(wrapper, kind, title) {
    if (wrapper.dataset.isLoaded === &#39;true&#39;) return;

    const embedUrl = createEmbedUrl(kind);
    if (!embedUrl) {
      console.error(&#39;Unable to create embed URL - invalid video/playlist ID&#39;);
      // Show error message to user
      wrapper.innerHTML = &#39;&lt;div style=&#34;padding: 2em; text-align: center; color: #fff;&#34;&gt;Unable to load video. Please check the video ID.&lt;/div&gt;&#39;;
      return;
    }

    // Create iframe
    const iframe = document.createElement(&#39;iframe&#39;);
    iframe.setAttribute(&#39;allowfullscreen&#39;, &#39;&#39;);
    iframe.setAttribute(&#39;loading&#39;, &#39;lazy&#39;);
    iframe.setAttribute(&#39;allow&#39;, &#39;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture&#39;);
    iframe.setAttribute(&#39;title&#39;, title ? `YouTube video player: ${title}` : &#39;YouTube video player&#39;);
    iframe.src = embedUrl;

    
    const replacement = document.createElement(&#39;div&#39;);
    replacement.className = wrapper.className;
    replacement.dataset.listenersAdded = &#39;true&#39;;
    replacement.dataset.isLoaded = &#39;true&#39;;
    replacement.appendChild(iframe);

    wrapper.replaceWith(replacement);
  }

  

  function enhanceEmbeds() {
    const wrappers = document.querySelectorAll(&#39;.video-wrapper&#39;);

    wrappers.forEach(wrapper =&gt; {
      
      if (wrapper.dataset.listenersAdded === &#39;true&#39;) return;
      wrapper.dataset.listenersAdded = &#39;true&#39;;

      
      const rawVideoId = wrapper.dataset.videoId || &#39;&#39;;
      const rawThumbUrl = wrapper.dataset.thumb || &#39;&#39;;
      const videoTitle = wrapper.dataset.videoTitle || &#39;&#39;;

      
      const kind = parseId(rawVideoId);
      const safeThumb = validateThumbnailUrl(rawThumbUrl);

      
      const thumbnail = wrapper.querySelector(&#39;.video-thumbnail&#39;);
      setupThumbnail(thumbnail, kind, safeThumb);

      
      const loadHandler = () =&gt; loadEmbed(wrapper, kind, videoTitle);

      wrapper.addEventListener(&#39;click&#39;, loadHandler);

      const overlay = wrapper.querySelector(&#39;.video-overlay&#39;);
      if (overlay) overlay.addEventListener(&#39;click&#39;, loadHandler);
      if (thumbnail) thumbnail.addEventListener(&#39;click&#39;, loadHandler);

      
      wrapper.addEventListener(&#39;keydown&#39;, (e) =&gt; {
        if (e.key === &#39;Enter&#39; || e.key === &#39; &#39;) {
          e.preventDefault();
          loadHandler();
        }
      });
    });
  }

  
  enhanceEmbeds();
  if (document.readyState === &#39;loading&#39;) {
    document.addEventListener(&#39;DOMContentLoaded&#39;, enhanceEmbeds);
  }
})();
&lt;/script&gt;&lt;p class=&#34;yt-text-link&#34;&gt;
      &lt;a href=&#34;https://www.youtube.com/playlist?list=OLAK5uy_naqzAlLWhOkZy16IOJLasBc4MFO1uv-R4&#34;&gt;YouTube Playlist&lt;/a&gt;
    &lt;/p&gt;&lt;button type=&#34;button&#34;
    class=&#34;video-wrapper&#34;
    aria-label=&#34;Play YouTube video&#34;
    data-video-id=&#34;WYmGLwFsqvs&amp;amp;list=OLAK5uy_naqzAlLWhOkZy16IOJLasBc4MFO1uv-R4&#34;
    data-thumb=&#34;&#34;
    &gt;&lt;img
      class=&#34;video-thumbnail&#34;
      src=&#34;data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns=%27http://www.w3.org/2000/svg%27%20viewBox=%270%200%201280%20720%27%3E%3Crect%20width=%27100%25%25%27%20height=%27100%25%25%27%20fill=%27%23000%27/%3E%3C/svg%3E&#34;
      alt=&#34;YouTube Thumbnail&#34;
      loading=&#34;lazy&#34;
      decoding=&#34;async&#34;&gt;&lt;div class=&#34;video-play-button&#34;&gt;&lt;/div&gt;
  &lt;/button&gt;&lt;noscript&gt;
    &lt;div class=&#34;video-noscript&#34;&gt;&lt;img src=&#34;data:image/svg&amp;#43;xml;charset=utf-8,%3Csvg%20xmlns=%27http://www.w3.org/2000/svg%27%20viewBox=%270%200%201280%20720%27%3E%3Crect%20width=%27100%25%25%27%20height=%27100%25%25%27%20fill=%27%23000%27/%3E%3Crect%20x=%27220%27%20y=%27260%27%20width=%27840%27%20height=%2760%27%20fill=%27%23fff%27/%3E%3Crect%20x=%27220%27%20y=%27340%27%20width=%27660%27%20height=%2760%27%20fill=%27%23fff%27/%3E%3C/svg%3E&#34;
             alt=&#34;YouTube Thumbnail&#34;&gt;&lt;p&gt;
          &lt;a href=&#34;https://www.youtube.com/playlist?list=OLAK5uy_naqzAlLWhOkZy16IOJLasBc4MFO1uv-R4&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;YouTube Playlist&lt;/a&gt;
        &lt;/p&gt;&lt;/div&gt;
  &lt;/noscript&gt;&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/10/14/nowplaying-nothingmanor-anika-nilles-false.html</link>
      <pubDate>Tue, 14 Oct 2025 12:02:16 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/10/14/nowplaying-nothingmanor-anika-nilles-false.html</guid>
      <description>&lt;p&gt;#NowPlaying @NothingManor: Anika Nilles - False Truth (2025) Take some time to spin this #jazzfusion album before she hits the stage on &lt;a href=&#34;https://rush.com&#34;&gt;tour with #Rush in 2026&lt;/a&gt;. Can&amp;rsquo;t wait to see her touring kit(s). #music 
&lt;style&gt;
:root {
   
  --yt-aspect-ratio-16-9: 56.25%;

   
  --yt-bg-black: #000;
  --yt-play-button-bg: rgba(255, 0, 0, 0.8);
  --yt-play-button-bg-hover: rgba(255, 0, 0, 1);
  --yt-play-button-icon: #fff;
  --yt-overlay-bg: rgba(0, 0, 0, 0.85);
  --yt-overlay-text: #fff;
  --yt-focus-outline: #e53935;

   
  --yt-play-button-width: 68px;
  --yt-play-button-height: 48px;
  --yt-play-button-border-radius: 12px;

   
  --yt-focus-outline-width: 3px;
  --yt-focus-outline-offset: 4px;

   
  --yt-transition-duration: 0.2s;
  --yt-transition-timing: ease-in-out;
}

.video-wrapper {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  padding-bottom: var(--yt-aspect-ratio-16-9);
  margin: 0;
  height: 0;
  max-width: 100%;
  overflow: hidden;
  background-color: var(--yt-bg-black);
  cursor: pointer;
  outline: none;
  border: none;
  color: inherit;
  font: inherit;
  text-align: inherit;
  appearance: none;
  -webkit-appearance: none;
}

.video-wrapper[data-is-loaded=&#34;true&#34;] {
  cursor: auto;
}

.video-wrapper:focus-visible {
  outline: var(--yt-focus-outline-width) solid var(--yt-focus-outline);
  outline-offset: var(--yt-focus-outline-offset);
}

.video-thumbnail {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  object-position: center;
  background-color: var(--yt-bg-black);
  z-index: 1;
  transition: opacity var(--yt-transition-duration) var(--yt-transition-timing);
}

.video-wrapper:hover .video-thumbnail {
  opacity: 0.9;
}

.video-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: var(--yt-overlay-bg);
  color: var(--yt-overlay-text);
  text-align: center;
  font-size: 0.85em;
  padding: 0.5em 1em;
  z-index: 2;
  pointer-events: auto;
}

.video-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: var(--yt-play-button-width);
  height: var(--yt-play-button-height);
  background-color: var(--yt-play-button-bg);
  border-radius: var(--yt-play-button-border-radius);
  z-index: 3;
  pointer-events: none;
  transition: all var(--yt-transition-duration) var(--yt-transition-timing);
}

.video-wrapper:hover .video-play-button {
  background-color: var(--yt-play-button-bg-hover);
  transform: translate(-50%, -50%) scale(1.1);
}

.video-wrapper:active .video-play-button {
  transform: translate(-50%, -50%) scale(1.05);
}

.video-play-button::before {
  content: &#39;&#39;;
  position: absolute;
  left: 26px;
  top: 14px;
  width: 0;
  height: 0;
  border-left: 18px solid var(--yt-play-button-icon);
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  z-index: 4;
}

.video-noscript {
  display: block;
  max-width: 100%;
  background-color: var(--yt-bg-black);
  color: inherit;
  text-align: center;
  padding: 0;
  margin-top: 0.5em;
}

.video-noscript img {
  display: block;
  width: 100%;
  height: auto;
}

.video-noscript a {
  display: inline-block;
  padding: 0.75em 1em;
  color: inherit;
  text-decoration: underline;
}

.yt-text-link {
  display: none;
}
&lt;/style&gt;

&lt;script&gt;
(function(){
  &#39;use strict&#39;;

  
  const CONSTANTS = {
    VIDEO_ID_LENGTH: 11,
    MAX_INPUT_LENGTH: 2048,
    VIDEO_ID_PATTERN: /^[a-zA-Z0-9_-]{11}$/,
    PLAYLIST_PREFIXES: /^(PL|OL|UU|LL|FL)/i,
    ALLOWED_URL_CHARS: /^[a-zA-Z0-9_\-?=&amp;#:/.]+$/,
    TIME_FORMATS: {
      HOURS: 3600,
      MINUTES: 60,
      SECONDS: 1
    },
    YOUTUBE_NOCOOKIE_DOMAIN: &#39;https://www.youtube-nocookie.com&#39;,
    YOUTUBE_IMG_DOMAIN: &#39;https://img.youtube.com&#39;,
    EMBED_PARAMS: &#39;autoplay=1&amp;mute=1&#39;
  };

  

  function validateInput(input, maxLength = CONSTANTS.MAX_INPUT_LENGTH) {
    if (!input || typeof input !== &#39;string&#39;) return &#39;&#39;;

    const trimmed = input.trim();

    if (trimmed.length &gt; maxLength) {
      console.warn(`Input exceeds maximum length of ${maxLength}`);
      return &#39;&#39;;
    }

    
    if (!CONSTANTS.ALLOWED_URL_CHARS.test(trimmed)) {
      console.warn(&#39;Input contains invalid characters&#39;);
      return &#39;&#39;;
    }

    return trimmed;
  }

  

  function parseStartValue(value) {
    if (!value) return 0;

    
    if (/^\d+$/.test(value)) {
      const parsed = parseInt(value, 10);
      return isNaN(parsed) ? 0 : Math.max(0, parsed);
    }

    
    let total = 0;
    let matched = false;
    const regex = /(\d+)(h|m|s)/gi;
    let match;

    while ((match = regex.exec(value)) !== null) {
      matched = true;
      const num = parseInt(match[1], 10);
      if (isNaN(num)) continue;

      const unit = match[2].toLowerCase();
      if (unit === &#39;h&#39;) total += num * CONSTANTS.TIME_FORMATS.HOURS;
      else if (unit === &#39;m&#39;) total += num * CONSTANTS.TIME_FORMATS.MINUTES;
      else if (unit === &#39;s&#39;) total += num * CONSTANTS.TIME_FORMATS.SECONDS;
    }

    return matched ? Math.max(0, total) : 0;
  }

  

  function extractStartTime(queryString) {
    if (!queryString) return 0;

    try {
      const cleanQuery = queryString.startsWith(&#39;?&#39;) || queryString.startsWith(&#39;#&#39;)
        ? queryString.slice(1)
        : queryString;

      const params = new URLSearchParams(cleanQuery);

      
      return parseStartValue(params.get(&#39;start&#39;)) ||
             parseStartValue(params.get(&#39;t&#39;)) ||
             parseStartValue(params.get(&#39;time_continue&#39;)) ||
             0;
    } catch (e) {
      console.warn(&#39;Failed to parse query parameters:&#39;, e);
      return 0;
    }
  }

  

  function parseId(raw) {
    const validated = validateInput(raw);
    if (!validated) {
      return { type: &#39;unknown&#39;, id: &#39;&#39;, start: 0 };
    }

    let startSeconds = 0;
    let normalized = validated;

    
    const queryIndex = normalized.indexOf(&#39;?&#39;);
    if (queryIndex !== -1) {
      startSeconds = extractStartTime(normalized.slice(queryIndex + 1));
      normalized = normalized.slice(0, queryIndex);
    }

    
    const hashIndex = normalized.indexOf(&#39;#&#39;);
    if (hashIndex !== -1) {
      startSeconds = startSeconds || extractStartTime(normalized.slice(hashIndex + 1));
      normalized = normalized.slice(0, hashIndex);
    }

    
    if (CONSTANTS.PLAYLIST_PREFIXES.test(normalized)) {
      return { type: &#39;playlist&#39;, id: normalized, start: startSeconds };
    }

    
    if (CONSTANTS.VIDEO_ID_PATTERN.test(normalized)) {
      return { type: &#39;video&#39;, id: normalized, start: startSeconds };
    }

    
    const listMatch = normalized.match(/list=([^&amp;]+)/);
    if (listMatch &amp;&amp; listMatch[1]) {
      return { type: &#39;playlist&#39;, id: listMatch[1], start: startSeconds };
    }

    console.warn(&#39;Unable to parse video/playlist ID:&#39;, raw);
    return { type: &#39;unknown&#39;, id: &#39;&#39;, start: startSeconds };
  }

  

  function validateThumbnailUrl(thumbUrl) {
    if (!thumbUrl) return &#39;&#39;;

    let cleaned = thumbUrl.trim();

    
    const markdownMatch = cleaned.match(/^\[[^\]]*\]\(([^)]+)\)$/);
    if (markdownMatch) {
      cleaned = markdownMatch[1].trim();
    }

    
    try {
      const url = new URL(cleaned, document.baseURI);

      
      if (url.protocol !== &#39;http:&#39; &amp;&amp; url.protocol !== &#39;https:&#39;) {
        console.warn(&#39;Thumbnail URL must use http or https protocol&#39;);
        return &#39;&#39;;
      }

      return url.href;
    } catch (e) {
      console.warn(&#39;Invalid thumbnail URL:&#39;, e);
      return &#39;&#39;;
    }
  }

  

  function getPlaylistPlaceholder() {
    const svg = `&lt;svg xmlns=&#39;http://www.w3.org/2000/svg&#39; viewBox=&#39;0 0 1280 720&#39;&gt;` +
                `&lt;rect width=&#39;100%&#39; height=&#39;100%&#39; fill=&#39;#000&#39;/&gt;` +
                `&lt;rect x=&#39;220&#39; y=&#39;260&#39; width=&#39;840&#39; height=&#39;60&#39; fill=&#39;#fff&#39;/&gt;` +
                `&lt;rect x=&#39;220&#39; y=&#39;340&#39; width=&#39;660&#39; height=&#39;60&#39; fill=&#39;#fff&#39;/&gt;` +
                `&lt;/svg&gt;`;
    return &#39;data:image/svg+xml;charset=utf-8,&#39; + encodeURIComponent(svg);
  }

  /**
   * Sets up thumbnail for video wrapper
   * @param {HTMLImageElement} thumbnail - Thumbnail element
   * @param {Object} kind - Parsed video/playlist info
   * @param {string} customThumb - Custom thumbnail URL
   */
  function setupThumbnail(thumbnail, kind, customThumb) {
    if (!thumbnail) return;

    if (customThumb) {
      // Use custom thumbnail
      thumbnail.onerror = null;
      thumbnail.src = customThumb;
    } else if (kind.type === &#39;playlist&#39;) {
      // Use playlist placeholder
      thumbnail.src = getPlaylistPlaceholder();
    } else if (kind.type === &#39;video&#39; &amp;&amp; kind.id) {
      // Use YouTube thumbnail with fallback
      thumbnail.src = `${CONSTANTS.YOUTUBE_IMG_DOMAIN}/vi/${kind.id}/maxresdefault.jpg`;
      thumbnail.onerror = () =&gt; {
        thumbnail.onerror = null;
        thumbnail.src = `${CONSTANTS.YOUTUBE_IMG_DOMAIN}/vi/${kind.id}/0.jpg`;
      };
    }
    // For unknown type, keep the default placeholder
  }

  /**
   * Creates embed URL for video or playlist
   * @param {Object} kind - Parsed video/playlist info
   * @returns {string} Embed URL or empty string if invalid
   */
  function createEmbedUrl(kind) {
    if (kind.type === &#39;playlist&#39; &amp;&amp; kind.id) {
      return `${CONSTANTS.YOUTUBE_NOCOOKIE_DOMAIN}/embed/videoseries?list=${encodeURIComponent(kind.id)}&amp;${CONSTANTS.EMBED_PARAMS}`;
    } else if (kind.type === &#39;video&#39; &amp;&amp; kind.id) {
      let url = `${CONSTANTS.YOUTUBE_NOCOOKIE_DOMAIN}/embed/${encodeURIComponent(kind.id)}?${CONSTANTS.EMBED_PARAMS}`;
      if (kind.start &gt; 0) {
        url += `&amp;start=${Math.floor(kind.start)}`;
      }
      return url;
    }
    return &#39;&#39;;
  }

  /**
   * Creates and loads iframe embed
   * @param {HTMLElement} wrapper - Video wrapper element
   * @param {Object} kind - Parsed video/playlist info
   * @param {string} title - Video title
   */
  function loadEmbed(wrapper, kind, title) {
    if (wrapper.dataset.isLoaded === &#39;true&#39;) return;

    const embedUrl = createEmbedUrl(kind);
    if (!embedUrl) {
      console.error(&#39;Unable to create embed URL - invalid video/playlist ID&#39;);
      // Show error message to user
      wrapper.innerHTML = &#39;&lt;div style=&#34;padding: 2em; text-align: center; color: #fff;&#34;&gt;Unable to load video. Please check the video ID.&lt;/div&gt;&#39;;
      return;
    }

    // Create iframe
    const iframe = document.createElement(&#39;iframe&#39;);
    iframe.setAttribute(&#39;allowfullscreen&#39;, &#39;&#39;);
    iframe.setAttribute(&#39;loading&#39;, &#39;lazy&#39;);
    iframe.setAttribute(&#39;allow&#39;, &#39;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture&#39;);
    iframe.setAttribute(&#39;title&#39;, title ? `YouTube video player: ${title}` : &#39;YouTube video player&#39;);
    iframe.src = embedUrl;

    
    const replacement = document.createElement(&#39;div&#39;);
    replacement.className = wrapper.className;
    replacement.dataset.listenersAdded = &#39;true&#39;;
    replacement.dataset.isLoaded = &#39;true&#39;;
    replacement.appendChild(iframe);

    wrapper.replaceWith(replacement);
  }

  

  function enhanceEmbeds() {
    const wrappers = document.querySelectorAll(&#39;.video-wrapper&#39;);

    wrappers.forEach(wrapper =&gt; {
      
      if (wrapper.dataset.listenersAdded === &#39;true&#39;) return;
      wrapper.dataset.listenersAdded = &#39;true&#39;;

      
      const rawVideoId = wrapper.dataset.videoId || &#39;&#39;;
      const rawThumbUrl = wrapper.dataset.thumb || &#39;&#39;;
      const videoTitle = wrapper.dataset.videoTitle || &#39;&#39;;

      
      const kind = parseId(rawVideoId);
      const safeThumb = validateThumbnailUrl(rawThumbUrl);

      
      const thumbnail = wrapper.querySelector(&#39;.video-thumbnail&#39;);
      setupThumbnail(thumbnail, kind, safeThumb);

      
      const loadHandler = () =&gt; loadEmbed(wrapper, kind, videoTitle);

      wrapper.addEventListener(&#39;click&#39;, loadHandler);

      const overlay = wrapper.querySelector(&#39;.video-overlay&#39;);
      if (overlay) overlay.addEventListener(&#39;click&#39;, loadHandler);
      if (thumbnail) thumbnail.addEventListener(&#39;click&#39;, loadHandler);

      
      wrapper.addEventListener(&#39;keydown&#39;, (e) =&gt; {
        if (e.key === &#39;Enter&#39; || e.key === &#39; &#39;) {
          e.preventDefault();
          loadHandler();
        }
      });
    });
  }

  
  enhanceEmbeds();
  if (document.readyState === &#39;loading&#39;) {
    document.addEventListener(&#39;DOMContentLoaded&#39;, enhanceEmbeds);
  }
})();
&lt;/script&gt;&lt;p class=&#34;yt-text-link&#34;&gt;
      &lt;a href=&#34;https://www.youtube.com/playlist?list=OLAK5uy_kdjEovCQlPXN09ictIKnHL-W4kJh0raQM&#34;&gt;YouTube Playlist&lt;/a&gt;
    &lt;/p&gt;&lt;button type=&#34;button&#34;
    class=&#34;video-wrapper&#34;
    aria-label=&#34;Play YouTube video&#34;
    data-video-id=&#34;OLAK5uy_kdjEovCQlPXN09ictIKnHL-W4kJh0raQM&#34;
    data-thumb=&#34;&#34;
    &gt;&lt;img
      class=&#34;video-thumbnail&#34;
      src=&#34;data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns=%27http://www.w3.org/2000/svg%27%20viewBox=%270%200%201280%20720%27%3E%3Crect%20width=%27100%25%25%27%20height=%27100%25%25%27%20fill=%27%23000%27/%3E%3C/svg%3E&#34;
      alt=&#34;YouTube Thumbnail&#34;
      loading=&#34;lazy&#34;
      decoding=&#34;async&#34;&gt;&lt;div class=&#34;video-play-button&#34;&gt;&lt;/div&gt;
  &lt;/button&gt;&lt;noscript&gt;
    &lt;div class=&#34;video-noscript&#34;&gt;&lt;img src=&#34;data:image/svg&amp;#43;xml;charset=utf-8,%3Csvg%20xmlns=%27http://www.w3.org/2000/svg%27%20viewBox=%270%200%201280%20720%27%3E%3Crect%20width=%27100%25%25%27%20height=%27100%25%25%27%20fill=%27%23000%27/%3E%3Crect%20x=%27220%27%20y=%27260%27%20width=%27840%27%20height=%2760%27%20fill=%27%23fff%27/%3E%3Crect%20x=%27220%27%20y=%27340%27%20width=%27660%27%20height=%2760%27%20fill=%27%23fff%27/%3E%3C/svg%3E&#34;
             alt=&#34;YouTube Thumbnail&#34;&gt;&lt;p&gt;
          &lt;a href=&#34;https://www.youtube.com/playlist?list=OLAK5uy_kdjEovCQlPXN09ictIKnHL-W4kJh0raQM&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;YouTube Playlist&lt;/a&gt;
        &lt;/p&gt;&lt;/div&gt;
  &lt;/noscript&gt;&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/cf2a331f79.jpg&#34; width=&#34;467&#34; height=&#34;558&#34; alt=&#34;Fiji by Anika Nilles from the album False Truth released in 2025. &#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/10/14/nowplaying-nothing-manor-devo-greatest.html</link>
      <pubDate>Tue, 14 Oct 2025 10:51:30 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/10/14/nowplaying-nothing-manor-devo-greatest.html</guid>
      <description>&lt;p&gt;#NowPlaying @NothingManor: Devo - Greatest Hits (1990). #Devo has a new doc out on #Netflix, has a new album coming out, and has been around for 50 years and still going strong. Very few greatest hits I&amp;rsquo;ll listen to. #music #rock 
&lt;style&gt;
:root {
   
  --yt-aspect-ratio-16-9: 56.25%;

   
  --yt-bg-black: #000;
  --yt-play-button-bg: rgba(255, 0, 0, 0.8);
  --yt-play-button-bg-hover: rgba(255, 0, 0, 1);
  --yt-play-button-icon: #fff;
  --yt-overlay-bg: rgba(0, 0, 0, 0.85);
  --yt-overlay-text: #fff;
  --yt-focus-outline: #e53935;

   
  --yt-play-button-width: 68px;
  --yt-play-button-height: 48px;
  --yt-play-button-border-radius: 12px;

   
  --yt-focus-outline-width: 3px;
  --yt-focus-outline-offset: 4px;

   
  --yt-transition-duration: 0.2s;
  --yt-transition-timing: ease-in-out;
}

.video-wrapper {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  padding-bottom: var(--yt-aspect-ratio-16-9);
  margin: 0;
  height: 0;
  max-width: 100%;
  overflow: hidden;
  background-color: var(--yt-bg-black);
  cursor: pointer;
  outline: none;
  border: none;
  color: inherit;
  font: inherit;
  text-align: inherit;
  appearance: none;
  -webkit-appearance: none;
}

.video-wrapper[data-is-loaded=&#34;true&#34;] {
  cursor: auto;
}

.video-wrapper:focus-visible {
  outline: var(--yt-focus-outline-width) solid var(--yt-focus-outline);
  outline-offset: var(--yt-focus-outline-offset);
}

.video-thumbnail {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  object-position: center;
  background-color: var(--yt-bg-black);
  z-index: 1;
  transition: opacity var(--yt-transition-duration) var(--yt-transition-timing);
}

.video-wrapper:hover .video-thumbnail {
  opacity: 0.9;
}

.video-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: var(--yt-overlay-bg);
  color: var(--yt-overlay-text);
  text-align: center;
  font-size: 0.85em;
  padding: 0.5em 1em;
  z-index: 2;
  pointer-events: auto;
}

.video-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: var(--yt-play-button-width);
  height: var(--yt-play-button-height);
  background-color: var(--yt-play-button-bg);
  border-radius: var(--yt-play-button-border-radius);
  z-index: 3;
  pointer-events: none;
  transition: all var(--yt-transition-duration) var(--yt-transition-timing);
}

.video-wrapper:hover .video-play-button {
  background-color: var(--yt-play-button-bg-hover);
  transform: translate(-50%, -50%) scale(1.1);
}

.video-wrapper:active .video-play-button {
  transform: translate(-50%, -50%) scale(1.05);
}

.video-play-button::before {
  content: &#39;&#39;;
  position: absolute;
  left: 26px;
  top: 14px;
  width: 0;
  height: 0;
  border-left: 18px solid var(--yt-play-button-icon);
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  z-index: 4;
}

.video-noscript {
  display: block;
  max-width: 100%;
  background-color: var(--yt-bg-black);
  color: inherit;
  text-align: center;
  padding: 0;
  margin-top: 0.5em;
}

.video-noscript img {
  display: block;
  width: 100%;
  height: auto;
}

.video-noscript a {
  display: inline-block;
  padding: 0.75em 1em;
  color: inherit;
  text-decoration: underline;
}

.yt-text-link {
  display: none;
}
&lt;/style&gt;

&lt;script&gt;
(function(){
  &#39;use strict&#39;;

  
  const CONSTANTS = {
    VIDEO_ID_LENGTH: 11,
    MAX_INPUT_LENGTH: 2048,
    VIDEO_ID_PATTERN: /^[a-zA-Z0-9_-]{11}$/,
    PLAYLIST_PREFIXES: /^(PL|OL|UU|LL|FL)/i,
    ALLOWED_URL_CHARS: /^[a-zA-Z0-9_\-?=&amp;#:/.]+$/,
    TIME_FORMATS: {
      HOURS: 3600,
      MINUTES: 60,
      SECONDS: 1
    },
    YOUTUBE_NOCOOKIE_DOMAIN: &#39;https://www.youtube-nocookie.com&#39;,
    YOUTUBE_IMG_DOMAIN: &#39;https://img.youtube.com&#39;,
    EMBED_PARAMS: &#39;autoplay=1&amp;mute=1&#39;
  };

  

  function validateInput(input, maxLength = CONSTANTS.MAX_INPUT_LENGTH) {
    if (!input || typeof input !== &#39;string&#39;) return &#39;&#39;;

    const trimmed = input.trim();

    if (trimmed.length &gt; maxLength) {
      console.warn(`Input exceeds maximum length of ${maxLength}`);
      return &#39;&#39;;
    }

    
    if (!CONSTANTS.ALLOWED_URL_CHARS.test(trimmed)) {
      console.warn(&#39;Input contains invalid characters&#39;);
      return &#39;&#39;;
    }

    return trimmed;
  }

  

  function parseStartValue(value) {
    if (!value) return 0;

    
    if (/^\d+$/.test(value)) {
      const parsed = parseInt(value, 10);
      return isNaN(parsed) ? 0 : Math.max(0, parsed);
    }

    
    let total = 0;
    let matched = false;
    const regex = /(\d+)(h|m|s)/gi;
    let match;

    while ((match = regex.exec(value)) !== null) {
      matched = true;
      const num = parseInt(match[1], 10);
      if (isNaN(num)) continue;

      const unit = match[2].toLowerCase();
      if (unit === &#39;h&#39;) total += num * CONSTANTS.TIME_FORMATS.HOURS;
      else if (unit === &#39;m&#39;) total += num * CONSTANTS.TIME_FORMATS.MINUTES;
      else if (unit === &#39;s&#39;) total += num * CONSTANTS.TIME_FORMATS.SECONDS;
    }

    return matched ? Math.max(0, total) : 0;
  }

  

  function extractStartTime(queryString) {
    if (!queryString) return 0;

    try {
      const cleanQuery = queryString.startsWith(&#39;?&#39;) || queryString.startsWith(&#39;#&#39;)
        ? queryString.slice(1)
        : queryString;

      const params = new URLSearchParams(cleanQuery);

      
      return parseStartValue(params.get(&#39;start&#39;)) ||
             parseStartValue(params.get(&#39;t&#39;)) ||
             parseStartValue(params.get(&#39;time_continue&#39;)) ||
             0;
    } catch (e) {
      console.warn(&#39;Failed to parse query parameters:&#39;, e);
      return 0;
    }
  }

  

  function parseId(raw) {
    const validated = validateInput(raw);
    if (!validated) {
      return { type: &#39;unknown&#39;, id: &#39;&#39;, start: 0 };
    }

    let startSeconds = 0;
    let normalized = validated;

    
    const queryIndex = normalized.indexOf(&#39;?&#39;);
    if (queryIndex !== -1) {
      startSeconds = extractStartTime(normalized.slice(queryIndex + 1));
      normalized = normalized.slice(0, queryIndex);
    }

    
    const hashIndex = normalized.indexOf(&#39;#&#39;);
    if (hashIndex !== -1) {
      startSeconds = startSeconds || extractStartTime(normalized.slice(hashIndex + 1));
      normalized = normalized.slice(0, hashIndex);
    }

    
    if (CONSTANTS.PLAYLIST_PREFIXES.test(normalized)) {
      return { type: &#39;playlist&#39;, id: normalized, start: startSeconds };
    }

    
    if (CONSTANTS.VIDEO_ID_PATTERN.test(normalized)) {
      return { type: &#39;video&#39;, id: normalized, start: startSeconds };
    }

    
    const listMatch = normalized.match(/list=([^&amp;]+)/);
    if (listMatch &amp;&amp; listMatch[1]) {
      return { type: &#39;playlist&#39;, id: listMatch[1], start: startSeconds };
    }

    console.warn(&#39;Unable to parse video/playlist ID:&#39;, raw);
    return { type: &#39;unknown&#39;, id: &#39;&#39;, start: startSeconds };
  }

  

  function validateThumbnailUrl(thumbUrl) {
    if (!thumbUrl) return &#39;&#39;;

    let cleaned = thumbUrl.trim();

    
    const markdownMatch = cleaned.match(/^\[[^\]]*\]\(([^)]+)\)$/);
    if (markdownMatch) {
      cleaned = markdownMatch[1].trim();
    }

    
    try {
      const url = new URL(cleaned, document.baseURI);

      
      if (url.protocol !== &#39;http:&#39; &amp;&amp; url.protocol !== &#39;https:&#39;) {
        console.warn(&#39;Thumbnail URL must use http or https protocol&#39;);
        return &#39;&#39;;
      }

      return url.href;
    } catch (e) {
      console.warn(&#39;Invalid thumbnail URL:&#39;, e);
      return &#39;&#39;;
    }
  }

  

  function getPlaylistPlaceholder() {
    const svg = `&lt;svg xmlns=&#39;http://www.w3.org/2000/svg&#39; viewBox=&#39;0 0 1280 720&#39;&gt;` +
                `&lt;rect width=&#39;100%&#39; height=&#39;100%&#39; fill=&#39;#000&#39;/&gt;` +
                `&lt;rect x=&#39;220&#39; y=&#39;260&#39; width=&#39;840&#39; height=&#39;60&#39; fill=&#39;#fff&#39;/&gt;` +
                `&lt;rect x=&#39;220&#39; y=&#39;340&#39; width=&#39;660&#39; height=&#39;60&#39; fill=&#39;#fff&#39;/&gt;` +
                `&lt;/svg&gt;`;
    return &#39;data:image/svg+xml;charset=utf-8,&#39; + encodeURIComponent(svg);
  }

  /**
   * Sets up thumbnail for video wrapper
   * @param {HTMLImageElement} thumbnail - Thumbnail element
   * @param {Object} kind - Parsed video/playlist info
   * @param {string} customThumb - Custom thumbnail URL
   */
  function setupThumbnail(thumbnail, kind, customThumb) {
    if (!thumbnail) return;

    if (customThumb) {
      // Use custom thumbnail
      thumbnail.onerror = null;
      thumbnail.src = customThumb;
    } else if (kind.type === &#39;playlist&#39;) {
      // Use playlist placeholder
      thumbnail.src = getPlaylistPlaceholder();
    } else if (kind.type === &#39;video&#39; &amp;&amp; kind.id) {
      // Use YouTube thumbnail with fallback
      thumbnail.src = `${CONSTANTS.YOUTUBE_IMG_DOMAIN}/vi/${kind.id}/maxresdefault.jpg`;
      thumbnail.onerror = () =&gt; {
        thumbnail.onerror = null;
        thumbnail.src = `${CONSTANTS.YOUTUBE_IMG_DOMAIN}/vi/${kind.id}/0.jpg`;
      };
    }
    // For unknown type, keep the default placeholder
  }

  /**
   * Creates embed URL for video or playlist
   * @param {Object} kind - Parsed video/playlist info
   * @returns {string} Embed URL or empty string if invalid
   */
  function createEmbedUrl(kind) {
    if (kind.type === &#39;playlist&#39; &amp;&amp; kind.id) {
      return `${CONSTANTS.YOUTUBE_NOCOOKIE_DOMAIN}/embed/videoseries?list=${encodeURIComponent(kind.id)}&amp;${CONSTANTS.EMBED_PARAMS}`;
    } else if (kind.type === &#39;video&#39; &amp;&amp; kind.id) {
      let url = `${CONSTANTS.YOUTUBE_NOCOOKIE_DOMAIN}/embed/${encodeURIComponent(kind.id)}?${CONSTANTS.EMBED_PARAMS}`;
      if (kind.start &gt; 0) {
        url += `&amp;start=${Math.floor(kind.start)}`;
      }
      return url;
    }
    return &#39;&#39;;
  }

  /**
   * Creates and loads iframe embed
   * @param {HTMLElement} wrapper - Video wrapper element
   * @param {Object} kind - Parsed video/playlist info
   * @param {string} title - Video title
   */
  function loadEmbed(wrapper, kind, title) {
    if (wrapper.dataset.isLoaded === &#39;true&#39;) return;

    const embedUrl = createEmbedUrl(kind);
    if (!embedUrl) {
      console.error(&#39;Unable to create embed URL - invalid video/playlist ID&#39;);
      // Show error message to user
      wrapper.innerHTML = &#39;&lt;div style=&#34;padding: 2em; text-align: center; color: #fff;&#34;&gt;Unable to load video. Please check the video ID.&lt;/div&gt;&#39;;
      return;
    }

    // Create iframe
    const iframe = document.createElement(&#39;iframe&#39;);
    iframe.setAttribute(&#39;allowfullscreen&#39;, &#39;&#39;);
    iframe.setAttribute(&#39;loading&#39;, &#39;lazy&#39;);
    iframe.setAttribute(&#39;allow&#39;, &#39;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture&#39;);
    iframe.setAttribute(&#39;title&#39;, title ? `YouTube video player: ${title}` : &#39;YouTube video player&#39;);
    iframe.src = embedUrl;

    
    const replacement = document.createElement(&#39;div&#39;);
    replacement.className = wrapper.className;
    replacement.dataset.listenersAdded = &#39;true&#39;;
    replacement.dataset.isLoaded = &#39;true&#39;;
    replacement.appendChild(iframe);

    wrapper.replaceWith(replacement);
  }

  

  function enhanceEmbeds() {
    const wrappers = document.querySelectorAll(&#39;.video-wrapper&#39;);

    wrappers.forEach(wrapper =&gt; {
      
      if (wrapper.dataset.listenersAdded === &#39;true&#39;) return;
      wrapper.dataset.listenersAdded = &#39;true&#39;;

      
      const rawVideoId = wrapper.dataset.videoId || &#39;&#39;;
      const rawThumbUrl = wrapper.dataset.thumb || &#39;&#39;;
      const videoTitle = wrapper.dataset.videoTitle || &#39;&#39;;

      
      const kind = parseId(rawVideoId);
      const safeThumb = validateThumbnailUrl(rawThumbUrl);

      
      const thumbnail = wrapper.querySelector(&#39;.video-thumbnail&#39;);
      setupThumbnail(thumbnail, kind, safeThumb);

      
      const loadHandler = () =&gt; loadEmbed(wrapper, kind, videoTitle);

      wrapper.addEventListener(&#39;click&#39;, loadHandler);

      const overlay = wrapper.querySelector(&#39;.video-overlay&#39;);
      if (overlay) overlay.addEventListener(&#39;click&#39;, loadHandler);
      if (thumbnail) thumbnail.addEventListener(&#39;click&#39;, loadHandler);

      
      wrapper.addEventListener(&#39;keydown&#39;, (e) =&gt; {
        if (e.key === &#39;Enter&#39; || e.key === &#39; &#39;) {
          e.preventDefault();
          loadHandler();
        }
      });
    });
  }

  
  enhanceEmbeds();
  if (document.readyState === &#39;loading&#39;) {
    document.addEventListener(&#39;DOMContentLoaded&#39;, enhanceEmbeds);
  }
})();
&lt;/script&gt;&lt;p class=&#34;yt-text-link&#34;&gt;
      &lt;a href=&#34;https://www.youtube.com/watch?v=J8hKnxWSpzA&#34;&gt;YouTube Video&lt;/a&gt;
    &lt;/p&gt;&lt;button type=&#34;button&#34;
    class=&#34;video-wrapper&#34;
    aria-label=&#34;Play YouTube video&#34;
    data-video-id=&#34;J8hKnxWSpzA&#34;
    data-thumb=&#34;&#34;
    &gt;&lt;img
      class=&#34;video-thumbnail&#34;
      src=&#34;data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns=%27http://www.w3.org/2000/svg%27%20viewBox=%270%200%201280%20720%27%3E%3Crect%20width=%27100%25%25%27%20height=%27100%25%25%27%20fill=%27%23000%27/%3E%3C/svg%3E&#34;
      alt=&#34;YouTube Thumbnail&#34;
      loading=&#34;lazy&#34;
      decoding=&#34;async&#34;&gt;&lt;div class=&#34;video-play-button&#34;&gt;&lt;/div&gt;
  &lt;/button&gt;&lt;noscript&gt;
    &lt;div class=&#34;video-noscript&#34;&gt;&lt;img src=&#34;https://img.youtube.com/vi/J8hKnxWSpzA/maxresdefault.jpg&#34;
             alt=&#34;YouTube Thumbnail&#34;&gt;&lt;p&gt;
          &lt;a href=&#34;https://www.youtube.com/watch?v=J8hKnxWSpzA&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;YouTube Video&lt;/a&gt;
        &lt;/p&gt;&lt;/div&gt;
  &lt;/noscript&gt;&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/faeb676e19.jpg&#34; width=&#34;423&#34; height=&#34;514&#34; alt=&#34;The album cover for Devo&#39;s Greatest Hits originally issued in 1990. &#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/08/14/nowplaying-nothing-manor-rpwl-beyond.html</link>
      <pubDate>Thu, 14 Aug 2025 18:43:07 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/08/14/nowplaying-nothing-manor-rpwl-beyond.html</guid>
      <description>&lt;p&gt;#NowPlaying @ Nothing Manor: RPWL - Beyond Man and Time (2012) #progrock #artrock Founded as a German Pink Floyd cover band, the group transitioned to original works. Initial impression is a blend of Floyd and Porcupine Tree. I like it! #music #RPWL &lt;a href=&#34;https://www.youtube.com/watch?v=nNn15fjKBSA&#34;&gt;www.youtube.com/watch&lt;/a&gt;&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/ba7944473a.png&#34; width=&#34;307&#34; height=&#34;600&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/07/24/oh-this-is-just-fantastic.html</link>
      <pubDate>Thu, 24 Jul 2025 18:48:14 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/07/24/oh-this-is-just-fantastic.html</guid>
      <description>&lt;p&gt;Oh, this is just fantastic. I can&amp;rsquo;t wait!! #SpinalTap The snake feeds upon itself!! #music #heavymetal &lt;a href=&#34;https://www.youtube.com/watch?v=70DDf9OXsFA&#34;&gt;www.youtube.com/watch&lt;/a&gt;&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/06/24/nowplaying-nothing-manor-sonic-elements.html</link>
      <pubDate>Tue, 24 Jun 2025 22:57:22 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/06/24/nowplaying-nothing-manor-sonic-elements.html</guid>
      <description>&lt;p&gt;#NowPlaying @ Nothing Manor: Sonic Elements - Highlights from a Celebration of The Lamb Lies Down on Broadway (2025). Yes, the seminal #Genesis #ProgRock album. Lead vocals courtesy of Francis Dunnery (It Bites) and a full orchestra. Fantastic! #music #LiveMusic &lt;a href=&#34;https://www.youtube.com/watch?v=_CLXM4Fy2Wk&amp;amp;list=PLsX4i8Cb3RIOtC3WSZWDCs46GZzD5W3Y-&#34;&gt;www.youtube.com/watch&lt;/a&gt;&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/d12eae8d39.png&#34; width=&#34;322&#34; height=&#34;600&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/06/17/nowplaying-nothing-manor-the-cure.html</link>
      <pubDate>Tue, 17 Jun 2025 13:29:39 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/06/17/nowplaying-nothing-manor-the-cure.html</guid>
      <description>&lt;p&gt;#NowPlaying @ Nothing Manor: The Cure - The Head on the Door (1985). Fantastic album. Early Cure is often lumped in with electronica and new wave, but I think they&amp;rsquo;re really a proto alternative rock band using the tools that had become available. #music #KROQ #80s &lt;a href=&#34;https://www.youtube.com/watch?v=EDMDb8unsIA&amp;amp;list=OLAK5uy_lFxBkpDs-S_D9Kg9KQWh0NNTng_WMBE7s&amp;amp;pp=0gcJCWMEOCosWNin&#34;&gt;www.youtube.com/watch&lt;/a&gt;&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/e575cf6e03.png&#34; width=&#34;311&#34; height=&#34;600&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/06/15/when-i-heard-the-first.html</link>
      <pubDate>Sun, 15 Jun 2025 13:18:48 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/06/15/when-i-heard-the-first.html</guid>
      <description>&lt;p&gt;When I heard the first bars of #WeatherReport&amp;rsquo;s &amp;ldquo;Birdland&amp;rdquo; I laughed, knowing that it&amp;rsquo;s essentially a drumless track, but was excited to hear what Brann Dailor (Mastodon) would do with it. The result is driving and energetic! #jazz #drums #video &lt;a href=&#34;https://www.youtube.com/watch?v=vu3hfPq8mzs&#34;&gt;www.youtube.com/watch&lt;/a&gt;&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/06/13/ive-started-fiddling-with-the.html</link>
      <pubDate>Fri, 13 Jun 2025 16:08:30 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/06/13/ive-started-fiddling-with-the.html</guid>
      <description>&lt;p&gt;I&amp;rsquo;ve started fiddling with the closed beta of Surf from Flipboard, what they term a &amp;ldquo;social browser&amp;rdquo; that works with the open web including Mastodon and Bluesky as well as RSS feeds and more. I&amp;rsquo;ve created a #ProgRock feed. Check it out! #music #socialmedia &lt;a href=&#34;https://surf.social/feed/surf%2Fcustom%2F01jxnrdfmq03vsc9j85yjv8nwb&#34;&gt;surf.social/feed/surf&amp;hellip;&lt;/a&gt;&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/06/11/nowplaying-nothing-manor-frankie-goes.html</link>
      <pubDate>Wed, 11 Jun 2025 13:39:03 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/06/11/nowplaying-nothing-manor-frankie-goes.html</guid>
      <description>&lt;p&gt;#NowPlaying @ Nothing Manor: Frankie Goes To Hollywood - Welcome To The Pleasuredome (1984). Trevor Horn&amp;rsquo;s presence, often replacing the band&amp;rsquo;s studio performances, is unmistakeable. Also, the only debut studio double-album I&amp;rsquo;m aware of. #music #newwave #pop #synthrock &lt;a href=&#34;https://youtube.com/playlist?list=OLAK5uy_kgP8in2fUSz0PCb0gPnhcZyNWOMrRiDBI&amp;amp;si=FHEj98fQ1zgWX1gd&#34;&gt;youtube.com/playlist&lt;/a&gt;&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/90ad1c83cd.png&#34; width=&#34;430&#34; height=&#34;521&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/06/11/nowplaying-nothing-manor-the-beach.html</link>
      <pubDate>Wed, 11 Jun 2025 10:34:12 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/06/11/nowplaying-nothing-manor-the-beach.html</guid>
      <description>&lt;p&gt;#NowPlaying @ Nothing Manor: The Beach Boys - Pet Sounds (1966). In honor of the passing of #BrianWilson, I&amp;rsquo;m throwing on one of the greatest albums of all time. Give a listen and take it in. Everyone should listen at least once in their lifetime. #music #progpop #artrock &lt;a href=&#34;https://youtube.com/playlist?list=PLrs2g03ILsleCw-Jnr_bdBoR_VD_ETkEb&amp;amp;si=RH_gQs4q6NIof2Cp&#34;&gt;youtube.com/playlist&lt;/a&gt;&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/eb554c4893.png&#34; width=&#34;430&#34; height=&#34;521&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/06/11/nowplaying-nothing-manor-poe-haunted.html</link>
      <pubDate>Wed, 11 Jun 2025 09:28:35 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/06/11/nowplaying-nothing-manor-poe-haunted.html</guid>
      <description>&lt;p&gt;#NowPlaying @ Nothing Manor: Poe - Haunted (Bonus Track Version)(2006). Blending #triphop, #hardrock, #poprock, dance, sampling, and her dead father&amp;rsquo;s audio letters to his children, Haunted creates an #altrock concept album that is very listenable. #music &lt;a href=&#34;https://youtube.com/playlist?list=PLktxztft-CFkkmu8e4Xh1Qu9K83w4JluN&amp;amp;si=vbSJpqxrFZCkgHeb&#34;&gt;youtube.com/playlist&lt;/a&gt;&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/bedc82a1f5.png&#34; width=&#34;474&#34; height=&#34;565&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/06/11/nowplaying-nothing-manor-big-wreck.html</link>
      <pubDate>Wed, 11 Jun 2025 08:45:40 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/06/11/nowplaying-nothing-manor-big-wreck.html</guid>
      <description>&lt;p&gt;#NowPlaying @ Nothing Manor: Big Wreck - Albatross (Anniversary Edition)(2025). A reissue of 2012&amp;rsquo;s triumphant return after a decade since they disbanded, this new edition includes previously unreleased versions and material. #music #rock #canrock &lt;a href=&#34;https://www.youtube.com/watch?v=q6fN4N3-2Ak&#34;&gt;www.youtube.com/watch&lt;/a&gt;&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/c823dc4e39.png&#34; width=&#34;474&#34; height=&#34;565&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/06/06/nowplaying-nothing-manor-ghs-frank.html</link>
      <pubDate>Fri, 06 Jun 2025 10:25:06 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/06/06/nowplaying-nothing-manor-ghs-frank.html</guid>
      <description>&lt;p&gt;#NowPlaying @ Nothing Manor: GHS3 (2002) Frank Gambale (guitars), Stuart Hamm (bass), and Steve Smith (drums) duke it out with some blazing #JazzFusion from three titans of #JazzRock. Wear headphones for this one. #music &lt;a href=&#34;https://www.youtube.com/watch?v=zd8NX3RKDJQ&amp;amp;list=PLcbMKUwLnTK7ggctSZdJjUI0NDi-5knRx&#34;&gt;www.youtube.com/watch&lt;/a&gt;&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/9d3175316d.png&#34; width=&#34;311&#34; height=&#34;600&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/06/01/nowplaying-nothing-manor-the-bs.html</link>
      <pubDate>Sun, 01 Jun 2025 11:52:58 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/06/01/nowplaying-nothing-manor-the-bs.html</guid>
      <description>&lt;p&gt;#NowPlaying @ Nothing Manor: The B52&amp;rsquo;s - Whammy (1983) The first B52&amp;rsquo;s album I bought after hearing Legal Tender &amp;amp; Whammy Kiss on #KROQ. This tape got played a lot in my Walkman WM-10. Great album, top to bottom. #music #newwave #punk #rock #clubmusic &lt;a href=&#34;https://www.youtube.com/watch?v=JtRFzDXfcYI&amp;amp;list=PL71pow8HmZHCwkgwtlnaummRPd95rZT3u&#34;&gt;www.youtube.com/watch&lt;/a&gt;&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/8907e42313.png&#34; width=&#34;311&#34; height=&#34;600&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/05/30/nowplaying-nothing-manor-steve-smith.html</link>
      <pubDate>Fri, 30 May 2025 22:25:36 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/05/30/nowplaying-nothing-manor-steve-smith.html</guid>
      <description>&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/screenshot-2025-05-30-at-10.13.22pm.png&#34; width=&#34;600&#34; height=&#34;367&#34; alt=&#34;Steve Smith &amp; Vital Information in the Musora studio performing Soundgarden&#39;s Blackhole Sun from their Superunknown album during a short session. &#34;&gt;
&lt;p&gt;#NowPlaying @ Nothing Manor: Steve Smith &amp;amp; Vital Information - Blackhole Sun (2025 - Soundgarden cover). I&amp;rsquo;m shocked I hadn&amp;rsquo;t been recommended anything from the #Musora channel before. This is phenomenal, and stellar musicians. #music #jazzfusion #grunge &lt;a href=&#34;https://www.youtube.com/watch?v=wYvltvo9exQ&#34;&gt;www.youtube.com/watch&lt;/a&gt;&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/05/30/nowplaying-nothing-manor-gary-moore.html</link>
      <pubDate>Fri, 30 May 2025 10:57:42 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/05/30/nowplaying-nothing-manor-gary-moore.html</guid>
      <description>&lt;p&gt;#NowPlaying @ Nothing Manor: Gary Moore - Live from Baloise Session (2025). Gary passed in 2011, but recorded this in 2008. Now it&amp;rsquo;s a new release. Enjoy. #music #blues #GaryMoore &lt;a href=&#34;https://www.youtube.com/watch?v=5iLZHcR1hAA&amp;amp;list=OLAK5uy_nYVONREVsKMatO-AFhQT6PH2HdlEGg7Co&#34;&gt;www.youtube.com/watch&lt;/a&gt;&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/05/26/non-blondes-was-a-great.html</link>
      <pubDate>Mon, 26 May 2025 22:44:23 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/05/26/non-blondes-was-a-great.html</guid>
      <description>&lt;p&gt;4 Non Blondes was a great #rock band that only made one studio album and had the global hit What&amp;rsquo;s Up that lit the world on fire in 1993. It&amp;rsquo;s amazing that, to this day, that one song has remained in the cultural zeitgeist. #music #activism #LGBTQRights #LGBTQIAPlus &lt;a href=&#34;https://www.salon.com/2025/05/26/whats-up-song-4-non-blondes-whats-going-on/&#34;&gt;www.salon.com/2025/05/2&amp;hellip;&lt;/a&gt;&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/05/23/nowplaying-nothing-manor-liquid-tension.html</link>
      <pubDate>Fri, 23 May 2025 13:52:05 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/05/23/nowplaying-nothing-manor-liquid-tension.html</guid>
      <description>&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/screenshot-2025-05-23-at-1.15.19pm.png&#34; width=&#34;600&#34; height=&#34;336&#34; alt=&#34;John Petrucci (guitar), Mike Portnoy (drums), Jordan Rudess (keyboards), and Tony Levin (bass) in the studio performing Ya Mon from Liquid Tension Experiment III.&#34;&gt;
&lt;p&gt;#NowPlaying @ Nothing Manor: Liquid Tension Experiment III - Ya Mon (2021). John Petrucci (guitar), Mike Portnoy (drums), Jordan Rudess (keyboards), and Tony Levin (bass) in the studio performing Ya Mon. Brilliant, as usual. #music #progrock #instrumental &lt;a href=&#34;https://youtu.be/f8PS7rKVU94&#34;&gt;youtu.be/f8PS7rKVU&amp;hellip;&lt;/a&gt;&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/05/19/nowplaying-nothing-manor-the-smithereens.html</link>
      <pubDate>Mon, 19 May 2025 08:14:57 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/05/19/nowplaying-nothing-manor-the-smithereens.html</guid>
      <description>&lt;p&gt;#NowPlaying @ Nothing Manor: The Smithereens - A Date with the Smithereens (1994). I&amp;rsquo;ve loved this band for decades. Gritty #powerpop by beat poets with a noir bent, their albums are imminently listenable. #music &lt;a href=&#34;https://www.youtube.com/watch?v=GTb0OqE0QiM&amp;amp;list=OLAK5uy_nusJWsIjosy7D5oXdAbr1JQ6crDZ2Xvlc&#34;&gt;www.youtube.com/watch&lt;/a&gt;&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/577e4bbaf6.png&#34; width=&#34;360&#34; height=&#34;600&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/05/18/nowplaying-nothing-manor-cristopher-cross.html</link>
      <pubDate>Sun, 18 May 2025 15:56:14 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/05/18/nowplaying-nothing-manor-cristopher-cross.html</guid>
      <description>&lt;p&gt;#NowPlaying @ Nothing Manor: Cristopher Cross - A Night in Paris (Live)(2013). Do NOT mock me. Chris is an excellent musician and sometimes it&amp;rsquo;s nice to put on something calmer to facilitate getting stuff done 😁 #music #yachtrock #livemusic &lt;a href=&#34;https://youtube.com/playlist?list=PLoEdPDNG-KmBhIrgC8SyR_JfeA86QOpG0&amp;amp;si=aAa-Y3k5lOnLtWgE&#34;&gt;youtube.com/playlist&lt;/a&gt;&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/f862c26765.png&#34; width=&#34;360&#34; height=&#34;600&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/05/17/nowplaying-nothing-manor-it-bites.html</link>
      <pubDate>Sat, 17 May 2025 14:59:26 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/05/17/nowplaying-nothing-manor-it-bites.html</guid>
      <description>&lt;p&gt;#NowPlaying @ Nothing Manor: It Bites - The Big Lad in the Windmill (1986). I&amp;rsquo;d been listening to Francis Dunnery for years before I found his previous #ProgRock #ProgPop band. You&amp;rsquo;ve never heard prog like this and it&amp;rsquo;s excellent! #music #progressive #80s &lt;a href=&#34;https://www.youtube.com/watch?v=LxXymUg8Gio&amp;amp;list=PLOOy3kEy1Z9aZWatZqw3m3vcxDE7mZjUj&#34;&gt;www.youtube.com/watch&lt;/a&gt;&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/f1acd2e1d4.png&#34; width=&#34;365&#34; height=&#34;600&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/05/16/the-canadian-progrock-band-rush.html</link>
      <pubDate>Fri, 16 May 2025 16:02:44 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/05/16/the-canadian-progrock-band-rush.html</guid>
      <description>&lt;p&gt;The Canadian #ProgRock band #Rush has been one of my favorite bands period. I also adore the art of #animation. In 1985 the two came together in an animated short broadcast on Canadian TV that year. Now you can watch it. It&amp;rsquo;s not great, but the music is. #music #scifi #TV &lt;a href=&#34;https://www.youtube.com/watch?v=-8I_VgWI_xs&#34;&gt;www.youtube.com/watch&lt;/a&gt;&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/05/16/nowplaying-nothing-manor-lari-basilio.html</link>
      <pubDate>Fri, 16 May 2025 09:48:48 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/05/16/nowplaying-nothing-manor-lari-basilio.html</guid>
      <description>&lt;p&gt;#NowPlaying @ Nothing Manor: Lari Basilio - Redemption (2025). She has her own sound, to be sure, but if you&amp;rsquo;ve never heard her work think of a mix of Eric Johnson&amp;rsquo;s melodiousness and Joe Satriani&amp;rsquo;s crunchy vibes. Great guitarist. #music #rock #instrumental &lt;a href=&#34;https://youtu.be/C2eTZr25hps&#34;&gt;youtu.be/C2eTZr25h&amp;hellip;&lt;/a&gt;&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/9b53d634a3.png&#34; width=&#34;365&#34; height=&#34;600&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/05/16/nowplaying-nothing-manor-magic-pie.html</link>
      <pubDate>Fri, 16 May 2025 09:07:00 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/05/16/nowplaying-nothing-manor-magic-pie.html</guid>
      <description>&lt;p&gt;#NowPlaying @ Nothing Manor: Magic Pie - Maestro (2025). I may be a progger, but I&amp;rsquo;m not familiar with the Norwegian #ProgRock band Magic Pie. This is their sixth album and in typical prog fashion opens with an 18 minute epic! Dig in!! #music #prog &lt;a href=&#34;https://youtube.com/playlist?list=OLAK5uy_nfvmJROQ73hNuCYyKD7CfChfRAs85Y-F8&amp;amp;si=YO19NM8Dio12UD7V&#34;&gt;youtube.com/playlist&lt;/a&gt;&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/26984f8566.png&#34; width=&#34;365&#34; height=&#34;600&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/05/15/nowplaying-nothing-manor-rush-vapor.html</link>
      <pubDate>Thu, 15 May 2025 11:39:25 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/05/15/nowplaying-nothing-manor-rush-vapor.html</guid>
      <description>&lt;p&gt;#NowPlaying @ Nothing Manor: Rush - Vapor Trails (2002). Always Rush, but ever the musical chameleons, the trio that sounds like a five-piece electrifies with a darker, heavier exploration of Neil&amp;rsquo;s compelling lyrical stories. #music #progrock #hardrock &lt;a href=&#34;https://www.youtube.com/watch?v=eiDvUKDsP1g&amp;amp;list=PLF-LiKcpokPniWSrXGSUP7DKKQ4uEu_n2&#34;&gt;www.youtube.com/watch&lt;/a&gt;&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/2b911e35c3.png&#34; width=&#34;365&#34; height=&#34;600&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/05/15/nowplaying-nothing-manor-sting-the.html</link>
      <pubDate>Thu, 15 May 2025 11:07:45 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/05/15/nowplaying-nothing-manor-sting-the.html</guid>
      <description>&lt;p&gt;#NowPlaying @ Nothing Manor: Sting - The Dream of the Blue Turtles (1985). Saw Sting on tour for this album and was blown away by his drummer, the amazing Omar Hakim. Fantastically textured album. #music #80s #pop #altpop &lt;a href=&#34;https://www.youtube.com/watch?v=d8ZLqnfvoYQ&amp;amp;list=OLAK5uy_mfEm2fXGyElgc4cy1i9ZeCzEsTUCGObSU&#34;&gt;www.youtube.com/watch&lt;/a&gt;&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/cf7915807b.png&#34; width=&#34;365&#34; height=&#34;600&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/05/14/nowplaying-nothing-manor-sting-ten.html</link>
      <pubDate>Wed, 14 May 2025 14:27:41 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/05/14/nowplaying-nothing-manor-sting-ten.html</guid>
      <description>&lt;p&gt;#NowPlaying @ Nothing Manor: Sting - Ten Summoners Tales (1993). I saw #ThePolice play one of their last shows and #Sting on his The Dream of the Blue Turtles tour. Just great music.  This time with the amazing Vinnie Colaiuta on drums. #music #pop #90s &lt;a href=&#34;https://www.youtube.com/watch?v=3QFmeMlz808&amp;amp;list=OLAK5uy_nueW7o0h9BVWfu4DQAA5RFAJOGWxMADzg&#34;&gt;www.youtube.com/watch&lt;/a&gt;&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/c737fda484.png&#34; width=&#34;365&#34; height=&#34;600&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/05/13/nowplaying-nothing-manor-counting-crows.html</link>
      <pubDate>Tue, 13 May 2025 08:57:13 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/05/13/nowplaying-nothing-manor-counting-crows.html</guid>
      <description>&lt;p&gt;#NowPlaying @ Nothing Manor: Counting Crows - Butter Miracle, The Complete Sweets! (2025). Yes, a new Crows album. It&amp;rsquo;s been a while. I wasn&amp;rsquo;t much of a Crows listener, so I don&amp;rsquo;t have a lot to say, but its mostly good so far. #music #rock &lt;a href=&#34;https://youtube.com/playlist?list=PL6n7xOfvov7BqagRRapQIrwcOA2O503sY&amp;amp;si=pfxoeqIQCf6bwWOF&#34;&gt;youtube.com/playlist&lt;/a&gt;&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/855b2c390c.png&#34; width=&#34;365&#34; height=&#34;600&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/05/11/nowplaying-live-nothing-manor-steely.html</link>
      <pubDate>Sun, 11 May 2025 17:56:50 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/05/11/nowplaying-live-nothing-manor-steely.html</guid>
      <description>&lt;p&gt;#NowPlaying #Live @ Nothing Manor: Steely Dan - Live at London&amp;rsquo;s Hammersmith Apollo (2009). Dan Belcher is an appropriately named Dan Fan. He personally remasters old Dan shows out of love. This is a newly released soundboard recording. #music #steelydan &lt;a href=&#34;https://www.youtube.com/watch?v=6guWRanokw8&#34;&gt;www.youtube.com/watch&lt;/a&gt;&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/97c979d508.png&#34; width=&#34;403&#34; height=&#34;600&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/05/11/nowplaying-nothing-manor-irakere-live.html</link>
      <pubDate>Sun, 11 May 2025 16:52:39 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/05/11/nowplaying-nothing-manor-irakere-live.html</guid>
      <description>&lt;p&gt;#NowPlaying @ Nothing Manor: Irakere - Live at Ronnie Scotts (1993). The wife just turned me on to these astonishing peeps. Formed in &amp;lsquo;75 the band blends #AfroCubanJazz and other regional musical traditions with #rock &amp;amp; #funk and clearly jam. #music #jazz #jazzfusion &lt;a href=&#34;https://www.youtube.com/playlist?list=OLAK5uy_nsPppOSQ0kj-k6dzFEbaX9wxzXbT4YF6E&amp;amp;playnext=1&amp;amp;index=1&#34;&gt;www.youtube.com/playlist&lt;/a&gt;&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/e4f508b4a8.png&#34; width=&#34;365&#34; height=&#34;600&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/05/10/nowplaying-nothing-manor-thomas-dolby.html</link>
      <pubDate>Sat, 10 May 2025 09:32:07 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/05/10/nowplaying-nothing-manor-thomas-dolby.html</guid>
      <description>&lt;p&gt;#NowPlaying @ Nothing Manor: Thomas Dolby - The Golden Age of Wireless (1982). Hot take here, but I think Dolby was peak electronica of the #NewWave era. Still great music to this day. #music #80s #KROQ #electronicmusic #synth &lt;a href=&#34;https://youtube.com/playlist?list=OLAK5uy_mGrbR_JUkZMllfZr3S18gkpAdKyxEqe-k&amp;amp;si=CrgeR4q8KCMc0Xtp&#34;&gt;youtube.com/playlist&lt;/a&gt;&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/a6004237ee.png&#34; width=&#34;474&#34; height=&#34;565&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/05/05/nowplaying-nothing-manor-talking-heads.html</link>
      <pubDate>Mon, 05 May 2025 16:09:06 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/05/05/nowplaying-nothing-manor-talking-heads.html</guid>
      <description>&lt;p&gt;#NowPlaying @ Nothing Manor: Talking Heads - Speaking in Tongues (1983). This disc was on my turntable more than most after it dropped. Many artists of the time sounded like the 80&amp;rsquo;s. The Heads did not and still sound fresh. #music #80s #KROQ &lt;a href=&#34;https://www.youtube.com/watch?v=bgJ-hyzl6jg&amp;amp;list=PLI6kLIhBBwmRbnqlgavxfzIinIkHoNbG6&#34;&gt;www.youtube.com/watch&lt;/a&gt;&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/d97ac9a73b.png&#34; width=&#34;474&#34; height=&#34;565&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/05/05/nowplaying-nothing-manor-squeeze-babylon.html</link>
      <pubDate>Mon, 05 May 2025 10:23:01 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/05/05/nowplaying-nothing-manor-squeeze-babylon.html</guid>
      <description>&lt;p&gt;#NowPlaying @ Nothing Manor: Squeeze - Babylon and On (1987). Their 8th studio album was also their break into the US market with top 40 hits Hourglass and 853-5937, but the band started in the UK in the 70&amp;rsquo;s with infectious #pop grooves. #music #80s #KROQ #NewWave &lt;a href=&#34;https://youtube.com/playlist?list=OLAK5uy_mMeeuw2ihfn_pH4ccAwGsql03mmhEqISI&amp;amp;si=fewMvsWFL8cod7jH&#34;&gt;youtube.com/playlist&lt;/a&gt;&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/bbf399c479.png&#34; width=&#34;474&#34; height=&#34;565&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/05/05/nowplaying-nothing-manor-the-smiths.html</link>
      <pubDate>Mon, 05 May 2025 09:59:45 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/05/05/nowplaying-nothing-manor-the-smiths.html</guid>
      <description>&lt;p&gt;#NowPlaying @ Nothing Manor: The Smiths - The Queen is Dead (1986). Morrissey has turned out to be quite the knob, but the band itself was hugely influential in the #IndiePop, #PostPunk, #AltRock scene regularly charting with single after single. #music #80s #KROQ &lt;a href=&#34;https://www.youtube.com/watch?v=D5cZ-oLVJzY&amp;amp;list=OLAK5uy_klS8Pn413KiwpcfIJpyE2aghZDLqAE-dY&#34;&gt;www.youtube.com/watch&lt;/a&gt;&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/1fa02d5115.png&#34; width=&#34;474&#34; height=&#34;565&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/05/04/nowplaying-nothing-manor-simple-minds.html</link>
      <pubDate>Sun, 04 May 2025 20:08:07 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/05/04/nowplaying-nothing-manor-simple-minds.html</guid>
      <description>&lt;p&gt;#NowPlaying @ Nothing Manor: Simple Minds - Once Upon a Time (1985). I may not recall correctly, but I have a feeling that this is one of the few albums ever released where every single track got regular radio time. #music #altrock #StadiumRock #80s #KROQ &lt;a href=&#34;https://youtube.com/playlist?list=PLiaAut-7Gn2RBRJvyhrQu5od2dN41PIr8&amp;amp;si=KxwvXD2OvKfGkKg7&#34;&gt;youtube.com/playlist&lt;/a&gt;&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/e6e07c9c9e.png&#34; width=&#34;474&#34; height=&#34;565&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/05/04/nowplaying-nothing-manor-rem-murmur.html</link>
      <pubDate>Sun, 04 May 2025 09:59:23 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/05/04/nowplaying-nothing-manor-rem-murmur.html</guid>
      <description>&lt;p&gt;#NowPlaying @ Nothing Manor: R.E.M. - Murmur (1983). I had this album on heavy rotation for months after its release. To this day &amp;ldquo;9-9&amp;rdquo; remains my favorite track. For &amp;lsquo;83 it was a very unique sound. #music #altrock #KROQ #80s &lt;a href=&#34;https://www.youtube.com/watch?v=s7o7BACnGnY&amp;amp;list=OLAK5uy_nfDWuoaK2AVixLJRM8M0IMHoUG2NpVlps&#34;&gt;www.youtube.com/watch&lt;/a&gt;&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/008a893089.png&#34; width=&#34;474&#34; height=&#34;565&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/05/04/nowplaying-nothing-manor-pete-townshend.html</link>
      <pubDate>Sun, 04 May 2025 09:25:18 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/05/04/nowplaying-nothing-manor-pete-townshend.html</guid>
      <description>&lt;p&gt;#NowPlaying @ Nothing Manor: Pete Townshend - White City: A Novel (1985). A concept album about a low-income housing estate in West London and the hard lives people lived there, it also had anti-Apartheid vibes, salient to the times. #music #80s #rock &lt;a href=&#34;https://www.youtube.com/watch?v=V4bD9w61Fs0&amp;amp;list=OLAK5uy_nGoUtfDtuc0PGZHOurD14WcxvgRFy-mNY&#34;&gt;www.youtube.com/watch&lt;/a&gt;&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/79681403fc.png&#34; width=&#34;474&#34; height=&#34;565&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/05/03/nowplaying-nothing-manor-mr-mister.html</link>
      <pubDate>Sat, 03 May 2025 10:38:55 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/05/03/nowplaying-nothing-manor-mr-mister.html</guid>
      <description>&lt;p&gt;#NowPlaying @ Nothing Manor: Mr. Mister - Pull Expanded Edition (1989-2010). Recorded in from 1989 to 1990, the band&amp;rsquo;s fourth album was rejected by RCA and shelved until Richard Page got the rights back. It&amp;rsquo;s a must-have album. #music #pop #progpop #poprock &lt;a href=&#34;https://youtube.com/playlist?list=OLAK5uy_kKKrFfE7nO4eM7XJP92hV90JLtQ2cw05c&amp;amp;si=Bcv_nvQUn5eJnFt9&#34;&gt;youtube.com/playlist&lt;/a&gt;&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/53ee04765b.png&#34; width=&#34;474&#34; height=&#34;565&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/05/03/one-of-the-most-unique.html</link>
      <pubDate>Sat, 03 May 2025 09:38:57 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/05/03/one-of-the-most-unique.html</guid>
      <description>&lt;p&gt;One of the most unique and original #music videos I&amp;rsquo;ve seen in some time, at least since MUTEMATH&amp;rsquo;s Blood Pressure. I don&amp;rsquo;t count Ok Go, as they&amp;rsquo;re in a different class entirely. Fascinating music, as well. #BenCaplan #rock #pianorock &lt;a href=&#34;https://www.youtube.com/watch?v=FRD0W2-tr64&#34;&gt;www.youtube.com/watch&lt;/a&gt;&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/05/02/nowplaying-nothing-manor-midnight-oil.html</link>
      <pubDate>Fri, 02 May 2025 14:23:14 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/05/02/nowplaying-nothing-manor-midnight-oil.html</guid>
      <description>&lt;p&gt;#NowPlaying @ Nothing Manor: Midnight Oil - Red Sails in the Sunset (1984). IIRC the Oils broke into the US radio market with three tracks from this album and would set them up for their next release that would become a blockbuster. Great band! #music #KROQ &lt;a href=&#34;https://www.youtube.com/watch?v=BSVioOtNH4Y&amp;amp;list=OLAK5uy_mrqO4pPFuus7u9F0ThXFx0_jdn8yn4NR8&#34;&gt;www.youtube.com/watch&lt;/a&gt;&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/23e6bd3290.png&#34; width=&#34;474&#34; height=&#34;565&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/05/02/ok-i-didnt-expect-this.html</link>
      <pubDate>Fri, 02 May 2025 13:38:45 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/05/02/ok-i-didnt-expect-this.html</guid>
      <description>&lt;p&gt;Ok. I didn&amp;rsquo;t expect this&amp;hellip; Some context: I have a group of friends I chat with on #Matrix and I&amp;rsquo;d shared that I was wanting to replace my #AppleWatch with a #RePebble Core 2  Duo, so one of my pals had #AI generate this song for me. #music #shenanigans #funny &lt;a href=&#34;https://suno.com/s/mcvmVRWMqELSBBQ0&#34;&gt;suno.com/s/mcvmVRW&amp;hellip;&lt;/a&gt;&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/05/02/nowplaying-nothing-manor-joe-jackson.html</link>
      <pubDate>Fri, 02 May 2025 13:20:57 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/05/02/nowplaying-nothing-manor-joe-jackson.html</guid>
      <description>&lt;p&gt;#NowPlaying @ Nothing Manor: Joe Jackson - Look Sharp! (1979). Several tracks from this #PopRock masterpiece graced the airwaves on release and well into the 80&amp;rsquo;s. Younger peeps challenge: How many songs do you recognize? #music #80s #KROQ &lt;a href=&#34;https://www.youtube.com/watch?v=ho4UCY-18ww&amp;amp;list=PLfGibfZATlGpfR0phfT0qDCgorJabRIpW&#34;&gt;www.youtube.com/watch&lt;/a&gt;&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/8fcf5547a3.png&#34; width=&#34;474&#34; height=&#34;565&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/05/02/nowplaying-nothing-manor-the-english.html</link>
      <pubDate>Fri, 02 May 2025 11:01:27 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/05/02/nowplaying-nothing-manor-the-english.html</guid>
      <description>&lt;p&gt;#NowPlaying @ Nothing Manor: The English Beat - Special Beat Service Expanded 2012 Remaster (1982). I don&amp;rsquo;t recall if it was my first tape, but it&amp;rsquo;s the first I think of when reminiscing. I&amp;rsquo;ll never forget Rankin&#39; Roger and Pato Banton. #music #ska #KROQ &lt;a href=&#34;https://youtube.com/playlist?list=OLAK5uy_mr4CFJeZW6r8di0dWmw3z7ePaXppNQBG8&amp;amp;si=23hDAbCR0elMm9SI&#34;&gt;youtube.com/playlist&lt;/a&gt;&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/b5764c7b5e.png&#34; width=&#34;474&#34; height=&#34;565&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/05/02/wow-just-holy-freakin-wow.html</link>
      <pubDate>Fri, 02 May 2025 10:37:05 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/05/02/wow-just-holy-freakin-wow.html</guid>
      <description>&lt;p&gt;Wow! Just holy freakin&#39; WOW!! #music #radiohead #creep #covers &lt;a href=&#34;https://kottke.org/25/05/is-this-the-best-cover-of-radioheads-creep&#34;&gt;kottke.org/25/05/is-&amp;hellip;&lt;/a&gt;&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/05/02/nowplaying-nothing-manor-oingo-boingo.html</link>
      <pubDate>Fri, 02 May 2025 10:01:48 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/05/02/nowplaying-nothing-manor-oingo-boingo.html</guid>
      <description>&lt;p&gt;#NowPlaying @ Nothing Manor: Oingo Boingo - Nothing to Fear (1982). Likely one of the most quintessential 80&amp;rsquo;s &amp;ldquo;New Wave&amp;rdquo; bands of all time that didn&amp;rsquo;t get global reach beyond a few big hits like Weird Science. Amazing musicians. #music #80s #KROQ &lt;a href=&#34;https://www.youtube.com/watch?v=IuBWl8GboYM&amp;amp;list=PLaBzS-pGm6DjJsfRSl8wkHMa2Q9ZswfXV&#34;&gt;www.youtube.com/watch&lt;/a&gt;&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/cc9325f201.png&#34; width=&#34;474&#34; height=&#34;565&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/04/28/nowplaying-nothing-manor-simple-minds.html</link>
      <pubDate>Mon, 28 Apr 2025 10:41:04 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/04/28/nowplaying-nothing-manor-simple-minds.html</guid>
      <description>&lt;p&gt;#NowPlaying @ Nothing Manor: Simple Minds - Live in the City of Diamonds (2025). Formed in 1977, this Scottish #ArenaRock #ArtRock band has been plowing along for nearly 50 years now, and still sounds fantastic! #music #live #simpleminds &lt;a href=&#34;https://www.youtube.com/watch?v=zCpP2zDPY6Q&amp;amp;list=PLSpBGpNWr93CZ8aIsl6B0nLRna-2pK1dx&#34;&gt;www.youtube.com/watch&lt;/a&gt;&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/303f1db1c7.png&#34; width=&#34;474&#34; height=&#34;565&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/04/22/whether-you-recognize-the-name.html</link>
      <pubDate>Tue, 22 Apr 2025 12:54:47 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/04/22/whether-you-recognize-the-name.html</guid>
      <description>&lt;p&gt;Whether you recognize the name #KevinGilbert or the band #ToyMatinee or not, this is a fantastic discussion among the members of that band that made that one album that makes an impression on anyone who listens. Sadly, we lost Kevin far, far too early. #music #progressivepop &lt;a href=&#34;https://www.youtube.com/watch?v=muP89_B3q9E&#34;&gt;www.youtube.com/watch&lt;/a&gt;&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/04/14/wow-so-sad-jed-the.html</link>
      <pubDate>Mon, 14 Apr 2025 14:19:45 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/04/14/wow-so-sad-jed-the.html</guid>
      <description>&lt;p&gt;Wow! So sad :( Jed &amp;ldquo;The Fish&amp;rdquo; Gould, one of the most influential DJs of #KROQ 106.7 FM originally broadcasting from Pasadena, CA., has died of lung #cancer at age 69. I grew up in Pasadena and had lunch with Jed once. He will be missed. #radio #music &lt;a href=&#34;https://patch.com/california/los-angeles/jed-fish-gould-dead-69-beloved-dj-rocked-socal-decades&#34;&gt;patch.com/californi&amp;hellip;&lt;/a&gt;&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/04/12/nowplaying-nothing-manor-spin-doctors.html</link>
      <pubDate>Sat, 12 Apr 2025 19:10:43 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/04/12/nowplaying-nothing-manor-spin-doctors.html</guid>
      <description>&lt;p&gt;#NowPlaying @ Nothing Manor: Spin Doctors - Face Full of Cake (2025). Not on my new releases bingo card, but here it is. First new album from the doctors of spin in 12 years. While it still has their salacious charm, it sounds more subdued. Age, I guess. #music #jambands &lt;a href=&#34;https://youtube.com/playlist?list=OLAK5uy_nN7CiwgWJqJuad1u0T6ZgZ8YyrZoNeM4U&amp;amp;si=51PnmJCFOBnBmkqJ&#34;&gt;youtube.com/playlist&lt;/a&gt;&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/4b63b8fea3.png&#34; width=&#34;474&#34; height=&#34;565&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/04/03/nowplaying-nothing-manor-lee-ritenour.html</link>
      <pubDate>Thu, 03 Apr 2025 18:26:16 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/04/03/nowplaying-nothing-manor-lee-ritenour.html</guid>
      <description>&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/58aae9f29f.jpg&#34;&gt;
&lt;p&gt;#NowPlaying @ Nothing Manor: Lee Ritenour &amp;amp; Mike Stern w/ The Freeway Band Live at Blue Note Tokyo (2011). John Beasley on keys, Melvin Lee Davis on bass, and the incomparable Simon Phillips on the drums with an epic solo at around 54 minutes. #music #jazz #jazzfusion &lt;a href=&#34;https://www.youtube.com/watch?v=H8EH3sxS86k&#34;&gt;www.youtube.com/watch&lt;/a&gt;&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/03/30/nowplaying-nothing-manor-toy-matinee.html</link>
      <pubDate>Sun, 30 Mar 2025 19:56:40 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/03/30/nowplaying-nothing-manor-toy-matinee.html</guid>
      <description>&lt;p&gt;#NowPlaying @ Nothing Manor: Toy Matinee (1990). Patrick Leonard &amp;amp; Guy Pratt formed a band &amp;amp; invited #KevinGilbert to join them on vocals, with Pat &amp;amp; Kevin writing most of the songs &amp;amp; Guy contributing to half. One of the best #pop albums ever. #music &lt;a href=&#34;https://www.youtube.com/watch?v=dMhr44b4Iqk&amp;amp;list=PLvFOTOUy3zGcb4T2ghry5caVDxwDfJAPT&#34;&gt;www.youtube.com/watch&lt;/a&gt;&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/6dbfefed52.png&#34; width=&#34;474&#34; height=&#34;565&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/03/30/nowplaying-nothing-manor-envy-of.html</link>
      <pubDate>Sun, 30 Mar 2025 10:46:47 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/03/30/nowplaying-nothing-manor-envy-of.html</guid>
      <description>&lt;p&gt;#NowPlaying @ Nothing Manor: Envy of None - Stygian Wavz (2025). Alex Lifeson. Sounding nothing like the legendary band #Rush, this sophomore release from EON is melancholic and exhilarating. #music #synthpop #progpop #poprock &lt;a href=&#34;https://youtube.com/playlist?list=OLAK5uy_np4CXuVrzSuUK2gaJljMkzGj0PD1iV4Cs&amp;amp;si=JJnX9cNI43gaMDK2&#34;&gt;youtube.com/playlist&lt;/a&gt;&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/29f3e20a68.png&#34; width=&#34;474&#34; height=&#34;565&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/03/30/nowplaying-nothing-manor-pure-reason.html</link>
      <pubDate>Sun, 30 Mar 2025 10:16:45 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/03/30/nowplaying-nothing-manor-pure-reason.html</guid>
      <description>&lt;p&gt;#NowPlaying @ Nothing Manor: Pure Reason Revolution - Coming Up To Consciousness Deluxe (2025). Just wow! This British #ProgRock, #AltProg, #ArtRock, #NeoProg band formed back in 2003 and I&amp;rsquo;m just hearing about them. #music &lt;a href=&#34;https://www.youtube.com/watch?v=PEQrHqZS0A0&amp;amp;list=OLAK5uy_kR1ArUxCYpBvOLwS7D2toH8UtlEd0uAbI&#34;&gt;www.youtube.com/watch&lt;/a&gt;&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/888c77eee3.png&#34; width=&#34;474&#34; height=&#34;565&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/03/30/094646.html</link>
      <pubDate>Sun, 30 Mar 2025 09:46:46 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/03/30/094646.html</guid>
      <description>&lt;p&gt;#NowPlaying @ Nothing Manor: Death Cab for Cutie - Kintsugi (2015). Following the departure of OG guitarist Chris Walla, Ben Gibbard would remake DCfC like the Japanese artform of repairing broken pottery with gold known as Kintsugi. #music #altrock &lt;a href=&#34;https://www.youtube.com/watch?v=r2CaT3stL7U&amp;amp;list=OLAK5uy_mG8xIkhfSrwEaRgHdhVsdMrObw54MlEeQ&#34;&gt;www.youtube.com/watch&lt;/a&gt;&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/c8ceda2dbe.png&#34; width=&#34;474&#34; height=&#34;565&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/03/30/nowplaying-nothing-manor-death-cab.html</link>
      <pubDate>Sun, 30 Mar 2025 09:08:22 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/03/30/nowplaying-nothing-manor-death-cab.html</guid>
      <description>&lt;p&gt;#NowPlaying @ Nothing Manor: Death Cab for Cutie - Codes and Keys Deluxe (2011). I found DCfC in 2005 when their Plans album started hitting AAA radio stations and have loved them since. Great album. #music #altrock #collegeradio &lt;a href=&#34;https://www.youtube.com/watch?v=CuXjrTiNEFY&amp;amp;list=PLC80P4gsPr-ZLjueOXIepXLzzdy8cHeSo&#34;&gt;www.youtube.com/watch&lt;/a&gt;&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/7271a0a503.png&#34; width=&#34;474&#34; height=&#34;565&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/03/25/nowplaying-nothing-manor-traffic-john.html</link>
      <pubDate>Tue, 25 Mar 2025 11:37:18 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/03/25/nowplaying-nothing-manor-traffic-john.html</guid>
      <description>&lt;p&gt;#NowPlaying @ Nothing Manor: Traffic - John Barleycorn Must Die (1970 Deluxe Edition). Ironically, Dave Mason had left Traffic again and didn&amp;rsquo;t play on this critically acclaimed record. This is always my go-to Traffic disc, though. #rock #jazz #blues &lt;a href=&#34;https://youtube.com/playlist?list=PLo2aaBamFnLRafMFQ3Zk6RiVOYyrQULWU&amp;amp;si=FJUh6YLz1khvdwIb&#34;&gt;youtube.com/playlist&lt;/a&gt;&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/a6f747841e.png&#34; width=&#34;474&#34; height=&#34;565&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/03/25/nowplaying-nothing-manor-dave-mason.html</link>
      <pubDate>Tue, 25 Mar 2025 11:17:36 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/03/25/nowplaying-nothing-manor-dave-mason.html</guid>
      <description>&lt;p&gt;#NowPlaying @ Nothing Manor: Dave Mason - A Shade of Blues (2025). A founding member of the legendary Traffic, Dave rolls out a new set of killer #blues tracks with some awesome surprises. After this I&amp;rsquo;m going to have to put on John Barleycorn Must Die. #music #rock &lt;a href=&#34;https://youtube.com/playlist?list=PLz98AzA9AolgOIPA34YssVC63roJ0Wlp4&amp;amp;si=rAJGUYDlj50ZTR0p&#34;&gt;youtube.com/playlist&lt;/a&gt;&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/190a8588ce.png&#34; width=&#34;474&#34; height=&#34;565&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/03/25/nowplaying-nothing-manor-the-smithereens.html</link>
      <pubDate>Tue, 25 Mar 2025 10:55:32 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/03/25/nowplaying-nothing-manor-the-smithereens.html</guid>
      <description>&lt;p&gt;#NowPlaying @ Nothing Manor: The Smithereens - 2011 (2025 rerelease). The bands first album of new material since 1999 was well received by critics and fans. Then Pat died in 2017, but they continue to rock on. A new album is coming soon, too. RIP Pat! #music #powerpop &lt;a href=&#34;https://youtube.com/playlist?list=PLB52E2522AAFF895A&amp;amp;si=bs8fSnyVByUAz_td&#34;&gt;youtube.com/playlist&lt;/a&gt;&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/d9bcc9d009.png&#34; width=&#34;474&#34; height=&#34;565&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/03/24/nowplaying-nothing-manor-tower-of.html</link>
      <pubDate>Mon, 24 Mar 2025 13:46:35 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/03/24/nowplaying-nothing-manor-tower-of.html</guid>
      <description>&lt;p&gt;#NowPlaying @ Nothing Manor: Tower of Power - 50 Years of Funk &amp;amp; Soul: Live at the Fox Theater (2018). This show is T-I-G-H-T!! I cannot name all the amazing performers, so be sure to look them up on Wikipedia. #music #funk #soul &lt;a href=&#34;https://www.youtube.com/watch?v=CVbeMyQaH1Q&amp;amp;pp=ygUXdG93ZXIgb2YgcG93ZXIgNTAgeWVhcnM%3D&#34;&gt;www.youtube.com/watch&lt;/a&gt;&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/7696098b71.jpg&#34; width=&#34;600&#34; height=&#34;450&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/03/22/nowplaying-nothing-manor-steve-miller.html</link>
      <pubDate>Sat, 22 Mar 2025 10:31:34 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/03/22/nowplaying-nothing-manor-steve-miller.html</guid>
      <description>&lt;p&gt;#NowPlaying @ Nothing Manor: Steve Miller Band - Austin City Limits (2011 or 2012&amp;hellip; maybe). The Space Cowboy is still touring today, at the young age of 81. The visuals are 360p, but it&amp;rsquo;s more than good enough. Great show. #music #rock #blues &lt;a href=&#34;https://www.youtube.com/watch?v=Z2K0JcsfMBI&#34;&gt;www.youtube.com/watch&lt;/a&gt;&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/d9b378cf9f.jpg&#34; width=&#34;600&#34; height=&#34;450&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/03/19/a-friend-just-let-me.html</link>
      <pubDate>Wed, 19 Mar 2025 13:13:04 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/03/19/a-friend-just-let-me.html</guid>
      <description>&lt;p&gt;A friend just let me know that Danny Peart, Neil&amp;rsquo;s brother, has passed away from the same Glioblastoma brain cancer that Neil lost his battle with in 2020. Neil&amp;rsquo;s passing broke me for months. Rush is a critical part of who I am. #music #news #writing #FuckCancer #Rush &lt;a href=&#34;https://faroutmagazine.co.uk/neil-peart-brother-dies-same-cancer-rush-drummer/&#34;&gt;faroutmagazine.co.uk/neil-pear&amp;hellip;&lt;/a&gt;&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/03/18/la-is-my-hometown-the.html</link>
      <pubDate>Tue, 18 Mar 2025 21:53:53 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/03/18/la-is-my-hometown-the.html</guid>
      <description>&lt;p&gt;LA is my hometown. The #Capitalism segment of #Hollywood is dwarfed by the creatives who make the media we love. They should be paid and not replaced by #AI. Now watch Mikey&amp;rsquo;s video about the sign. #film #TV #animation #music &lt;a href=&#34;https://www.youtube.com/watch?v=4U_3vq9g6VI&#34;&gt;www.youtube.com/watch&lt;/a&gt;&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/03/18/nowplaying-nothing-manor-semisonic-feeling.html</link>
      <pubDate>Tue, 18 Mar 2025 19:20:12 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/03/18/nowplaying-nothing-manor-semisonic-feeling.html</guid>
      <description>&lt;p&gt;#NowPlaying @ Nothing Manor: Semisonic - Feeling Strangely Fine 20th Anniversary Edition (1998). The first track absolutely killed it on the year of release, and remains an anthem decades later. The rest of the album is just as good. #music #rock #powerpop &lt;a href=&#34;https://youtube.com/playlist?list=OLAK5uy_kfRpsWXTVtZEcJc2JWqlCrSDfE-Ee6dEA&amp;amp;si=SFwdzA2ANuqxlLiT&#34;&gt;youtube.com/playlist&lt;/a&gt;&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/3b543f11ac.png&#34; width=&#34;474&#34; height=&#34;565&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/03/18/nowplaying-nothing-manor-semisonic-great.html</link>
      <pubDate>Tue, 18 Mar 2025 12:40:19 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/03/18/nowplaying-nothing-manor-semisonic-great.html</guid>
      <description>&lt;p&gt;#NowPlaying @ Nothing Manor: Semisonic - Great Divide (1996). This is a great album, full stop. A unique blend of pop vocals, power pop sensibilities, and driving, raw distorted guitars, it gets you from the first track. #music #semisonic #powerpop #rock &lt;a href=&#34;https://youtube.com/playlist?list=PLf8bzBnuvKle-aAPSxAA7eFLphS35MA_5&amp;amp;si=4bmEexBE4FPRf7Zf&#34;&gt;youtube.com/playlist&lt;/a&gt;&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/f91adac9e9.png&#34; width=&#34;474&#34; height=&#34;565&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/03/18/nowplaying-nothing-manor-semisonic-pleasure.html</link>
      <pubDate>Tue, 18 Mar 2025 11:55:51 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/03/18/nowplaying-nothing-manor-semisonic-pleasure.html</guid>
      <description>&lt;p&gt;#NowPlaying @ Nothing Manor: Semisonic - Pleasure EP (1995). Dan Wilson is a subtle genius, an accomplished record producer, and a monster on the guitar most people know for the perpetual anthem &amp;ldquo;Closing Time&amp;rdquo;. &amp;ldquo;In The Veins&amp;rdquo; is a hard punk banger. #music #powerpop &lt;a href=&#34;https://youtube.com/playlist?list=OLAK5uy_l-L2JyGJPJt3x-1KHl_HKVT81XHFbGkWs&amp;amp;si=nYjHVaV9U5JsRjTP&#34;&gt;youtube.com/playlist&lt;/a&gt;&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/ab22ea4a81.png&#34; width=&#34;474&#34; height=&#34;565&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/03/17/nowplaying-nothing-manor-live-from.html</link>
      <pubDate>Mon, 17 Mar 2025 12:38:34 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/03/17/nowplaying-nothing-manor-live-from.html</guid>
      <description>&lt;p&gt;#NowPlaying @ Nothing Manor: Live from Daryl&amp;rsquo;s House - Howard Jones (2024). This analog version of Howard&amp;rsquo;s What Is Love is a 5-alarm fire, but do watch the entire playlist. I&amp;rsquo;m In a Philly Mood is glorious as a finisher! #music #pop #soul &lt;a href=&#34;https://www.youtube.com/playlist?list=PLINSQGXREtvdQSlQ8xUqyOrdl7mRPUdOE&#34;&gt;www.youtube.com/playlist&lt;/a&gt;&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/388576dba7.jpg&#34; width=&#34;600&#34; height=&#34;337&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/03/16/does-your-git-up-n.html</link>
      <pubDate>Sun, 16 Mar 2025 17:29:57 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/03/16/does-your-git-up-n.html</guid>
      <description>&lt;p&gt;Does your git up n&#39; go need #Goose? I&amp;rsquo;ve been jamming to this January 6th show streaming live on #YouTube for an hour and a half and it&amp;rsquo;s only half way through! #music #NowPlaying #JamBands &lt;a href=&#34;https://www.youtube.com/watch?v=BQSavJ-sULs&#34;&gt;www.youtube.com/watch&lt;/a&gt;&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/740e0c6fff.jpg&#34; width=&#34;600&#34; height=&#34;352&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/03/15/nowplaying-nothing-manor-jerry-harrison.html</link>
      <pubDate>Sat, 15 Mar 2025 14:24:01 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/03/15/nowplaying-nothing-manor-jerry-harrison.html</guid>
      <description>&lt;p&gt;#NowPlaying @ Nothing Manor: Jerry Harrison &amp;amp; Adrian Belew - Remain in Light Live (2024). Fan shot from a single camera with moderately good stereo sound, this is most of the album, additional tracks, and even a cover of Thela Hun Ginjeet. #music #livemusic &lt;a href=&#34;https://www.youtube.com/watch?v=7w3srlMKdSU&#34;&gt;www.youtube.com/watch&lt;/a&gt;&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/429a1171ed.jpg&#34; width=&#34;600&#34; height=&#34;150&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/03/11/the-wife-and-i-have.html</link>
      <pubDate>Tue, 11 Mar 2025 09:35:12 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/03/11/the-wife-and-i-have.html</guid>
      <description>&lt;p&gt;The wife and I have been seriously diggin&#39; on #Goose of late, and this new-to-us video is a fantastic illustration of their greatness. Bring over the peeps and turn it up, then prepare to grin until it hurts. #music #jambands &lt;a href=&#34;https://www.youtube.com/watch?v=DF2QKZ823HY&#34;&gt;www.youtube.com/watch&lt;/a&gt;&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/03/09/nowplaying-nothing-manor-rush-time.html</link>
      <pubDate>Sun, 09 Mar 2025 15:56:32 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/03/09/nowplaying-nothing-manor-rush-time.html</guid>
      <description>&lt;p&gt;#NowPlaying @ Nothing Manor: Rush Time Machine Live (Cleveland 2011). At some point I&amp;rsquo;ll need to write about #Rush and what they mean to me. For now, just watch the best trio in rock for nearly 3 hours. #music #rock #progrock &lt;a href=&#34;https://youtu.be/a0sbKY0K5as&#34;&gt;youtu.be/a0sbKY0K5&amp;hellip;&lt;/a&gt;&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/29dd57ece0.jpg&#34; width=&#34;600&#34; height=&#34;346&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/03/09/nowplaying-nothing-manor-the-waterboys.html</link>
      <pubDate>Sun, 09 Mar 2025 11:29:11 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/03/09/nowplaying-nothing-manor-the-waterboys.html</guid>
      <description>&lt;p&gt;#NowPlaying @ Nothing Manor: The Waterboys - Fisherman&amp;rsquo;s Blues Collectors Edition (2006 Remaster). The band&amp;rsquo;s fourth album from 1988 produced the best known song from Mike Scott&amp;rsquo;s project, World Party. #music #rock #folkrock &lt;a href=&#34;https://youtube.com/playlist?list=PL6X5MqPZhX07i3oj7-0jNcQrAsYyk552q&amp;amp;si=LpDBt4WrbrmsJORQ&#34;&gt;youtube.com/playlist&lt;/a&gt;&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/1d238c04d6.png&#34; width=&#34;474&#34; height=&#34;565&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/03/08/nowplaying-nothing-manor-dan-wilson.html</link>
      <pubDate>Sat, 08 Mar 2025 12:32:07 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/03/08/nowplaying-nothing-manor-dan-wilson.html</guid>
      <description>&lt;p&gt;#NowPlaying @ Nothing Manor: Dan Wilson - Re-Covered (2017). You know Dan for Closing Time (Semisonic) and songs he&amp;rsquo;s written for artists like Adele, John Legend, Taylor Swift, and more. Here he covers some in his own way. #music #pop #rock &lt;a href=&#34;https://youtube.com/playlist?list=PLNM__tTgM7RbI8PKrrOwySNk4pBfMj83D&amp;amp;si=NwLZYMxxJWsMRJeu&#34;&gt;youtube.com/playlist&lt;/a&gt;&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/f4ae2eb3fd.png&#34; width=&#34;474&#34; height=&#34;565&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/03/08/nowplaying-nothing-manor-charles-bradley.html</link>
      <pubDate>Sat, 08 Mar 2025 11:08:10 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/03/08/nowplaying-nothing-manor-charles-bradley.html</guid>
      <description>&lt;p&gt;#NowPlaying @ Nothing Manor: Charles Bradley Live at WDR&amp;rsquo;s Rockpalast (2013). You can feel every raw ounce of pain from his tragic life and his deep love of 60&amp;rsquo;s #soul and #RandB in every second of his performance. Watch now and revel. #music #livemusic #youtube &lt;a href=&#34;https://youtu.be/u1477zQ4Au0&#34;&gt;youtu.be/u1477zQ4A&amp;hellip;&lt;/a&gt;&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/2fdec82e4a.jpg&#34; width=&#34;600&#34; height=&#34;339&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/03/07/nowplaying-nothing-manor-guns-n.html</link>
      <pubDate>Fri, 07 Mar 2025 20:24:11 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/03/07/nowplaying-nothing-manor-guns-n.html</guid>
      <description>&lt;p&gt;#NowPlaying @ Nothing Manor: Guns N&#39; Roses - Use Your Illusion II (2022 Remaster). I haven&amp;rsquo;t fired up any GNR for at least two decades, and they were hot amongst my pot-smoking pals back in the day. Not sure why I stopped. #music #rock #hardrock &lt;a href=&#34;https://www.youtube.com/playlist?list=PLfS6y9lIweW6xSixUh0MiGy3SvyFymyin&#34;&gt;www.youtube.com/playlist&lt;/a&gt;&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/4bdfc098c1.png&#34; width=&#34;474&#34; height=&#34;565&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/03/07/nowplaying-nothing-manor-jethro-tull.html</link>
      <pubDate>Fri, 07 Mar 2025 13:38:04 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/03/07/nowplaying-nothing-manor-jethro-tull.html</guid>
      <description>&lt;p&gt;#NowPlaying @ Nothing Manor: Jethro Tull - Curious Ruminant (2025). Ian Anderson&amp;rsquo;s Tull and voice have aged poorly over the years, but this is the first new album that feels like real Tull in decades, if a tad muted. #music #progrock #folkrock &lt;a href=&#34;https://www.youtube.com/playlist?list=PLQ-CVuhDkW5LyvXkC3yr6Fa4REzZKzFyp&#34;&gt;www.youtube.com/playlist&lt;/a&gt;&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/a278b2b4c9.png&#34; width=&#34;474&#34; height=&#34;565&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/03/07/nowplaying-nothing-manor-karmakanic-transmutation.html</link>
      <pubDate>Fri, 07 Mar 2025 12:16:25 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/03/07/nowplaying-nothing-manor-karmakanic-transmutation.html</guid>
      <description>&lt;p&gt;#NowPlaying @ Nothing Manor: KARMAKANIC - Transmutation (2025). The first new album from Jonas Reingold&amp;rsquo;s KARMAKANIC in nearly a decade. Features Simon Phillips, Steve Hackett, Nick D&amp;rsquo;Virgilio, and more. #music #prog #progrock #neoprog &lt;a href=&#34;https://www.youtube.com/watch?v=_Az35yv7pFM&#34;&gt;www.youtube.com/watch&lt;/a&gt;&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/3b21be3229.png&#34; width=&#34;474&#34; height=&#34;565&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/03/07/nowplaying-nothing-manor-bob-mould.html</link>
      <pubDate>Fri, 07 Mar 2025 11:23:24 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/03/07/nowplaying-nothing-manor-bob-mould.html</guid>
      <description>&lt;p&gt;#NowPlaying @ Nothing Manor: Bob Mould - Here We Go Crazy (2025). Starting to check out the new releases, and there&amp;rsquo;s new Bob!! YAY!! No full album on YouTube yet, so here&amp;rsquo;s the title track. #music #rock #hardrock &lt;a href=&#34;https://www.youtube.com/watch?v=r9WNAhNrmEM&#34;&gt;www.youtube.com/watch&lt;/a&gt;&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/45911142fe.png&#34; width=&#34;474&#34; height=&#34;565&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/03/05/nowplaying-nothing-manor-descartes-a.html</link>
      <pubDate>Wed, 05 Mar 2025 10:55:36 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/03/05/nowplaying-nothing-manor-descartes-a.html</guid>
      <description>&lt;p&gt;#NowPlaying @ Nothing Manor: Descartes A Kant - Live on KEXP (2024). I get serious DEVO vibes from this band, but they&amp;rsquo;ve created their own sound, and I&amp;rsquo;m diggin&#39; it. Definitely worth 45 minutes of your time. #music #rock #neopunk #DAK &lt;a href=&#34;https://www.youtube.com/watch?v=88An9-G25Ts&#34;&gt;www.youtube.com/watch&lt;/a&gt;&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/6b0e27e518.jpg&#34; width=&#34;600&#34; height=&#34;317&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/03/04/nowplaying-nothing-manor-various-artists.html</link>
      <pubDate>Tue, 04 Mar 2025 23:37:17 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/03/04/nowplaying-nothing-manor-various-artists.html</guid>
      <description>&lt;p&gt;#NowPlaying @ Nothing Manor: Various Artists - Bass Anthology: Vol. 1 (2021). I can&amp;rsquo;t find any info other than it&amp;rsquo;s from France, focuses on bass players, and is only on Apple Music so I made a playlist of what I could find. #music #bass #jazz #funk #soul #blues &lt;a href=&#34;https://www.youtube.com/playlist?list=PLQ-CVuhDkW5IUiRfsKjjB4AIoMU_KN1zD&#34;&gt;www.youtube.com/playlist&lt;/a&gt;&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/bdd409f56e.png&#34; width=&#34;474&#34; height=&#34;565&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/03/04/nowplaying-nothing-manor-lari-basilio.html</link>
      <pubDate>Tue, 04 Mar 2025 17:27:06 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/03/04/nowplaying-nothing-manor-lari-basilio.html</guid>
      <description>&lt;p&gt;#NowPlaying @ Nothing Manor: Lari Basilio - Far More (2019). How many lawyers do you know who can shred like this, and with range like Eric Johnson and does an MJ cover!? Not many, I&amp;rsquo;m guessing. One complaint&amp;hellip; the album is too short! #music #instrumental #rock &lt;a href=&#34;https://www.youtube.com/watch?v=9c2Ny3IN1sA&#34;&gt;www.youtube.com/watch&lt;/a&gt;&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/db2ad3590e.png&#34; width=&#34;474&#34; height=&#34;565&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/03/04/nowplaying-nothing-manor-steely-dan.html</link>
      <pubDate>Tue, 04 Mar 2025 15:16:30 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/03/04/nowplaying-nothing-manor-steely-dan.html</guid>
      <description>&lt;p&gt;#NowPlaying @ Nothing Manor: Steely Dan - Two Against Nature Live @ Sony Studios NYC (2000). As was typical of the era the audio is phenomenal but the video is 4:3 and blurry. Doesn&amp;rsquo;t matter. Still fantastic. Thanks for everything, Walter! #music #jazzrock &lt;a href=&#34;https://www.youtube.com/watch?v=nAoYeKonM7s&#34;&gt;www.youtube.com/watch&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/b9a8ba9a95.png&#34; width=&#34;600&#34; height=&#34;399&#34; alt=&#34;&#34;&gt;&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/c2f554e56a.jpg&#34; width=&#34;600&#34; height=&#34;458&#34; alt=&#34;&#34;&gt;&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/03/04/nowplaying-nothing-manor-simon-phillips.html</link>
      <pubDate>Tue, 04 Mar 2025 13:42:06 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/03/04/nowplaying-nothing-manor-simon-phillips.html</guid>
      <description>&lt;p&gt;#NowPlaying @ Nothing Manor: Simon Phillips - Protocol IV (2017). With Greg Howe on guitar, Ernest Tibbs on bass, and Dennis Hamm on keys. The first I&amp;rsquo;d heard of Simon was on Celtic Run, the sixth track. I&amp;rsquo;ve tucked in fully since. #music #jazz #jazzfusion &lt;a href=&#34;https://www.youtube.com/watch?v=ej7zXxhdn5o&amp;amp;list=PLatlXE4uwf0zoUXYRWReeF6Q3tbiEQnYb&#34;&gt;www.youtube.com/watch&lt;/a&gt;&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/a1a845029f.png&#34; width=&#34;474&#34; height=&#34;565&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/03/04/the-wife-recently-discovered-goose.html</link>
      <pubDate>Tue, 04 Mar 2025 11:32:24 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/03/04/the-wife-recently-discovered-goose.html</guid>
      <description>&lt;p&gt;The wife recently discovered #Goose, an amazing new-ish #JamBand, and we&amp;rsquo;ve been digging into their epic shows. I&amp;rsquo;d read in #Wikipedia that they had a special guest drummer a couple years ago, and found it. Enjoy! #music #rock #muppets &lt;a href=&#34;https://www.youtube.com/watch?v=eth4y7YHfJQ&#34;&gt;www.youtube.com/watch&lt;/a&gt;&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/03/03/nowplaying-nothing-manor-lee-ritenour.html</link>
      <pubDate>Mon, 03 Mar 2025 18:55:19 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/03/03/nowplaying-nothing-manor-lee-ritenour.html</guid>
      <description>&lt;p&gt;#NowPlaying @ Nothing Manor: Lee Ritenour &amp;amp; Mike Stern with The Freeway Band - Live at Blue Note Tokyo (2011). Today is def Simon Phillips day, as he plays drums in this show with John Beasley on keys, and Melvin Davis on bass. #music #jazz #jazzfusion &lt;a href=&#34;https://www.youtube.com/watch?v=H8EH3sxS86k&#34;&gt;www.youtube.com/watch&lt;/a&gt;&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/09c4130660.jpg&#34; width=&#34;600&#34; height=&#34;352&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/03/03/174943.html</link>
      <pubDate>Mon, 03 Mar 2025 18:49:43 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/03/03/174943.html</guid>
      <description>&lt;p&gt;#NowPlaying @ Nothing Manor: Simon Phillips - Protocol III (2015). The third album in the series, featuring the same crew from Protocol II. Narmada bangs right out of the gate, and I&amp;rsquo;m quite fond of Circle Seven. #music #jazzfusion #jazzrock &lt;a href=&#34;https://www.youtube.com/playlist?list=OLAK5uy_keaz9GkppA8bZqEwKaLtNO-vFfG2-5SNE&#34;&gt;www.youtube.com/playlist&lt;/a&gt;&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/81fca5e2ae.png&#34; width=&#34;474&#34; height=&#34;565&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/03/03/153957.html</link>
      <pubDate>Mon, 03 Mar 2025 16:39:57 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/03/03/153957.html</guid>
      <description>&lt;p&gt;#NowPlaying @ Nothing Manor: Simon Phillips - Protocol II (2013). The second album, featuring Andy Timmons (G), Steve Weingart (K), and Earnest Tibbs (B), would settle the #rock-oriented sound of Simon&amp;rsquo;s #JazzFusion into it&amp;rsquo;s ongoing format. #music &lt;a href=&#34;https://www.youtube.com/watch?v=CKpWDGxRKTY&amp;amp;list=PLfJndz0utgOMRMQ_fkqojTUnPGZe104Ev&#34;&gt;www.youtube.com/watch&lt;/a&gt;&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/ff845e2afc.png&#34; width=&#34;474&#34; height=&#34;565&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/03/03/nowplaying-nothing-manor-simon-phillips.html</link>
      <pubDate>Mon, 03 Mar 2025 16:11:16 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/03/03/nowplaying-nothing-manor-simon-phillips.html</guid>
      <description>&lt;p&gt;#NowPlaying @ Nothing Manor: Simon Phillips - Protocol (1989). The first in a series of projects that would bring together a rotating group of talented musicians to make #rock oriented #jazzfusion. There are five albums&amp;hellip; so far. #music &lt;a href=&#34;https://www.youtube.com/watch?v=_-q01ZqnXEA&amp;amp;list=PLlMez0-VSR7A_ROrX4whTaqSfwGO4q_zs&#34;&gt;www.youtube.com/watch&lt;/a&gt;&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/589e284840.png&#34; width=&#34;474&#34; height=&#34;565&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/03/01/nowplaying-live-goose-night-in.html</link>
      <pubDate>Sat, 01 Mar 2025 17:28:02 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/03/01/nowplaying-live-goose-night-in.html</guid>
      <description>&lt;p&gt;#NowPlaying #Live - #Goose - Night 1 in Grand Rapids, Michigan. Just started about half an hour ago and the shows go for around three hours. #music #rock #jambands #Goose #youtube &lt;a href=&#34;https://www.youtube.com/watch?v=2IDk8unLyIc&amp;amp;pp=ygUFZ29vc2U%3D&#34;&gt;www.youtube.com/watch&lt;/a&gt;&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/13d585f534.jpg&#34; width=&#34;600&#34; height=&#34;336&#34; alt=&#34;A still image of the band Goose playing live. &#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/03/01/nowplaying-nothing-manor-rush-snakes.html</link>
      <pubDate>Sat, 01 Mar 2025 15:39:16 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/03/01/nowplaying-nothing-manor-rush-snakes.html</guid>
      <description>&lt;p&gt;#NowPlaying @ Nothing Manor: Rush - Snakes &amp;amp; Arrows (2007). It&amp;rsquo;s Rush. What more is there to say about one of the greatest #rock bands of all time, a trio that sounded like a much larger band. Much love, Neil. #music #progrock #hardrock &lt;a href=&#34;https://www.youtube.com/watch?v=DscNegHDJ9c&amp;amp;list=OLAK5uy_kSfDoXSz5eroLWEFP7JHSJ2K6uTd1GsbU&#34;&gt;www.youtube.com/watch&lt;/a&gt;&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/066a847cc1.png&#34; width=&#34;474&#34; height=&#34;565&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/02/27/nowplaying-nothing-manor-big-country.html</link>
      <pubDate>Thu, 27 Feb 2025 20:21:50 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/02/27/nowplaying-nothing-manor-big-country.html</guid>
      <description>&lt;p&gt;#NowPlaying @ Nothing Manor: Big Country - The Crossing (1983). While the US ate up the single &amp;ldquo;In a Big Country&amp;rdquo; we ignored the rest of the album. That&amp;rsquo;s a shame because it&amp;rsquo;s freaking amazing. Great band. #music #rock #folkrock &lt;a href=&#34;https://www.youtube.com/watch?v=T7614_a7i2s&amp;amp;list=PLLy1F0NPv5go2vbPduBgyJBCRAnk6wiov&#34;&gt;www.youtube.com/watch&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/e793b5e94d.png&#34; width=&#34;474&#34; height=&#34;565&#34; alt=&#34;&#34;&gt;&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/cf4f0514bb.jpg&#34; width=&#34;600&#34; height=&#34;600&#34; alt=&#34;&#34;&gt;&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/02/27/nowplaying-nothing-manor-al-di.html</link>
      <pubDate>Thu, 27 Feb 2025 19:15:59 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/02/27/nowplaying-nothing-manor-al-di.html</guid>
      <description>&lt;p&gt;#NowPlaying @ Nothing Manor: Al Di Meola - One of These Nights (2005). This is the full live show on #YouTube, and I am in awe. #prog #jazzfusion, #latinjazz #soundtrack and more, I&amp;rsquo;m left stunned. The remastered album is on #AppleMusic #music #live &lt;a href=&#34;https://www.youtube.com/watch?v=WUA2qJgR3T4&#34;&gt;www.youtube.com/watch&lt;/a&gt;&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/05d83ef121.png&#34; width=&#34;474&#34; height=&#34;565&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/02/27/nowplaying-nothing-manor-yellowjackets-fasten.html</link>
      <pubDate>Thu, 27 Feb 2025 17:20:32 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/02/27/nowplaying-nothing-manor-yellowjackets-fasten.html</guid>
      <description>&lt;p&gt;#NowPlaying @ Nothing Manor: Yellowjackets - Fasten Up (2025). The title track on this album is a monster of #JazzFusion. The rest of the cuts run the gamut of fusion with emotional highs and lows. Now in my library for regular listens. #music #jazz &lt;a href=&#34;https://youtube.com/playlist?list=PLalXv04jTra3JGZuQkYHoUzj_A6ajiuWO&amp;amp;si=9b2R2OTY5y-6GZoH&#34;&gt;youtube.com/playlist&lt;/a&gt;&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/194e72863f.png&#34; width=&#34;474&#34; height=&#34;565&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/02/27/nowplaying-nothing-manor-david-lee.html</link>
      <pubDate>Thu, 27 Feb 2025 12:20:38 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/02/27/nowplaying-nothing-manor-david-lee.html</guid>
      <description>&lt;p&gt;#NowPlaying @ Nothing Manor: David Lee Roth - The Warner Recordings (1985-1994)(2025). This boxset includes fully remastered repros of DLR&amp;rsquo;s debut EP, Eat &amp;lsquo;em and Smile, Skyscraper, and Your Filthy Little Mouth. Sounds great so far. #music #rock #hardrock &lt;a href=&#34;https://youtube.com/playlist?list=OLAK5uy_m0ekEimruYJT86-EFD4dAmb2KhuYxBWKI&amp;amp;si=TOcZiIo32cd-14Nw&#34;&gt;youtube.com/playlist&lt;/a&gt;&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/81eb46fafe.png&#34; width=&#34;474&#34; height=&#34;565&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/02/27/nowplaying-nothing-manor-the-smithereens.html</link>
      <pubDate>Thu, 27 Feb 2025 11:42:16 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/02/27/nowplaying-nothing-manor-the-smithereens.html</guid>
      <description>&lt;p&gt;#NowPlaying @ Nothing Manor: The Smithereens - God Save The Smithereens Deluxe Edition (1999). The final studio album from this underrated #rock band, this version combines the album with Pat DiNizio&amp;rsquo;s Songs and Sounds debut solo album and bonus tracks. #music &lt;a href=&#34;https://www.youtube.com/watch?v=drG-kU2PFyI&amp;amp;list=OLAK5uy_nP0cmTSWD9qeA-nSz3J3be_bSkGVzJVjs&#34;&gt;www.youtube.com/watch&lt;/a&gt;&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/f055d26094.png&#34; width=&#34;474&#34; height=&#34;565&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/02/25/nowplaying-nothing-manor-michael-penn.html</link>
      <pubDate>Tue, 25 Feb 2025 20:12:28 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/02/25/nowplaying-nothing-manor-michael-penn.html</guid>
      <description>&lt;p&gt;#NowPlaying @ Nothing Manor: Michael Penn - MP4 (Days Since a Lost Time Accident)(2000). Suggestion: Dive into No Myth, Free-For-All, and Resigned, in that order, before moving on to this. This is Penn&amp;rsquo;s album and not radio-ready, but It&amp;rsquo;s deep and textured. #music #pop &lt;a href=&#34;https://www.youtube.com/watch?v=d7nmsVTYMrk&amp;amp;list=PL2lmlzmy_BfSmP8X0LXVL5w99VkPpu6u5&#34;&gt;www.youtube.com/watch&lt;/a&gt;&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/d948a32673.png&#34; width=&#34;474&#34; height=&#34;565&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/02/24/revere-kier-with-this-hour.html</link>
      <pubDate>Mon, 24 Feb 2025 21:37:00 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/02/24/revere-kier-with-this-hour.html</guid>
      <description>&lt;p&gt;Revere Kier with this 8-hour long remix of #AppleTV&amp;rsquo;s theme to their hit show, #Severance. Seems like the perfect vibe for refining data at your MDR. Feed your inner innie and outtie at the same time! #music #television #ODESZA #ambience &lt;a href=&#34;https://youtu.be/JRnDYB28bL8&#34;&gt;youtu.be/JRnDYB28b&amp;hellip;&lt;/a&gt;&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/02/24/nowplaying-nothing-manor-yes-fragile.html</link>
      <pubDate>Mon, 24 Feb 2025 12:45:47 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/02/24/nowplaying-nothing-manor-yes-fragile.html</guid>
      <description>&lt;p&gt;#NowPlaying @ Nothing Manor: Yes - Fragile Super Deluxe (2024 Remaster). THIS is my first love in music. I was born in &amp;lsquo;68 and #Fragile dropped in &amp;lsquo;71, #Yes&amp;rsquo; 4th studio release it is a #masterpiece, and this version is 4.5 hours of material. #music #progrock &lt;a href=&#34;https://www.youtube.com/watch?v=pk3HBb0mh5Q&amp;amp;list=PL2byhjvwcjEd4UmJXCjiJVvs0SR4Opu9z&#34;&gt;www.youtube.com/watch&lt;/a&gt;&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/scr-20250224-fwi.png&#34; width=&#34;474&#34; height=&#34;565&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/02/24/nowplaying-nothing-manor-yes-the.html</link>
      <pubDate>Mon, 24 Feb 2025 11:08:11 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/02/24/nowplaying-nothing-manor-yes-the.html</guid>
      <description>&lt;p&gt;#NowPlaying @ Nothing Manor: Yes - The Ladder (1999). To this day it still surprises me that this is their 18th studio album. The entire album feels like a wonderful blend of classic and 90125/Big Generator era Yes with some clever callbacks. #music #progrock &lt;a href=&#34;https://www.youtube.com/watch?v=jpLm4Nh7jNM&amp;amp;list=PL59orJUqhigS2Tp135MHmTX7_ljthT9-V&#34;&gt;www.youtube.com/watch&lt;/a&gt;&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/scr-20250224-dlv.png&#34; width=&#34;474&#34; height=&#34;565&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/02/23/nowplaying-nothing-manor-dada-el.html</link>
      <pubDate>Sun, 23 Feb 2025 17:17:59 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/02/23/nowplaying-nothing-manor-dada-el.html</guid>
      <description>&lt;p&gt;#NowPlaying @ Nothing Manor: dada - El Subliminoso (1996). Another killer LA band that I used to have on heavy rotation. Michael Gurley (G) and Joie Calio (B) both sang lead with great harmonies, with Phil Leavitt on drums. #music #altrock &lt;a href=&#34;https://www.youtube.com/watch?v=dLQKrQu_pgU&amp;amp;list=PLgDSIOIW79c2gPv6abvrzdA0v9NSGjgYQ&#34;&gt;www.youtube.com/watch&lt;/a&gt;&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/scr-20250223-m6p.png&#34; width=&#34;474&#34; height=&#34;565&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/02/21/i-was-previously-unaware-that.html</link>
      <pubDate>Fri, 21 Feb 2025 19:20:29 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/02/21/i-was-previously-unaware-that.html</guid>
      <description>&lt;p&gt;I was previously unaware that Andy Summers (The Police) had worked with Robert Fripp (King Crimson) but this video is not a surprise to me. This is Parade from their 1984 album Bewitched. Very odd but also too short! #music #progrock #instrumental &lt;a href=&#34;https://www.youtube.com/watch?v=OU46YUBbf2s&#34;&gt;www.youtube.com/watch&lt;/a&gt;&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/02/21/i-promised-more-live-bigwreck.html</link>
      <pubDate>Fri, 21 Feb 2025 17:36:58 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/02/21/i-promised-more-live-bigwreck.html</guid>
      <description>&lt;p&gt;I promised more live #BigWreck, and I&amp;rsquo;m now delivering. The attached playlist is the entire Suhr Factory show from 2015. Enjoy, though I say that knowing you will&amp;hellip; not hoping ;) #music #rock #hardrock #progrock &lt;a href=&#34;https://youtube.com/playlist?list=PLXiIgro482cmYOUiwbP3_VD85puzVH_dN&amp;amp;si=6ac0VqJUA_Ml-wVn&#34;&gt;youtube.com/playlist&lt;/a&gt;&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/02/21/nowplaying-nothing-manor-grant-lee.html</link>
      <pubDate>Fri, 21 Feb 2025 17:14:06 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/02/21/nowplaying-nothing-manor-grant-lee.html</guid>
      <description>&lt;p&gt;#NowPlaying @ Nothing Manor: Grant Lee Buffalo - Jubilee (1988). This LA trio, previously recording as Shiva Burlesque, brought an electrified edge to their folky, Americana sound. This is one of the few bands that sound a lot bigger than they are. #music #altrock &lt;a href=&#34;https://www.youtube.com/watch?v=GxRtdgILFUk&amp;amp;list=PLZR1qpH2lDE112rktHNmxzxfh6Jq-nxkm&#34;&gt;www.youtube.com/watch&lt;/a&gt;&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/scr-20250221-lv1.png&#34; width=&#34;474&#34; height=&#34;565&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/02/20/nowplaying-nothing-manor-genesis-abacab.html</link>
      <pubDate>Thu, 20 Feb 2025 17:57:51 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/02/20/nowplaying-nothing-manor-genesis-abacab.html</guid>
      <description>&lt;p&gt;#NowPlaying @ Nothing Manor: Genesis - Abacab (1981). I adore this album, even more so now that I&amp;rsquo;ve found out that it&amp;rsquo;s also one of Ian Thornley&amp;rsquo;s favorites, too. I&amp;rsquo;m beaming :) #music #genesis #prog #progrock &lt;a href=&#34;https://www.youtube.com/watch?v=rCsPjYcTQ_M&amp;amp;list=OLAK5uy_m8JrDGEMcsaFwHwpgxvS2ZKglgwH0qgsY&#34;&gt;www.youtube.com/watch&lt;/a&gt;&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/scr-20250220-nfg.png&#34; width=&#34;474&#34; height=&#34;565&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/02/20/if-you-are-unfamiliar-with.html</link>
      <pubDate>Thu, 20 Feb 2025 15:49:37 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/02/20/if-you-are-unfamiliar-with.html</guid>
      <description>&lt;p&gt;If you are unfamiliar with Canada&amp;rsquo;s Ian Thornley and #BigWreck, prepare yourself for some lessons. I&amp;rsquo;m going to be posting live track videos for a bit, some solo, others with the band. We&amp;rsquo;ll start here with Frozen Pond from 2016. #music #YouTube #rock #prog &lt;a href=&#34;https://www.youtube.com/watch?v=u9311VAKAb0&#34;&gt;www.youtube.com/watch&lt;/a&gt;&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/02/16/nowplaying-nothing-manor-the-cars.html</link>
      <pubDate>Sun, 16 Feb 2025 15:16:43 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/02/16/nowplaying-nothing-manor-the-cars.html</guid>
      <description>&lt;p&gt;#NowPlaying @ Nothing Manor: The Cars - Candy-O (1979). It&amp;rsquo;s rare for a sophomore album from a band to chart better than their debut, but The Cars did it. Blending #rock, #pop, #newwave, #artrock, and #punk, Rick Ocasek and crew brought their own sound to the party #music &lt;a href=&#34;https://www.youtube.com/watch?v=woceVRLKtMw&amp;amp;list=PLQxo8OvVvJ1VnEKEQNSIX8-K-kmsQbozf&#34;&gt;www.youtube.com/watch&lt;/a&gt;&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/08a917215d.png&#34; width=&#34;474&#34; height=&#34;565&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/02/16/nowplaying-nothing-manor-the-breeders.html</link>
      <pubDate>Sun, 16 Feb 2025 14:21:50 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/02/16/nowplaying-nothing-manor-the-breeders.html</guid>
      <description>&lt;p&gt;#NowPlaying @ Nothing Manor: The Breeders - Last Splash 30th Anniversary Edition (2023 Remaster). I&amp;rsquo;ve loved this band since I first heard &amp;lsquo;Cannonball&amp;rsquo; on the radio, and the Deal sisters are fantastic. #music #rock #postpunk #punk &lt;a href=&#34;https://www.youtube.com/watch?v=-sq9i-3WLiI&amp;amp;list=PLWVreuogjhtCHLZTXTm00J6VYL8scOF6J&#34;&gt;www.youtube.com/watch&lt;/a&gt;&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/9f15ef4a58.png&#34; width=&#34;474&#34; height=&#34;565&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/02/15/nowplaying-nothing-manor-donald-fagan.html</link>
      <pubDate>Sat, 15 Feb 2025 10:34:31 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/02/15/nowplaying-nothing-manor-donald-fagan.html</guid>
      <description>&lt;p&gt;#NowPlaying @ Nothing Manor: Donald Fagan - The Nightfly: Live (2021). An extraordinary album already this live rendition does the impossible and makes it an even more astonishing listen. The downside; like the OG, it&amp;rsquo;s too short so turn on repeat. #music #pop #jazz &lt;a href=&#34;https://www.youtube.com/watch?v=-syoRCrC3qE&amp;amp;list=PLfJndz0utgOOyCQWBjizBq1iaFNQ0wYsC&#34;&gt;www.youtube.com/watch&lt;/a&gt;&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/19dba54067.png&#34; width=&#34;474&#34; height=&#34;565&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/02/15/nowplaying-nothing-manor-steely-dan.html</link>
      <pubDate>Sat, 15 Feb 2025 09:17:11 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/02/15/nowplaying-nothing-manor-steely-dan.html</guid>
      <description>&lt;p&gt;#NowPlaying @ Nothing Manor: Steely Dan - Northeast Corridor: Steely Dan Live (2021). What is there to say but that we&amp;rsquo;ve gotten precious few live Dan albums (precisely two) and it is, unquestionably, the superior. &lt;a href=&#34;https://www.youtube.com/watch?v=KZCzPMFE_ws&amp;amp;list=PLGr1IYuG8WwsxQfHRJxLPE3K9LuYLiwQ5&#34;&gt;www.youtube.com/watch&lt;/a&gt;&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/3940d589bc.png&#34; width=&#34;474&#34; height=&#34;565&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/02/14/nowplaying-nothing-manor-dream-theater.html</link>
      <pubDate>Fri, 14 Feb 2025 20:10:09 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/02/14/nowplaying-nothing-manor-dream-theater.html</guid>
      <description>&lt;p&gt;#NowPlaying @ Nothing Manor: Dream Theater - Parasomnia (2025). DT&amp;rsquo;s latest album and my very first listen. There&amp;rsquo;s some Mindcrime vibe in the opening measures, then it dives into a medley. Strong concept album energy. 20 min. closing track, too. #music #progmetal #prog &lt;a href=&#34;https://youtube.com/playlist?list=PLSBWvYm8t6ubbKlqsPc4rF9YrTP0Zl6Md&amp;amp;si=mh8LOzSrRa57Mogg&#34;&gt;youtube.com/playlist&lt;/a&gt;&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/02/14/nowplaying-nothing-manor-michael-penn.html</link>
      <pubDate>Fri, 14 Feb 2025 12:12:51 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/02/14/nowplaying-nothing-manor-michael-penn.html</guid>
      <description>&lt;p&gt;#NowPlaying @ Nothing Manor: Michael Penn - Palms &amp;amp; Runes, Tarot &amp;amp; Tea (2007). I don&amp;rsquo;t typically listen to compilations preferring the OG albums, but this one is special, and so is Michael. MAKE MORE ALBUMS, MICHAEL!!! #music #pop #rock &lt;a href=&#34;https://www.youtube.com/watch?v=iJYR5eLDdTw&amp;amp;list=PLw1Km-CSeMrQrVx25nAHz-gPHpKeLLznt&#34;&gt;www.youtube.com/watch&lt;/a&gt;&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/02/13/i-didnt-bother-watching-superb.html</link>
      <pubDate>Thu, 13 Feb 2025 17:19:55 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/02/13/i-didnt-bother-watching-superb.html</guid>
      <description>&lt;p&gt;I didn&amp;rsquo;t bother watching Superb Owl LIX, but I should have. Kendrick killed the #halftime show, and watching it on YouTube I see he spoke loud if you were willing to listen and see with open ears and eyes. #music #superbowl #resistfascism #resisthate &lt;a href=&#34;https://www.youtube.com/watch?v=6ajnW0k0dM0&#34;&gt;www.youtube.com/watch&lt;/a&gt;&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/02/10/nowplaying-nothing-manor-the-michael.html</link>
      <pubDate>Mon, 10 Feb 2025 21:15:52 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/02/10/nowplaying-nothing-manor-the-michael.html</guid>
      <description>&lt;p&gt;#NowPlaying @ Nothing Manor: The Michael Landau Group - Organic Instrumentals (2012). Landau is one of those legendary session guitarists you&amp;rsquo;ve never heard of. Check Wikipedia. This album is a quiet bomb and is amazing. A must listen. #music #jazz #jazzfusion &lt;a href=&#34;https://www.youtube.com/watch?v=AT5Mzf98kls&amp;amp;list=PLtlNFtEji3_hWVTi3Sj1ZfSqpf0sMasjy&#34;&gt;www.youtube.com/watch&lt;/a&gt;&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/134d80079b.png&#34; width=&#34;474&#34; height=&#34;565&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/02/10/nowplaying-nothing-manor-simon-oslender.html</link>
      <pubDate>Mon, 10 Feb 2025 19:48:40 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/02/10/nowplaying-nothing-manor-simon-oslender.html</guid>
      <description>&lt;p&gt;#NowPlaying @ Nothing Manor: Simon Oslender, Steve Gadd &amp;amp; Will Lee - All That Matters (Bonus Edition)(2025). Featuring Bruno Müller, Jakob Manz &amp;amp; Nils Landgren. At near 80 years old, Steve Gadd is still a titan on the drums. #music #jazz #jazzfusion &lt;a href=&#34;https://www.youtube.com/watch?v=FYGw9OTEdVM&amp;amp;list=PLOSh9hU5Cii5AhTVcc9XV7i0cawmX2VEZ&#34;&gt;www.youtube.com/watch&lt;/a&gt;&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/b8c20c5e82.png&#34; width=&#34;474&#34; height=&#34;565&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/02/10/nowplaying-nothing-manor-kings-x.html</link>
      <pubDate>Mon, 10 Feb 2025 17:33:05 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/02/10/nowplaying-nothing-manor-kings-x.html</guid>
      <description>&lt;p&gt;#NowPlaying @ Nothing Manor: King&amp;rsquo;s X - Faith Hope Love (1990). I had this album on repeat for some time. Doug, Jerry, and Ty are true musician&amp;rsquo;s musicians, have been cited as the originators of grunge by Pearl Jam&amp;rsquo;s Jeff Ament, and rock. #music #progrock #altrock &lt;a href=&#34;https://www.youtube.com/watch?v=ib7sOWjkoGI&amp;amp;list=PLA2K7Uhu9TwDZbH5GRJLdhx8GyNZ8yylu&#34;&gt;www.youtube.com/watch&lt;/a&gt;&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/f482899710.png&#34; width=&#34;474&#34; height=&#34;565&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/02/10/nowplaying-nothing-manor-jazz-pistols.html</link>
      <pubDate>Mon, 10 Feb 2025 12:36:52 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/02/10/nowplaying-nothing-manor-jazz-pistols.html</guid>
      <description>&lt;p&gt;#NowPlaying @ Nothing Manor: Jazz Pistols - Special Treatment (2001). This underrated German #JazzFusion trio that plays what they call &amp;ldquo;Energy Jazz&amp;rdquo; is a showcase of three extraordinary musicians who regularly surprise and delight. #music #jazz &lt;a href=&#34;https://www.youtube.com/watch?v=osFQkXa_8Oo&amp;amp;list=PLX5RigdWM2vLJD4qJvHVmade862PcnuZa&#34;&gt;www.youtube.com/watch&lt;/a&gt;&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/48d0ea1cfb.png&#34; width=&#34;474&#34; height=&#34;565&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/02/10/nowplaying-nothing-manor-faith-no.html</link>
      <pubDate>Mon, 10 Feb 2025 11:39:04 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/02/10/nowplaying-nothing-manor-faith-no.html</guid>
      <description>&lt;p&gt;#NowPlaying @ Nothing Manor: Faith No More - Angel Dust (1993). Some FNM for the hard core bangers, this album doesn&amp;rsquo;t stray too far from their funky metal sound, but a solid release for long time fans. Also, be aggressive and a sultry cover of &amp;ldquo;Easy&amp;rdquo;. #music &lt;a href=&#34;https://www.youtube.com/watch?v=k0tUb-87kP8&amp;amp;pp=ygUYZmFpdGggbm8gbW9yZSBhbmdlbCBkdXN0&#34;&gt;www.youtube.com/watch&lt;/a&gt;&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/ba040fcdab.png&#34; width=&#34;474&#34; height=&#34;565&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/02/09/nowplaying-nothing-manor-faith-no.html</link>
      <pubDate>Sun, 09 Feb 2025 21:19:49 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/02/09/nowplaying-nothing-manor-faith-no.html</guid>
      <description>&lt;p&gt;#NowPlaying @ Nothing Manor: Faith No More - King for a Day&amp;hellip; Fool for a Lifetime (1995). Amazing album with wild shifts in genre and tone, and a read of the #Wikipedia entry is&amp;hellip; amazing. #music #punk #deathmetal #jazz #soul are just a few. &lt;a href=&#34;https://www.youtube.com/watch?v=FOkh5hxPY6s&amp;amp;list=PLBnJv6rImVe_Djedd-opTn8SUNuFNxrL9&#34;&gt;www.youtube.com/watch&lt;/a&gt;&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/da469310b2.png&#34; width=&#34;474&#34; height=&#34;565&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/02/09/183135.html</link>
      <pubDate>Sun, 09 Feb 2025 19:31:35 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/02/09/183135.html</guid>
      <description>&lt;p&gt;#NowPlaying @ Nothing Manor: Jason Falkner - I&amp;rsquo;m OK, You&amp;rsquo;re OK (2007). The US release didn&amp;rsquo;t actually drop until 2010 and with a new version of the opening track &amp;lsquo;This Time&amp;rsquo;, and different mix on &amp;lsquo;The Knew&amp;rsquo;, and a 4.5dB bump in gain. #PowerPop #music &lt;a href=&#34;https://www.youtube.com/watch?v=h6Rnc0lSZSY&amp;amp;list=PL_Y3OazfTOWzRPkq6dXB_ZMZshD_M5BjK&#34;&gt;www.youtube.com/watch&lt;/a&gt;&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/ff685e1309.png&#34; width=&#34;474&#34; height=&#34;565&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/02/09/144449.html</link>
      <pubDate>Sun, 09 Feb 2025 15:44:49 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/02/09/144449.html</guid>
      <description>&lt;p&gt;#NowPlaying @ Nothing Manor: Jason Falkner - Can You Still Feel (1999). He played with the Three O&amp;rsquo;Clock, Jellyfish, and was part of The Grays for their legendary single album, Ro Sham Bo, then went solo. This is his 2nd solo effort. #PowerPop #music &lt;a href=&#34;https://www.youtube.com/watch?v=TukUXQXCVHs&amp;amp;list=PLfyVvFTGLui3mXGw_ZElSobhBPCI8e2dA&#34;&gt;www.youtube.com/watch&lt;/a&gt;&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/e48e7f2542.png&#34; width=&#34;474&#34; height=&#34;565&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/02/09/nowplaying-nothing-manor-jason-falkner.html</link>
      <pubDate>Sun, 09 Feb 2025 14:59:26 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/02/09/nowplaying-nothing-manor-jason-falkner.html</guid>
      <description>&lt;p&gt;#NowPlaying @ Nothing Manor: Jason Falkner - Bliss Descending EP (2004). Jason is a #PowerPop deity of the highest order. As a multi-instrumentalist, he plays everything on his albums except the strings. There needs to be more Falkner! #music &lt;a href=&#34;https://www.youtube.com/watch?v=b0uyRM8_NgA&amp;amp;list=PL6S_KfLt97PYER-38mPe5xbcVqdtBmzdj&#34;&gt;www.youtube.com/watch&lt;/a&gt;&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/d6f81b3232.png&#34; width=&#34;474&#34; height=&#34;565&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/02/08/nowplaying-nothing-manor-level-running.html</link>
      <pubDate>Sat, 08 Feb 2025 08:53:19 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/02/08/nowplaying-nothing-manor-level-running.html</guid>
      <description>&lt;p&gt;#NowPlaying @ Nothing Manor: Level 42 - Running in the Family (Super Deluxe Edition)(2012). Combining #jazz, #pop, #rock, and #funk into infectious grooves is a staple of Level 42, and Mark King is a beast of a bassist. #music &lt;a href=&#34;https://www.youtube.com/watch?v=i3U29XQGptM&amp;amp;list=PLy334-fF2BEwrl7GKUguFgP2a20WWDRg6&#34;&gt;www.youtube.com/watch&lt;/a&gt;&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/78addb91a7.png&#34; width=&#34;474&#34; height=&#34;565&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/02/07/nowplaying-nothing-manor-faith-no.html</link>
      <pubDate>Fri, 07 Feb 2025 18:38:10 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/02/07/nowplaying-nothing-manor-faith-no.html</guid>
      <description>&lt;p&gt;#NowPlaying @ Nothing Manor: Faith No More - Album of The Year Deluxe Edition (2016 Remaster Version). I don&amp;rsquo;t know of any bands like FNM. #Punk. #Metal. #Prog. #Experimental. #Jazz. #Lounge. Yes, and more, and not all at the same time. Marvelous. #music &lt;a href=&#34;https://www.youtube.com/watch?v=4YdUKULFZZ4&amp;amp;list=PLujeb5vZrBHO0lFzIoNG_tfALVn6Lx6w8&#34;&gt;www.youtube.com/watch&lt;/a&gt;&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/ff98da7eef.png&#34; width=&#34;474&#34; height=&#34;565&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/02/05/ah-the-legendary-wayne-shorter.html</link>
      <pubDate>Wed, 05 Feb 2025 17:07:41 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/02/05/ah-the-legendary-wayne-shorter.html</guid>
      <description>&lt;p&gt;Ah, the legendary Wayne Shorter on sax, Danilo Pérez on piano, John Patitucci on bass, and Brian Blade on drums performing Angola in 2002 on NDR, Hamburg, Germany&amp;rsquo;s public radio service. NDR is really, really good at this. #music #jazz #livejazz &lt;a href=&#34;https://www.youtube.com/watch?v=K52-i_7cMQk&#34;&gt;www.youtube.com/watch&lt;/a&gt;&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/02/05/now-playing-nothing-manor-big.html</link>
      <pubDate>Wed, 05 Feb 2025 11:20:52 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/02/05/now-playing-nothing-manor-big.html</guid>
      <description>&lt;p&gt;#Now Playing @ Nothing Manor: Big Wreck - 7.x (2021-2023). Released as three EPs, this &amp;ldquo;album&amp;rdquo; is the result of frontman Ian Thornley&amp;rsquo;s ideas on the changing landscape of listener preferences. Today&amp;rsquo;s playlist combines all three. #music #canrock #progrock &lt;a href=&#34;https://www.youtube.com/watch?v=tDAxInpnEDA&amp;amp;list=PLcrcBKjnkuxLQvhuymVp_dvIwspNlsMfI&#34;&gt;www.youtube.com/watch&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/789ba9f4b3.png&#34; width=&#34;474&#34; height=&#34;565&#34; alt=&#34;&#34;&gt;&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/be86af9d90.png&#34; width=&#34;474&#34; height=&#34;565&#34; alt=&#34;&#34;&gt;&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/7afdcf6c8a.png&#34; width=&#34;474&#34; height=&#34;565&#34; alt=&#34;&#34;&gt;&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/02/04/nowplaying-nothing-manor-big-wreck.html</link>
      <pubDate>Tue, 04 Feb 2025 15:06:26 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/02/04/nowplaying-nothing-manor-big-wreck.html</guid>
      <description>&lt;p&gt;#NowPlaying @ Nothing Manor: Big Wreck - In Loving Memory of - 20th Anniversary Special Edition (1997). Going back to their first album, and yes, they have been around that long and have always sounded that good. #music #progrock #bigwreck &lt;a href=&#34;https://www.youtube.com/watch?v=DBimj74Dx8A&amp;amp;list=OLAK5uy_nP1MRPEQDtk7ZaLKpOYfyfsB8pYLklgEY&#34;&gt;www.youtube.com/watch&lt;/a&gt;&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/088ab4e85c.png&#34; width=&#34;474&#34; height=&#34;565&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/02/03/nowplaying-nothing-manor-big-wreck.html</link>
      <pubDate>Mon, 03 Feb 2025 20:48:59 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/02/03/nowplaying-nothing-manor-big-wreck.html</guid>
      <description>&lt;p&gt;#NowPlaying @ Nothing Manor: Big Wreck - Ghosts (2014). Track #2, I Digress, was my intro to BW, as it popped up in a Spotify playlist I&amp;rsquo;d set up to play music like Simon Phillips Protocol albums. Kind of a stretch, but I&amp;rsquo;m grateful. #music #altrock #progrock &lt;a href=&#34;https://www.youtube.com/watch?v=H_BRaYUXIQA&amp;amp;list=PLyrvX_GO2lzS86EZv1g_F-tjFGIEY9wTu&#34;&gt;www.youtube.com/watch&lt;/a&gt;&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/46863ba843.png&#34; width=&#34;474&#34; height=&#34;565&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/02/03/nowplaying-nothing-manor-coldplay-xy.html</link>
      <pubDate>Mon, 03 Feb 2025 12:46:19 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/02/03/nowplaying-nothing-manor-coldplay-xy.html</guid>
      <description>&lt;p&gt;#NowPlaying @ Nothing Manor: Coldplay - X&amp;amp;Y (2005). My favorite album from this UK outfit. They have an uncanny ability to inject emotion into their #Pop #Rock compositions. And yet, Chris is inconsistent live. Oh well. #music &lt;a href=&#34;https://www.youtube.com/watch?v=j37GED-AR3M&amp;amp;list=PLZ9DoO2uX9wU6UFsWRnHBavSMp5dfz0kS&#34;&gt;www.youtube.com/watch&lt;/a&gt;&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/f92ccc8088.png&#34; width=&#34;474&#34; height=&#34;565&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/02/03/nowplaying-nothing-manor-chad-smiths.html</link>
      <pubDate>Mon, 03 Feb 2025 11:00:13 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/02/03/nowplaying-nothing-manor-chad-smiths.html</guid>
      <description>&lt;p&gt;#NowPlaying @ Nothing Manor: Chad Smith&amp;rsquo;s Bombastic Meatbats - Live Meat and Potatoes (2012). Chad is more than just the battarista for the Red Hot Chili Peppers. He&amp;rsquo;s bombastic in other ways, just like the opening track. #music #jazzfusion #funk &lt;a href=&#34;https://www.youtube.com/watch?v=WBFFwGEV1l0&amp;amp;list=PLKhoKxOkmRPrm8sPEPLfvkkJlIYf7cGdd&#34;&gt;www.youtube.com/watch&lt;/a&gt;&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/0f4dc16245.png&#34; width=&#34;474&#34; height=&#34;565&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/02/02/nowplaying-nothing-manor-bruce-hornsby.html</link>
      <pubDate>Sun, 02 Feb 2025 14:50:33 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/02/02/nowplaying-nothing-manor-bruce-hornsby.html</guid>
      <description>&lt;p&gt;#NowPlaying @ Nothing Manor: Bruce Hornsby - Intersections &lt;a href=&#34;2006&#34;&gt;1985 - 2005&lt;/a&gt;. This boxset covers a wide range of material, test pieces, covers, and live tracks from his first 20 years. A true testament to his underrated genius. #music #BruceHornsby &lt;a href=&#34;https://www.youtube.com/watch?v=t5AF2WbiptU&amp;amp;list=OLAK5uy_mbuhyGF_YrkmGQMbL-ezwrB_dqxvvDLvs&#34;&gt;www.youtube.com/watch&lt;/a&gt;&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/414f896c8c.png&#34; width=&#34;474&#34; height=&#34;565&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/02/01/155745.html</link>
      <pubDate>Sat, 01 Feb 2025 16:57:45 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/02/01/155745.html</guid>
      <description>&lt;p&gt;#NowPlaying @ Nothing Manor: Big Wreck - Ghosts (2014). Hard to believe I&amp;rsquo;ve been listening to BW for a decade now as this is the first album I bought and discovered that Ian Thornley is amazing. #RIP Brian. You are sorely missed. #FuckCancer #music &lt;a href=&#34;https://www.youtube.com/watch?v=bxggBQKI_lk&amp;amp;list=OLAK5uy_mq-apG7SWEIrxwZeWcHwS6LF6wosFJjLM&#34;&gt;www.youtube.com/watch&lt;/a&gt;&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/8cbd4dcd30.png&#34; width=&#34;474&#34; height=&#34;565&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/02/01/nowplaying-nothing-manor-big-wreck.html</link>
      <pubDate>Sat, 01 Feb 2025 16:03:32 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/02/01/nowplaying-nothing-manor-big-wreck.html</guid>
      <description>&lt;p&gt;#NowPlaying @ Nothing Manor: Big Wreck - Albatross (2012). One of my favorite #rock bands, up there with Rush and Yes. #music #alternativerock #progrock #boston #canada &lt;a href=&#34;https://www.youtube.com/watch?v=AXqFvjCSW7c&amp;amp;list=PL4FH7geiKdo2cOI7_JMYUAGOduTBIBkbB&#34;&gt;www.youtube.com/watch&lt;/a&gt;&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/88d85110c9.png&#34; width=&#34;474&#34; height=&#34;565&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/01/30/nowplaying-nothing-manor-the-shaming.html</link>
      <pubDate>Thu, 30 Jan 2025 16:15:32 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/01/30/nowplaying-nothing-manor-the-shaming.html</guid>
      <description>&lt;p&gt;#NowPlaying @ Nothing Manor: The Shaming of The True - A Live Tribute to Kevin Gilbert (2014). We sadly lost Kevin in 1996, but over his 30 years on Earth he made an impact and remains a #ProgRock icon. Performed by The Virgilives. #music #KevinGilbert &lt;a href=&#34;https://youtube.com/playlist?list=PLCa2XPSn5SNfMM2zUWvFi6VCh7kdvsA8N&amp;amp;si=0YU6Ue7UVQJarOGb&#34;&gt;youtube.com/playlist&lt;/a&gt;&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/f7c8a25c1e.jpg&#34; width=&#34;600&#34; height=&#34;600&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/01/29/nowplaying-nothing-manor-joe-satriani.html</link>
      <pubDate>Wed, 29 Jan 2025 18:18:16 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/01/29/nowplaying-nothing-manor-joe-satriani.html</guid>
      <description>&lt;p&gt;#NowPlaying @ Nothing Manor: Joe Satriani - Flying in a Blue Dream (1989). Back when he had hair and used vocalists. Not a fantastic album, but has a number of solid tracks. I suggest Surfing With The Alien, if you&amp;rsquo;re interested. #music #rock #guitar &lt;a href=&#34;https://www.youtube.com/watch?v=GkSZ76_Jp-Y&#34;&gt;www.youtube.com/watch&lt;/a&gt;&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/4f2109e57e.png&#34; width=&#34;474&#34; height=&#34;565&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/01/29/nowplaying-nothing-manor-poi-dog.html</link>
      <pubDate>Wed, 29 Jan 2025 16:40:53 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/01/29/nowplaying-nothing-manor-poi-dog.html</guid>
      <description>&lt;p&gt;#NowPlaying @ Nothing Manor: Poi Dog Pondering - 7 (2008). I can&amp;rsquo;t say I&amp;rsquo;ve ever listened to this band, but I&amp;rsquo;ve heard of them. Maybe from the radio in the olden days. I am enjoying this album, though. Nice, groovy #alternative #pop. #music #applemusic #&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/703aeac066.png&#34; width=&#34;474&#34; height=&#34;565&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/01/28/nowplaying-nothing-manor-riverside-live.html</link>
      <pubDate>Tue, 28 Jan 2025 18:23:11 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/01/28/nowplaying-nothing-manor-riverside-live.html</guid>
      <description>&lt;p&gt;#NowPlaying @ Nothing Manor: Riverside - Live ID. (2025). A new release from the #Polish #ProgRock band, this 2-hour live album is from their tour supporting their 2023 album, ID.Entity. Sounds really great, too! #music #prog &lt;a href=&#34;https://www.youtube.com/watch?v=zJJC7QysRp0&#34;&gt;www.youtube.com/watch&lt;/a&gt;&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/62fccb15e8.png&#34; width=&#34;474&#34; height=&#34;565&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/01/28/nowplaying-nothing-manor-tears-for.html</link>
      <pubDate>Tue, 28 Jan 2025 10:44:29 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/01/28/nowplaying-nothing-manor-tears-for.html</guid>
      <description>&lt;p&gt;#NowPlaying @ Nothing Manor: Tears for Fears - The Seeds of Love (Super Deluxe)(2022). Often lauded as groundbreaking, TfF remains criminally underrated. This 4-disc box set might just change your mind. Set aside some quality time. #music #tearsforfears &lt;a href=&#34;https://youtube.com/playlist?list=PLI6kLIhBBwmRzTTacYij4o09z1KwlvyOz&amp;amp;si=UZdcPknfLb7D5CzR&#34;&gt;youtube.com/playlist&lt;/a&gt;&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/9fa7848502.png&#34; width=&#34;474&#34; height=&#34;565&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/01/27/nowplaying-nothing-manor-the-bs.html</link>
      <pubDate>Mon, 27 Jan 2025 14:50:01 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/01/27/nowplaying-nothing-manor-the-bs.html</guid>
      <description>&lt;p&gt;#NowPlaying @ Nothing Manor: The B-52&amp;rsquo;s - WHAMMY! (1983). My first B-52&amp;rsquo;s album. I was enamored with their energy and quirkiness. They sounded like nothing else, and I essentially grew up on KROQ which was first to get almost everything. #music #pop #newwave &lt;a href=&#34;https://www.youtube.com/playlist?list=OLAK5uy_lbLq3eDahDgsbTnjeLxRpD763TTB16KCY&amp;amp;playnext=1&amp;amp;index=1&#34;&gt;www.youtube.com/playlist&lt;/a&gt;&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/a9b2c01fab.png&#34; width=&#34;474&#34; height=&#34;565&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/01/25/140931.html</link>
      <pubDate>Sat, 25 Jan 2025 15:09:31 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/01/25/140931.html</guid>
      <description>&lt;p&gt;#NowPlaying @ Nothing Manor: Barenaked Ladies - Maybe You Should Drive (1994). Seeing as how I played #BNL&amp;rsquo;s Stunt, I figured I&amp;rsquo;d put on the first album of their I bought :) #music #AAA #PopRock &lt;a href=&#34;https://www.youtube.com/watch?v=6LRiGkiluXA&amp;amp;list=OLAK5uy_n8XzdeP0nMnlAVauoihO1nJCHX85IUsE4&#34;&gt;www.youtube.com/watch&lt;/a&gt;&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/bf0d7bbee3.png&#34; width=&#34;474&#34; height=&#34;565&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/01/25/nowplaying-nothing-manor-barenaked-ladies.html</link>
      <pubDate>Sat, 25 Jan 2025 13:40:34 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/01/25/nowplaying-nothing-manor-barenaked-ladies.html</guid>
      <description>&lt;p&gt;#NowPlaying @ Nothing Manor: Barenaked Ladies - Stunt (20th Anniversary Edition)(1998). Great album from a wonderful band from the heyday or #AAA on the radio. A shoutout to #ThePointFM in #Vermont! #music #barenakedladies &lt;a href=&#34;https://www.youtube.com/watch?v=cL2IZ6-QvjU&amp;amp;list=PLQvL6GLJiX91nGS8Ps9M3gguZkXYv3X6C&#34;&gt;www.youtube.com/watch&lt;/a&gt;&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/cf1f36a32c.png&#34; width=&#34;474&#34; height=&#34;565&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/01/25/nowplaying-nothing-manor-cheap-trick.html</link>
      <pubDate>Sat, 25 Jan 2025 11:29:16 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/01/25/nowplaying-nothing-manor-cheap-trick.html</guid>
      <description>&lt;p&gt;#NowPlaying @ Nothing Manor: Cheap Trick - Heaven Tonight (1978). I just love Cheap Trick. Fantastic rock band. Enormous catalog of music. Get diggin&#39;! #music #cheaptrick &lt;a href=&#34;https://www.youtube.com/watch?v=QeKHow0Mw2w&#34;&gt;www.youtube.com/watch&lt;/a&gt;&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/23578dd913.png&#34; width=&#34;474&#34; height=&#34;565&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/01/24/nowwatching-nothing-manor-oddleaf-ethereal.html</link>
      <pubDate>Fri, 24 Jan 2025 09:12:05 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/01/24/nowwatching-nothing-manor-oddleaf-ethereal.html</guid>
      <description>&lt;p&gt;#NowWatching @ Nothing Manor: Oddleaf - Ethereal Melodies (2024). A new French #ProgressiveRock band I&amp;rsquo;ve been made aware of, this track has some serious #prog chops! I&amp;rsquo;m about to listen to more and will share per usual. #music #progrock #france &lt;a href=&#34;https://www.youtube.com/watch?v=1SB_cqRiahg&#34;&gt;www.youtube.com/watch&lt;/a&gt;&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/01/23/nowwatching-nothing-manor-welcome-to.html</link>
      <pubDate>Thu, 23 Jan 2025 19:04:55 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/01/23/nowwatching-nothing-manor-welcome-to.html</guid>
      <description>&lt;p&gt;#NowWatching @ Nothing Manor: Welcome to The Darkness (2023). A #documentary about the bombastic arena rock band, their fall from grace, and how they started to climb back up despite serious challenges. #movies #TheDarkness #music &lt;a href=&#34;https://www.youtube.com/watch?v=jdQzLX8n3f0&#34;&gt;www.youtube.com/watch&lt;/a&gt;&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/f7963f4c29.png&#34; width=&#34;553&#34; height=&#34;600&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/01/23/nowplaying-nothing-manor-cheap-trick.html</link>
      <pubDate>Thu, 23 Jan 2025 17:55:43 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/01/23/nowplaying-nothing-manor-cheap-trick.html</guid>
      <description>&lt;p&gt;#NowPlaying @ Nothing Manor: Cheap Trick - Sgt. Pepper Live (2009). The band known as &amp;ldquo;The Beatles of Japan&amp;rdquo; plays The Beatles Sgt. Peppers Lonely Hearts Club Band album live. So meta in the best possible way! Great album. #music #rock #cheaptrick &lt;a href=&#34;https://www.youtube.com/watch?v=CkJDJzLbb2o&#34;&gt;www.youtube.com/watch&lt;/a&gt;&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/1aea099e33.png&#34; width=&#34;474&#34; height=&#34;565&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/01/23/nowplaying-nothing-manor-dream-theater.html</link>
      <pubDate>Thu, 23 Jan 2025 11:55:34 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/01/23/nowplaying-nothing-manor-dream-theater.html</guid>
      <description>&lt;p&gt;#NowPlaying @ Nothing Manor: Dream Theater - Images and Words (1992). Having listened to #ProgRock for years, I was blown away by Pull Me Under on the radio and immediately bought the album. #music #progmetal &lt;a href=&#34;https://www.youtube.com/watch?v=K0najyrwX6c&#34;&gt;www.youtube.com/watch&lt;/a&gt;&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/6e82f0f655.png&#34; width=&#34;474&#34; height=&#34;565&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/01/23/nowplaying-nothing-manor-steve-hackett.html</link>
      <pubDate>Thu, 23 Jan 2025 11:12:16 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/01/23/nowplaying-nothing-manor-steve-hackett.html</guid>
      <description>&lt;p&gt;#NowPlaying @ Nothing Manor: Steve Hackett - Live Magic at Trading Boundaries (2025). More &amp;ldquo;unbound&amp;rdquo; as opposed to &amp;ldquo;unplugged&amp;rdquo; as described by Nick Tate @ Prog Report, the former Genesis lead guitarist reimagines numerous tracks from his long musical history. #music #acoustic &lt;a href=&#34;https://www.youtube.com/watch?v=zfnwYd2IyYs&#34;&gt;www.youtube.com/watch&lt;/a&gt;&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/8f125768ca.png&#34; width=&#34;474&#34; height=&#34;565&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/01/22/nowplaying-nothing-manor-oz-noy.html</link>
      <pubDate>Wed, 22 Jan 2025 17:55:55 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/01/22/nowplaying-nothing-manor-oz-noy.html</guid>
      <description>&lt;p&gt;#NowPlaying @ Nothing Manor: Oz Noy &amp;amp; Andrew Synowiec - Recreational Substance (2025). DAYUM!! First gear is a kick in the pants, but shifting to second is lighting the house on fire! #JazzFusion is alive and fighting anything that moves and I&amp;rsquo;m here for it! #music &lt;a href=&#34;https://www.youtube.com/watch?v=EAicxpRJZCE&#34;&gt;www.youtube.com/watch&lt;/a&gt;&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/a618b95089.png&#34; width=&#34;474&#34; height=&#34;565&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/01/20/nowplaying-nothing-manor-john-mayer.html</link>
      <pubDate>Mon, 20 Jan 2025 20:55:05 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/01/20/nowplaying-nothing-manor-john-mayer.html</guid>
      <description>&lt;p&gt;#NowPlaying @ Nothing Manor: John Mayer - Continuum (2006). Very solid studio album and the last of Mayer&amp;rsquo;s I would truly enjoy. Good to put on and groove to whilst you do something. #music #poprock &lt;a href=&#34;https://www.youtube.com/watch?v=pquX7Ya4-wE&amp;amp;list=PLNPGM2D7aODdsZuVXnlSgnmlNleapbaZz&#34;&gt;www.youtube.com/watch&lt;/a&gt;&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/e6479c7844.png&#34; width=&#34;474&#34; height=&#34;565&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title>Things you can do instead of watching America being peacefully handed over to a criminal - Inauguration Special 2025</title>
      <link>https://tavexocor.shop/2025/01/20/things-you-can-do-instead.html</link>
      <pubDate>Mon, 20 Jan 2025 11:59:15 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/01/20/things-you-can-do-instead.html</guid>
      <description>&lt;p&gt;Don&amp;rsquo;t watch the news today since all they&amp;rsquo;ll be talking about is how great and normal it is to just hand an entire country over to a criminal in the name of a democracy that&amp;rsquo;s been utterly broken and shreaded. If that leaves you unsure of what to do instead, here are some suggestions:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Listen to some music. I&amp;rsquo;ve been sharing my album plays, and here&amp;rsquo;s a list of them that I refresh a few times a week. &lt;a href=&#34;https://tavexocor.shop/nothing-manor-jukebox/&#34;&gt;tavexocor.shop/nothing-m&amp;hellip;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Go for a walk&lt;/li&gt;
&lt;li&gt;Spend time with friends&lt;/li&gt;
&lt;li&gt;Play a game like a board game, video games, or get into table-top role-playing games (TTRPG), or even just a few dozen rounds of poker&lt;/li&gt;
&lt;li&gt;Read a book like Isaac Asimov&amp;rsquo;s Robot series, many of which are murder mysteries. &lt;a href=&#34;https://en.wikipedia.org/wiki/Robot_series&#34;&gt;en.wikipedia.org/wiki/Robo&amp;hellip;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Nap in a patch of sunlight or next to a warming fire with your kids and/or pets&lt;/li&gt;
&lt;li&gt;Bake something like biscuits or pie or some nice, big potatoes and stuff them with cheese, bacon, sour cream, and chives, or whatever you like&lt;/li&gt;
&lt;li&gt;Help out at your local homeless shelter or donate some old clothes to families in need&lt;/li&gt;
&lt;li&gt;If you can afford it, slap a few hundred bucks on a gift card, go to that store, and pay for everyone until it runs out&lt;/li&gt;
&lt;li&gt;Stop and smell some roses&lt;/li&gt;
&lt;li&gt;Watch a movie or three like The Wild Robot (2024 on Apple TV, Google Play, Amazon Prime and more)&lt;/li&gt;
&lt;li&gt;Write something nice on a pad of paper about nice and/or hopeful for yourself or someone you like&lt;/li&gt;
&lt;li&gt;Get out an old computer and install Linux Mint and engage in some joyful technological discovery. &lt;a href=&#34;https://linuxmint.com&#34;&gt;linuxmint.com&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Go out on a thrift shop crawl in your local area and buy some old things to give them a new home&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;And if you must watch TV, then allow me to suggest one of the single most joyful and affirming shows ever made;l Netflix&amp;rsquo;s &lt;em&gt;Somebody Feed Phil&lt;/em&gt;. You will not regret it. Well, you&amp;rsquo;ll regret having trouble eating the food Phil eats, unless you live in one of the cities he&amp;rsquo;s covered.&lt;/p&gt;
&lt;p&gt;Feel free to submit your own lists of things to do other than watch the news today. #animation #comics #manga #film #movies #linux #music #retrocomputing #humanrights #civilrights #scifi #tech #videogames #writing&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/01/19/nowplaying-nothing-manor-toad-the.html</link>
      <pubDate>Sun, 19 Jan 2025 20:30:04 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/01/19/nowplaying-nothing-manor-toad-the.html</guid>
      <description>&lt;p&gt;#NowPlaying @ Nothing Manor: Toad the Wet Sprocket - All You Want (Bonus Edition)(2023). This is a re-release of the 2011 re-recordings of the band re-performing a number of their popular songs in the studio. Some peeps find this disappointing. I like it. #music &lt;a href=&#34;https://www.youtube.com/watch?v=SYQf12MNOtc&amp;amp;list=PLmbbc7fa_Jnj-2g5RkpYDPk-d4VmKWQfh&#34;&gt;www.youtube.com/watch&lt;/a&gt;&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/bc206b9521.png&#34; width=&#34;474&#34; height=&#34;565&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/01/19/nowplaying-nothing-manor-tal-wilkenfeld.html</link>
      <pubDate>Sun, 19 Jan 2025 20:04:12 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/01/19/nowplaying-nothing-manor-tal-wilkenfeld.html</guid>
      <description>&lt;p&gt;#NowPlaying @ Nothing Manor: Tal Wilkenfeld - Transformation (2007). One of my favorite bassists. First saw her watching Jeff Beck Live at Ronnie Scott&amp;rsquo;s. I believe she was 19 then. #music #jazzfusion &lt;a href=&#34;https://www.youtube.com/watch?v=qnzPiIdyEnM&amp;amp;list=PLJzIoUTz87Y3EPSXMvB_xRtx5FwkfjENA&#34;&gt;www.youtube.com/watch&lt;/a&gt;&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/94fbedfe2a.png&#34; width=&#34;474&#34; height=&#34;565&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/01/18/since-bingo-cards-seem-to.html</link>
      <pubDate>Sat, 18 Jan 2025 14:48:09 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/01/18/since-bingo-cards-seem-to.html</guid>
      <description>&lt;p&gt;Since bingo cards seem to be the current metric by which culture is judged, I sure as hell didn&amp;rsquo;t have &amp;ldquo;Bitchin&#39; New OK Go Music Video&amp;rdquo; on mine. I&amp;rsquo;ll have to watch it again for the lyrics, though. It&amp;rsquo;s just too mesmerizing the first time! #music #pop #musicvideo &lt;a href=&#34;https://www.youtube.com/watch?v=MOEULOSVNK4&#34;&gt;www.youtube.com/watch&lt;/a&gt;&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/01/18/nowplaying-nothing-manor-spocks-beard.html</link>
      <pubDate>Sat, 18 Jan 2025 11:28:26 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/01/18/nowplaying-nothing-manor-spocks-beard.html</guid>
      <description>&lt;p&gt;#NowPlaying @ Nothing Manor: Spock&amp;rsquo;s Beard (2007). The band&amp;rsquo;s ninth album which was released to mixed reviews, still polarizes some listeners, but still garnered solid reviews. I personally love it. #music #ProgressiveRock &lt;a href=&#34;https://www.youtube.com/watch?v=UcO5BGf9KSQ&amp;amp;list=PLUJZt3v5xKEJw7vXdKHe2XXxlC6jwTEo7&#34;&gt;www.youtube.com/watch&lt;/a&gt;&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/301dda5107.png&#34; width=&#34;474&#34; height=&#34;565&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/01/17/nowplaying-nothing-manor-spocks-beard.html</link>
      <pubDate>Fri, 17 Jan 2025 15:46:11 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/01/17/nowplaying-nothing-manor-spocks-beard.html</guid>
      <description>&lt;p&gt;#NowPlaying @ Nothing Manor: Spock&amp;rsquo;s Beard - The Oblivion Particle (2015). Driving, melodic, #progressive #hardrock liberally tinged with a wry sense of humor and hints of #jazz here and there. Every album a concept. #music &lt;a href=&#34;https://www.youtube.com/watch?v=I09_7u2KH-g&amp;amp;list=OLAK5uy_n9UptEzV3CUtEuu6MN0cKIGexCbitO2ic&#34;&gt;www.youtube.com/watch&lt;/a&gt;&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/2e8162e7c1.png&#34; width=&#34;474&#34; height=&#34;565&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/01/16/nowplaying-nothing-manor-chris-cornell.html</link>
      <pubDate>Thu, 16 Jan 2025 20:23:51 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/01/16/nowplaying-nothing-manor-chris-cornell.html</guid>
      <description>&lt;p&gt;#NowPlaying @ Nothing Manor: Chris Cornell - Euphoria Mourning (1999). Chris&#39; first solo album that illustrated a more lyrical and pensive side of his vocal talent and compositional prowess. A must listen. #music &lt;a href=&#34;https://www.youtube.com/watch?v=gOw4-UY7p3Q&amp;amp;list=OLAK5uy_m1TFEt_m54hEWk8EE48e3HlsHGIwfnJMw&#34;&gt;www.youtube.com/watch&lt;/a&gt;&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/2dd77e6d52.png&#34; width=&#34;474&#34; height=&#34;565&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/01/16/nowplaying-nothing-manor-soundgarden-superunknown.html</link>
      <pubDate>Thu, 16 Jan 2025 19:49:59 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/01/16/nowplaying-nothing-manor-soundgarden-superunknown.html</guid>
      <description>&lt;p&gt;#NowPlaying @ Nothing Manor: Soundgarden - Superunknown (20th Anniversary)(1994). I still grieve the loss of Chris Cornell. He was an extraordinary vocalist, and this is an extraordinary album. #music &lt;a href=&#34;https://www.youtube.com/watch?v=fELbXTDl5Ao&amp;amp;list=OLAK5uy_kJxFpCNIHxeAUoovlRmuOOTZGZAuE79yY&#34;&gt;www.youtube.com/watch&lt;/a&gt;&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/71a381d99c.png&#34; width=&#34;474&#34; height=&#34;565&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/01/16/nowplaying-nothing-manor-death-cab.html</link>
      <pubDate>Thu, 16 Jan 2025 12:21:30 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/01/16/nowplaying-nothing-manor-death-cab.html</guid>
      <description>&lt;p&gt;#NowPlaying @ Nothing Manor: Death Cab for Cutie - Transatlanticism (2003). It could just be my imagination, but DCFC just keeps getting better with every new album, but their fourth outing where they broke into the mainstream was already amazing. #music &lt;a href=&#34;https://www.youtube.com/watch?v=yD4RR4RO4fE&amp;amp;list=PLxzSZG7g8c8zscYO2Lq_7qim5hOETo3k-&#34;&gt;www.youtube.com/watch&lt;/a&gt;&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/01/14/nowplaying-nothing-manor-talking-heads.html</link>
      <pubDate>Tue, 14 Jan 2025 15:05:24 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/01/14/nowplaying-nothing-manor-talking-heads.html</guid>
      <description>&lt;p&gt;#NowPlaying @ Nothing Manor: Talking Heads - Stop Making Sense (Special New Version)(1984). The original audio version of this concert film, considered by many to be the finest ever made, was hampered by the media of the day. This new version is complete and sounds sharp and clean. #music &lt;a href=&#34;https://www.youtube.com/watch?v=i653lJCPnzA&amp;amp;list=PLke4g-fS3LOaaUgmHkFiQ8K9Bww8dfKTf&#34;&gt;www.youtube.com/watch&lt;/a&gt;&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/1a3400d647.png&#34; width=&#34;474&#34; height=&#34;565&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/01/14/nowplaying-nothing-manor-oingo-boingo.html</link>
      <pubDate>Tue, 14 Jan 2025 11:33:31 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/01/14/nowplaying-nothing-manor-oingo-boingo.html</guid>
      <description>&lt;p&gt;#NowPlaying @ Nothing Manor: Oingo Boingo - Boingo (1994). Their eighth and final studio #album, #Boingo dropped the horns and keyboards and dove into a deeper, darker, more cinematic, #progressive #rock sound. #music &lt;a href=&#34;https://www.youtube.com/watch?v=u8ZENwvesAI&amp;amp;list=OLAK5uy_le_51LOvA8IGbdLqyDWT1wAmRkOyMIgnI&#34;&gt;www.youtube.com/watch&lt;/a&gt;&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/bb3e1233be.png&#34; width=&#34;474&#34; height=&#34;565&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/01/12/nowplaying-nothing-manor-joe-bonamassa.html</link>
      <pubDate>Sun, 12 Jan 2025 20:27:53 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/01/12/nowplaying-nothing-manor-joe-bonamassa.html</guid>
      <description>&lt;p&gt;#NowPlaying @ Nothing Manor: Joe Bonamassa - Live from the Royal Albert Hall (2009). I adore this live album. It&amp;rsquo;s stunning in every way and Joe&amp;rsquo;s an amazing guitarist. #music #blues #bluesrock #livemusic &lt;a href=&#34;https://www.youtube.com/watch?v=q1mkVPyA3iY&#34;&gt;www.youtube.com/watch&lt;/a&gt;&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/92aa87a647.png&#34; width=&#34;474&#34; height=&#34;565&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/01/12/nowplaying-nothing-manor-blues-traveler.html</link>
      <pubDate>Sun, 12 Jan 2025 15:37:37 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/01/12/nowplaying-nothing-manor-blues-traveler.html</guid>
      <description>&lt;p&gt;#NowPlaying @ Nothing Manor: Blues Traveler - Straight on Till Morning (1997). Man, oh man that John Popper sure can wail. I need to dive back into #Blues again. More to come&amp;hellip; #music&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/c4e0144cd3.png&#34; width=&#34;474&#34; height=&#34;565&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/01/12/nowplaying-nothing-manor-queensrche-operation.html</link>
      <pubDate>Sun, 12 Jan 2025 12:09:52 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/01/12/nowplaying-nothing-manor-queensrche-operation.html</guid>
      <description>&lt;p&gt;#NowPlaying @ Nothing Manor: Queensrÿche - Operation: Mindcrime (Deluxe Edition)(1988). I had this great #HeavyMetal concept album on heavy rotation, and I wasn&amp;rsquo;t much into &amp;ldquo;hair metal&amp;rdquo;. The theme remains relevant today, as well. #music &lt;a href=&#34;https://youtu.be/oLi46MAgxqc?si=HuW-zOpkbRBuBbH2&#34;&gt;youtu.be/oLi46MAgx&amp;hellip;&lt;/a&gt;&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/8ff22d3732.png&#34; width=&#34;474&#34; height=&#34;565&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/01/11/nowplaying-nothing-manor-joe-jackson.html</link>
      <pubDate>Sat, 11 Jan 2025 16:42:05 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/01/11/nowplaying-nothing-manor-joe-jackson.html</guid>
      <description>&lt;p&gt;#NowPlaying @ Nothing Manor: Joe Jackson - Night and Day Deluxe Edition (1982). Got this when I was 14 and played it for weeks. Such an amazing piece of #ProgressivePop. A true masterwork of musical genius. #music #pop &lt;a href=&#34;https://youtu.be/BT5a4Uf4G-U?si=7is3laeIbgCbZtSW&#34;&gt;youtu.be/BT5a4Uf4G&amp;hellip;&lt;/a&gt;&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/2e70eb66bd.png&#34; width=&#34;474&#34; height=&#34;565&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/01/11/nowplaying-nothing-manor-the-cure.html</link>
      <pubDate>Sat, 11 Jan 2025 13:42:50 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/01/11/nowplaying-nothing-manor-the-cure.html</guid>
      <description>&lt;p&gt;#NowPlaying @ Nothing Manor: The Cure - The Head on The Door (Remastered Bonus Version)(1986). This was one of the cassettes the print wore off from flipping it in my Walkman. Fantastic listen Side A &amp;gt; Side B. #music &lt;a href=&#34;https://youtu.be/OX0Dg7jJ9_Q?si=LiKXQrlIhiJQj1y-&#34;&gt;youtu.be/OX0Dg7jJ9&amp;hellip;&lt;/a&gt;&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/4448eb6c22.png&#34; width=&#34;474&#34; height=&#34;565&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/01/10/nowplaying-nothing-manor-sean-wayland.html</link>
      <pubDate>Fri, 10 Jan 2025 20:47:45 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/01/10/nowplaying-nothing-manor-sean-wayland.html</guid>
      <description>&lt;p&gt;#NowPlaying @ Nothing Manor: Sean Wayland - Face to Face (2024). Sean has played with Allan Holdsworth, Wayne Krantz, Tim Miller, Frank Gambale, and Chad Wackerman. Solid album with Dark Skies being my favorite track so far. #music #jazzfusion #vocaljazz &lt;a href=&#34;https://seanwayland.bandcamp.com/album/face-to-face&#34;&gt;seanwayland.bandcamp.com/album/fac&amp;hellip;&lt;/a&gt;&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/0978ab8381.png&#34; width=&#34;474&#34; height=&#34;565&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/01/10/nowplaying-nothing-manor-janek-gwizdala.html</link>
      <pubDate>Fri, 10 Jan 2025 19:43:28 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/01/10/nowplaying-nothing-manor-janek-gwizdala.html</guid>
      <description>&lt;p&gt;#NowPlaying @ Nothing Manor: Janek Gwizdala - Mystery To Me (20th Anniversary Edition)(2024). This just popped up in my #AppleMusic recommendations, and it&amp;rsquo;s quite the banger. Note the linked OG release has a different track order. #jazzfusion #music &lt;a href=&#34;https://youtu.be/6SLLdvRTM_U?si=rbBlhIHsw_oHxfxG&#34;&gt;youtu.be/6SLLdvRTM&amp;hellip;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/9d0ea6058d.png&#34; width=&#34;474&#34; height=&#34;565&#34; alt=&#34;&#34;&gt;&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/14ee1c96bf.png&#34; width=&#34;259&#34; height=&#34;600&#34; alt=&#34;&#34;&gt;&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/01/10/nowplaying-nothing-manor-thomas-dolby.html</link>
      <pubDate>Fri, 10 Jan 2025 14:54:22 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/01/10/nowplaying-nothing-manor-thomas-dolby.html</guid>
      <description>&lt;p&gt;#NowPlaying @ Nothing Manor: Thomas Dolby - Retrospectacle (1994). One of the few &amp;ldquo;Best of&amp;rdquo; albums I actually listen to. It&amp;rsquo;s not only a fantastic listen, but a meaty sampler of a good chunk of his body of work. #music &lt;a href=&#34;https://youtu.be/6gQFbiItwJM?si=ZCRbVgRSo03Dn1r-&#34;&gt;youtu.be/6gQFbiItw&amp;hellip;&lt;/a&gt;&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/01/09/nowplaying-nothing-manor-nik-kershaw.html</link>
      <pubDate>Thu, 09 Jan 2025 13:37:59 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/01/09/nowplaying-nothing-manor-nik-kershaw.html</guid>
      <description>&lt;p&gt;#NowPlaying @ Nothing Manor: Nik Kershaw - You&amp;rsquo;ve Got to Laugh (2006). A darling of the UK&amp;rsquo;s #NewWave and #Synth #Pop genres, Nik took five years to roll out this personal, more #PowerPop oriented and personal album. Riddled with his excellent guitar work, as well. #music &lt;a href=&#34;https://www.youtube.com/watch?v=I_PitrdIHJw&amp;amp;list=PL0HPDOtD3WkOILS1pglgS4fmOdYuqjw5v&#34;&gt;www.youtube.com/watch&lt;/a&gt;&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/e18db1c756.png&#34; width=&#34;474&#34; height=&#34;565&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/01/09/nowplaying-nothing-manor-level-th.html</link>
      <pubDate>Thu, 09 Jan 2025 10:57:22 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/01/09/nowplaying-nothing-manor-level-th.html</guid>
      <description>&lt;p&gt;#NowPlaying @ Nothing Manor: Level 42 - 1980-2010 30th Anniversary World Tour (2010). I&amp;rsquo;ve said it before, but Mark King is a beast on the bass and the band is tight AF. Just a fantastic show. #music &lt;a href=&#34;https://www.youtube.com/watch?v=fBzSrnalHk8&#34;&gt;www.youtube.com/watch&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/8a898e11cb.png&#34; width=&#34;474&#34; height=&#34;565&#34; alt=&#34;&#34;&gt;&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/5af4283fcd.png&#34; width=&#34;600&#34; height=&#34;289&#34; alt=&#34;&#34;&gt;&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/01/08/nowplaying-nothing-manor-soul-coughing.html</link>
      <pubDate>Wed, 08 Jan 2025 18:40:33 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/01/08/nowplaying-nothing-manor-soul-coughing.html</guid>
      <description>&lt;p&gt;#NowPlaying @ Nothing Manor: Soul Coughing - El Oso (1998). I was rollin&#39; to Soul Coughing long before I knew about Mike Doughty, his story, and his success at clawing his life and art back. I&amp;rsquo;m only playing this now because he&amp;rsquo;s reconciled with his former bandmates. #music &lt;a href=&#34;https://www.youtube.com/watch?v=FIqBHOabyqY&#34;&gt;www.youtube.com/watch&lt;/a&gt;&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/097ae3ed88.png&#34; width=&#34;474&#34; height=&#34;565&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/01/08/nowplaying-nothing-manor-jason-falkner.html</link>
      <pubDate>Wed, 08 Jan 2025 18:12:17 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/01/08/nowplaying-nothing-manor-jason-falkner.html</guid>
      <description>&lt;p&gt;#NowPlaying @ Nothing Manor: Jason Falkner - Can You Still Feel (1999). Falkner is IMO a brilliant multi-instrumentalist and #PowerPop #ProgressivePop #Rock master craftsman I first discovered on The Grays one and only album. He was Beck&amp;rsquo;s guitarist, as well. #music &lt;a href=&#34;https://www.youtube.com/watch?v=TukUXQXCVHs&amp;amp;list=PLKhoKxOkmRPpD678YugYS6YLQWcKXlE4L&#34;&gt;www.youtube.com/watch&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/61cfbde5ea.png&#34; width=&#34;474&#34; height=&#34;565&#34; alt=&#34;&#34;&gt;&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/7acedbb095.png&#34; width=&#34;545&#34; height=&#34;600&#34; alt=&#34;&#34;&gt;&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/01/07/nowplaying-nothing-manor-squeeze-babylon.html</link>
      <pubDate>Tue, 07 Jan 2025 19:18:14 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/01/07/nowplaying-nothing-manor-squeeze-babylon.html</guid>
      <description>&lt;p&gt;#NowPlaying @ Nothing Manor: Squeeze - Babylon and On (1987). I&amp;rsquo;ve enjoyed Squeeze for decades but find that I never listen to them enough. Great album. #music &lt;a href=&#34;https://www.youtube.com/watch?v=vIqpseoHOkE&amp;amp;list=PL9VrOie_GiI_4T-ozJJpojRli3lbW5qKf&#34;&gt;www.youtube.com/watch&lt;/a&gt;&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/8377582b6e.png&#34; width=&#34;474&#34; height=&#34;565&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/01/07/nowplaying-nothing-manor-paul-gilbert.html</link>
      <pubDate>Tue, 07 Jan 2025 13:37:00 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/01/07/nowplaying-nothing-manor-paul-gilbert.html</guid>
      <description>&lt;p&gt;#NowPlaying @ Nothing Manor: Paul Gilbert - Vibrato (2012). Extraordinary guitarist and very funny guy, immediately notable on tracks like &amp;ldquo;Enemies (in jail)&amp;rdquo;, &amp;ldquo;Vibrato&amp;rdquo;, and &amp;ldquo;Atmosphere on The Moon&amp;rdquo;. &lt;a href=&#34;https://www.youtube.com/watch?v=iZ1ODg-HN50&#34;&gt;www.youtube.com/watch&lt;/a&gt; #music #rock #hardrock&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/843eabfa13.png&#34; width=&#34;474&#34; height=&#34;565&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/01/06/nowplaying-nothing-manor-dream-theater.html</link>
      <pubDate>Mon, 06 Jan 2025 13:02:23 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/01/06/nowplaying-nothing-manor-dream-theater.html</guid>
      <description>&lt;p&gt;#NowPlaying @ Nothing Manor: Dream Theater - Black Clouds &amp;amp; Silver Linings (Special Edition)(2009) This epic album features four tracks that clock in at over 12 minutes and a fantastic cover of Queen&amp;rsquo;s Tenement Funster/Flick of the Wrist/Lily of the Valley. #progrock #progmetal #music&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/de8d52e073.png&#34; width=&#34;474&#34; height=&#34;565&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/01/06/nowplaying-nothing-manor-progger-scattering.html</link>
      <pubDate>Mon, 06 Jan 2025 10:59:45 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/01/06/nowplaying-nothing-manor-progger-scattering.html</guid>
      <description>&lt;p&gt;#NowPlaying @ Nothing Manor: Progger - Scattering (2016). #ProgressiveJazz #JazzFusion #Jazz Progger is a colloquial term for a person who is a fan of progressive music and also a great band. &lt;a href=&#34;https://www.youtube.com/watch?v=NEpb2igfAbQ&amp;amp;pp=ygUScHJvZ2dlciBzY2F0dGVyaW5n&#34;&gt;www.youtube.com/watch&lt;/a&gt;&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/bcd1df6151.png&#34; width=&#34;474&#34; height=&#34;565&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/01/06/nowplaying-nothing-manor-dave-weckl.html</link>
      <pubDate>Mon, 06 Jan 2025 10:11:39 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/01/06/nowplaying-nothing-manor-dave-weckl.html</guid>
      <description>&lt;p&gt;#NowPlaying @ Nothing Manor: Dave Weckl Band - Multiplicity (2005). #jazz #jazzfusion Excellent album with a nice mix of energies and a talented line-up with Dave on the drums. &lt;a href=&#34;https://www.youtube.com/watch?v=yhB6Qna3xJs&amp;amp;list=PLY94jUTyp0UyLRB-GgjNeD4sQTelSHER5&#34;&gt;www.youtube.com/watch&lt;/a&gt;&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/b259ea1203.png&#34; width=&#34;474&#34; height=&#34;565&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title>#NowPlaying @ Nothing Manor: Simon Phillips - Symbiosis (1995)</title>
      <link>https://tavexocor.shop/2025/01/05/nowplaying-nothing-manor-simon-phillips.html</link>
      <pubDate>Sun, 05 Jan 2025 16:18:41 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/01/05/nowplaying-nothing-manor-simon-phillips.html</guid>
      <description>&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/scr-20250105-ksl.png&#34; width=&#34;474&#34; height=&#34;565&#34; alt=&#34;Album cover for Simon Phillips Symbiosis from 1995&#34;&gt;
&lt;p&gt;#NowPlaying @ Nothing Manor: Simon Phillips - Symbiosis (1995). Drums - Simon, Percussion - Chris Trujillo, Timbales - Sheila E., Bass - Mike Porcaro/Jimmy Johnson/John Pena, Guitar - Ray Russell, Keys - Mitchel Forman, Sax - Wendell Brooks. #progressivejazz #jazzfusion #jazz #music &lt;a href=&#34;https://www.youtube.com/watch?v=igGS6LDmNrs&amp;amp;list=PLle05q_cxYFWIMr6q886bOlL-OxlqAJYL&#34;&gt;www.youtube.com/watch&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I realized yesterday whilst doing a little research that I&amp;rsquo;d been leaving out the Jazz Fusion genre as a tag and only using the Progressive Jazz tag, which not everyone will recognize. I&amp;rsquo;ve now rectified that error :) This is my second favorite Simon Phillips album, though I do adore the Protocol projects, Midair Decision and Biplane to Bermuda being my two favorite tracks. My favorite remains 1999&amp;rsquo;s Out of The Blue, however, with its more kinetic take on Midair Decision. I&amp;rsquo;ll be playing that next :)&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/01/04/200117.html</link>
      <pubDate>Sat, 04 Jan 2025 21:01:17 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/01/04/200117.html</guid>
      <description>&lt;p&gt;#NowPlaying @ Nothing Manor: Snarky Puppy - Immigrance (2019). When I start playing SP it&amp;rsquo;s just too hard to stop. Also, half of their albums have an audience in the studio. This one does not. Had to look that up. #music #progressivejazz #jazz &lt;a href=&#34;https://www.youtube.com/watch?v=t6aRwDcOaCw&#34;&gt;www.youtube.com/watch&lt;/a&gt;&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/8b5b1c5fb4.png&#34; width=&#34;474&#34; height=&#34;565&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/01/04/nowplaying-nothing-manor-snarky-puppy.html</link>
      <pubDate>Sat, 04 Jan 2025 19:50:07 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/01/04/nowplaying-nothing-manor-snarky-puppy.html</guid>
      <description>&lt;p&gt;#NowPlaying @ Nothing Manor: Snarky Puppy &amp;amp; Metropole Orkest - Sylva (2015). As far as I can tell, Snarky Puppy only records live but they are so tight you can&amp;rsquo;t tell until you hear the audience. Phenomenal #ProgressiveJazz #Jazz #music &lt;a href=&#34;https://www.youtube.com/watch?v=3Gptfqd1Dz4&amp;amp;list=PL52RKVKBFM33o5MytvewfuSHtbf_Vg0Lg&#34;&gt;www.youtube.com/watch&lt;/a&gt;&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/b70051546b.png&#34; width=&#34;474&#34; height=&#34;565&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/01/04/now-playing-nothing-manor-the.html</link>
      <pubDate>Sat, 04 Jan 2025 14:52:11 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/01/04/now-playing-nothing-manor-the.html</guid>
      <description>&lt;p&gt;Now Playing @ Nothing Manor: The Breeders - Last Splash (30th Anniversary Edition)(2023). The Deal sisters and Co. are the real &amp;ldquo;deal&amp;rdquo; (pun intended) when it comes to lyrical neo-punk pop. This is simply a fantastic album. Go ahead&amp;hellip; sing along :) &lt;a href=&#34;https://www.youtube.com/watch?v=pVtZaHWeNWg&amp;amp;list=PLWVreuogjhtDNXveO7DV7oDKXwl80dtjE&#34;&gt;www.youtube.com/watch&lt;/a&gt;&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/edc39184d0.png&#34; width=&#34;474&#34; height=&#34;565&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2025/01/01/now-playing-nothing-manor-michael.html</link>
      <pubDate>Wed, 01 Jan 2025 10:46:45 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2025/01/01/now-playing-nothing-manor-michael.html</guid>
      <description>&lt;p&gt;Now Playing @ Nothing Manor: Michael Penn - Mr. Hollywood Jr. (Double Disc Version)(2005). Featuring Penn&amp;rsquo;s unique spin on Americana rock and interspersed with fascinating short snippets of musical texture, this is a more introspective album than most of his releases. #music #nowplaying&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2025/b9e0e2c26b.png&#34; width=&#34;474&#34; height=&#34;565&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2024/12/31/now-playing-nothing-manor-colin.html</link>
      <pubDate>Tue, 31 Dec 2024 14:24:42 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2024/12/31/now-playing-nothing-manor-colin.html</guid>
      <description>&lt;p&gt;Now Playing @ Nothing Manor: Colin Hay - Transcendental Highway (1998). Saw Colin this morning talking to CNN whilst celebrating New Years in Tasmania (I think. Maybe NZ) and playing music for the crowds with his old band, Men at Work. Threw this on. Great album. #music #nowplaying&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2024/cf2f14cd83.png&#34; width=&#34;474&#34; height=&#34;565&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2024/12/30/now-playing-nothing-manor-oingo.html</link>
      <pubDate>Mon, 30 Dec 2024 13:16:25 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2024/12/30/now-playing-nothing-manor-oingo.html</guid>
      <description>&lt;p&gt;Now Playing @ Nothing Manor: Oingo Boingo - Alive (1988). While this is a live album, the band didn&amp;rsquo;t play in front of an audience. Nothing is mixed. It sounds like a studio recording it&amp;rsquo;s so tight. #music #nowplaying&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2024/c809aeedb4.png&#34; width=&#34;474&#34; height=&#34;565&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2024/12/30/now-playing-nothing-manor-robbie.html</link>
      <pubDate>Mon, 30 Dec 2024 10:21:55 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2024/12/30/now-playing-nothing-manor-robbie.html</guid>
      <description>&lt;p&gt;Now Playing @ Nothing Manor: Robbie Robertson - How To Become Clairvoyant (Deluxe)(2011). Eric Clapton. Steve Winwood. Tom Morello. Trent Reznor. Nothing short of an amazing album. Why are you still reading this? Go listen! #music #nowplaying&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2024/daecdc33e0.png&#34; width=&#34;474&#34; height=&#34;565&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2024/12/26/now-playing-nothing-manor-yes.html</link>
      <pubDate>Thu, 26 Dec 2024 17:40:08 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2024/12/26/now-playing-nothing-manor-yes.html</guid>
      <description>&lt;p&gt;Now Playing @ Nothing Manor: Yes - 90125 (1983). This is the first album of Yes&#39; third iteration and reinvention into a more commercially approachable act. The album spawned four singles, including the radio-friendly &amp;lsquo;Owner of a Lonely Heart&amp;rsquo; and hit #5 on the US Billboard 200. #music #nowplaying&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2024/6366d215de.png&#34; width=&#34;474&#34; height=&#34;565&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2024/12/26/now-playing-nothing-manor-the.html</link>
      <pubDate>Thu, 26 Dec 2024 16:37:02 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2024/12/26/now-playing-nothing-manor-the.html</guid>
      <description>&lt;p&gt;Now Playing @ Nothing Manor: The Phil Collins Big Band - A Hot Night in Paris (1999). God rest your marvelous soul, Phil. #music #nowplaying&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2024/2fbdbd0bf1.png&#34; width=&#34;474&#34; height=&#34;565&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2024/12/26/111744.html</link>
      <pubDate>Thu, 26 Dec 2024 12:17:44 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2024/12/26/111744.html</guid>
      <description>&lt;p&gt;Now Playing @ Nothing Manor: Robbie Robertson - Storyville (1991). I guess today is Robbie Roberthursday. Fantastic album with a deeply soulful &amp;lsquo;Go Back to Your Woods&amp;rsquo;. #music #nowplaying&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2024/18bebdbdf7.png&#34; width=&#34;474&#34; height=&#34;565&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2024/12/26/now-playing-nothing-manor-robbie.html</link>
      <pubDate>Thu, 26 Dec 2024 10:39:59 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2024/12/26/now-playing-nothing-manor-robbie.html</guid>
      <description>&lt;p&gt;Now Playing @ Nothing Manor: Robbie Robertson - Eponymous (1987). Lead guitarist for Bob Dylan. Founding member and songwriter for The Band. Storied solo career. We sadly lost him last year at a young 80 years old. #music #nowplaying &lt;a href=&#34;https://en.wikipedia.org/wiki/Robbie_Robertson&#34;&gt;en.wikipedia.org/wiki/Robb&amp;hellip;&lt;/a&gt;&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2024/4413e44de2.png&#34; width=&#34;474&#34; height=&#34;565&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2024/12/25/now-playing-nothing-manor-psychodots.html</link>
      <pubDate>Wed, 25 Dec 2024 16:27:50 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2024/12/25/now-playing-nothing-manor-psychodots.html</guid>
      <description>&lt;p&gt;Now Playing @ Nothing Manor: Psychodots - Terminal Blvd. (2005). Rob is prolific. He was in The Bears with Adrian Belew, The Raisins, and has a strong solo career, and is a stellar guitarist. A deeply underrated talent. #music #nowplaying&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2024/b741d6f38b.png&#34; width=&#34;474&#34; height=&#34;565&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2024/12/25/im-a-full-album-listener.html</link>
      <pubDate>Wed, 25 Dec 2024 16:15:21 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2024/12/25/im-a-full-album-listener.html</guid>
      <description>&lt;p&gt;I&amp;rsquo;m a full album listener and appreciate explorations of particular musicians across multiple phases of their career (e.g., Jason Falkner, Rob Fetters, Simon Phillips). I&amp;rsquo;m pleased to see someone finally ran a study on the so-called &amp;lsquo;Sophmore Slump&amp;rsquo;. #music &lt;a href=&#34;https://entertainment.slashdot.org/story/24/12/24/2219245/critics-not-fans-perpetuate-the-failed-second-album-myth-study-shows&#34;&gt;entertainment.slashdot.org/story/24/&amp;hellip;&lt;/a&gt;&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2024/12/23/now-playing-nothing-manor-vintage.html</link>
      <pubDate>Mon, 23 Dec 2024 14:13:26 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2024/12/23/now-playing-nothing-manor-vintage.html</guid>
      <description>&lt;p&gt;Now Playing @ Nothing Manor: Vintage Trouble - The Bomb Shelter Sessions (2011). This bombastic 1950&amp;rsquo;s R&amp;amp;B, soul, funk inspired band from LA put on one helluva live show. They remind me a lot of the fictional band from the movie Animal House, Otis Day &amp;amp; The Knights. &lt;a href=&#34;https://www.youtube.com/watch?v=zWh9xV973Ks&#34;&gt;www.youtube.com/watch&lt;/a&gt; #music #nowplaying&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2024/a5555faac7.png&#34; width=&#34;474&#34; height=&#34;565&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2024/12/22/now-playing-nothing-manor-train.html</link>
      <pubDate>Sun, 22 Dec 2024 20:37:52 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2024/12/22/now-playing-nothing-manor-train.html</guid>
      <description>&lt;p&gt;Now Playing @ Nothing Manor: Train - Train (1998). I&amp;rsquo;m sorry if you love Train, but this is really the only album of theirs I truly love. I&amp;rsquo;d describe it more like Southern fried AAA rock rather than the more pop-oriented albums that follow. Nice, modern twist pre-2k. #music #nowplaying&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2024/03e503f8d4.png&#34; width=&#34;474&#34; height=&#34;565&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2024/12/22/now-playing-nothing-manor-joe.html</link>
      <pubDate>Sun, 22 Dec 2024 14:24:35 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2024/12/22/now-playing-nothing-manor-joe.html</guid>
      <description>&lt;p&gt;Now Playing @ Nothing Manor: Joe Strummer &amp;amp; The Mescaleros - Global a Go-Go (2001). Joe&amp;rsquo;s just a fantastic musical presence and this album is him through and through. Great groove from top to bottom. #music #nowplaying&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2024/51958de90b.png&#34; width=&#34;474&#34; height=&#34;565&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2024/12/22/now-playing-nothing-manor-the.html</link>
      <pubDate>Sun, 22 Dec 2024 14:04:03 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2024/12/22/now-playing-nothing-manor-the.html</guid>
      <description>&lt;p&gt;Now Playing @ Nothing Manor: The Smithereens Play Tommy (2009). Who doesn&amp;rsquo;t love The Who and I adore The Smithereens. With the latter playing the entire &amp;ldquo;Tommy&amp;rdquo; album by the former, it&amp;rsquo;s a match made in musical heaven! #music #nowplaying&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2024/1b919fcae1.png&#34; width=&#34;474&#34; height=&#34;565&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2024/12/21/100054.html</link>
      <pubDate>Sat, 21 Dec 2024 11:00:54 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2024/12/21/100054.html</guid>
      <description>&lt;p&gt;Now Playing @ Nothing Manor: It Bites - Eat Me in St. Louis (1989). Having just finished some Frank, I thought I&amp;rsquo;d put on his old bands 3rd and final album. It Bites would usher in the Neo-Prog Rock era with strong power pop vibes. #music #nowplaying&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2024/388db5174b.png&#34; width=&#34;474&#34; height=&#34;565&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2024/12/21/now-playing-nothing.html</link>
      <pubDate>Sat, 21 Dec 2024 10:30:59 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2024/12/21/now-playing-nothing.html</guid>
      <description>&lt;p&gt;Now Playing @ Nothing Manor: Francis Dunnery - Lets Go Do What Happens (1998). I was living in Vermont at the time, heard this on The Point FM, and drove from Eden to Williston to buy this album on cassette. #music #nowplaying&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2024/e890cc2611.png&#34; width=&#34;474&#34; height=&#34;565&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2024/12/20/now-playing-nothing.html</link>
      <pubDate>Fri, 20 Dec 2024 13:13:18 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2024/12/20/now-playing-nothing.html</guid>
      <description>&lt;p&gt;Now Playing @ Nothing Manor: Sixpence None the Richer - Eponymous (1999). Despite getting the Grammy nomination for best Rock Gospel Album of 1997 (the version I&amp;rsquo;m playing is a re-issue) there&amp;rsquo;s very little overt religiosity unless you dig into the lyrics. It&amp;rsquo;s a solid progressive pop rock album with lots of clever hooks and arrangements. #music #nowplaying&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2024/f1dc29e8e1.png&#34; width=&#34;474&#34; height=&#34;565&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2024/12/19/172858.html</link>
      <pubDate>Thu, 19 Dec 2024 18:28:58 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2024/12/19/172858.html</guid>
      <description>&lt;p&gt;Now Playing @ Nothing Manor: Toto - Mindfields (1999). Apparently this wasn&amp;rsquo;t received well by reviewers, but I like it. I&amp;rsquo;m especially fond of the title track. For some reason, the one on Apple Music&amp;rsquo;s first track is &amp;ldquo;Cruel&amp;rdquo;, contradicting the listing on the Wikipedia page. Anyway, toss it on and see what you think! #music #nowplaying&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2024/a2dba283aa.png&#34; width=&#34;474&#34; height=&#34;565&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2024/12/19/now-playing-nothing.html</link>
      <pubDate>Thu, 19 Dec 2024 14:51:31 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2024/12/19/now-playing-nothing.html</guid>
      <description>&lt;p&gt;Now Playing @ Nothing Manor: Level 42 - Retroglide (2006). Mark King is an absolute beast on the bass. Definitely a must listen if you haven&amp;rsquo;t heard anything from them since the 80&amp;rsquo;s. #music #nowplaying #level42&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2024/1f7beca195.png&#34; width=&#34;474&#34; height=&#34;565&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2024/12/18/102453.html</link>
      <pubDate>Wed, 18 Dec 2024 11:24:53 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2024/12/18/102453.html</guid>
      <description>&lt;p&gt;Now Playing @ Nothing Manor: Genesis - Live Over Europe (2007). One of my numerous favorite albums from Genesis is this fantastic 2 hour and 20 minute live album culled from tour shows around the world. #music #nowplaying #progrock&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2024/5438d7563d.png&#34; width=&#34;474&#34; height=&#34;565&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2024/12/18/now-playing-nothing.html</link>
      <pubDate>Wed, 18 Dec 2024 10:14:10 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2024/12/18/now-playing-nothing.html</guid>
      <description>&lt;p&gt;Now Playing @ Nothing Manor: Manchester Orchestra - A Black Mile to the Surface (2017). A really great progressive concept rock album. I&amp;rsquo;ll admit I wasn&amp;rsquo;t a fan until this album. Definitely worth a listen. #music #nowplaying&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2024/02de960036.png&#34; width=&#34;474&#34; height=&#34;565&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2024/12/17/171952.html</link>
      <pubDate>Tue, 17 Dec 2024 18:19:52 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2024/12/17/171952.html</guid>
      <description>&lt;p&gt;Now Playing @ Nothing Manor: Mr. Mister - Pull (2010). This is a progressive pop masterpiece that, after being recorded in 1989-1990 was denied release by label RCA as not being commercial enough. It took frontman Richard Page two decades to regain the rights to the album, finish the mix, and release it under his own label. I had a bootleg copy of the leaked album, bought it when it came out, and now listen to this expanded edition. It remains one of my favorite albums. #music #nowplaying&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2024/f345c6f415.png&#34; width=&#34;474&#34; height=&#34;565&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2024/12/17/130757.html</link>
      <pubDate>Tue, 17 Dec 2024 14:07:57 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2024/12/17/130757.html</guid>
      <description>&lt;p&gt;Now Playing @ Nothing Manor: Death Cab for Cutie - Kintsugi (2015). Inspired by the listen to 2018&amp;rsquo;s Thank You for Today, I have now cued up the great Kintsugi. #music #nothingmanor #nowplaying&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2024/77cb77f50f.png&#34; width=&#34;474&#34; height=&#34;565&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title>Now playing @ Nothing Manor: Death Cab for Cutie - Thank You for Today (2018)</title>
      <link>https://tavexocor.shop/2024/12/17/now-playing-nothing.html</link>
      <pubDate>Tue, 17 Dec 2024 13:33:38 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2024/12/17/now-playing-nothing.html</guid>
      <description>&lt;p&gt;This is a great album that harkens back to Death Cab&amp;rsquo;s earlier, more introspective work while integrating their more matured sound from 2015&amp;rsquo;s Kintsugi, another great album. #music #nothingmanor #nowplaying&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2024/faca72fdf0.png&#34; width=&#34;474&#34; height=&#34;565&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title>Now playing at Nothing Manor: Sixpence None The Richer - Divine Discontent (2002)</title>
      <link>https://tavexocor.shop/2024/12/16/164052.html</link>
      <pubDate>Mon, 16 Dec 2024 17:40:52 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2024/12/16/164052.html</guid>
      <description>&lt;p&gt;Despite Sixpence being labeled a Christian rock band, their #music is more progressive pop and the lyrics are generally quite abstract. Even as former PK turned avowed atheist, I find myself quietly singing along to Melody of You, and Leigh Nash&amp;rsquo;s vocals are sublimely unique. #music #nothingmanor #nowplaying&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2024/42fbc3c1a0.png&#34; width=&#34;474&#34; height=&#34;565&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title>Now playing at Nothing Manor: Big Wreck - ...but for the sun (2023 remaster)</title>
      <link>https://tavexocor.shop/2024/12/16/now-playing-at.html</link>
      <pubDate>Mon, 16 Dec 2024 13:19:17 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2024/12/16/now-playing-at.html</guid>
      <description>&lt;p&gt;Sadly Brian Doherty, co-founder of Big Wreck with Ian Thornley in 1992, passed away from lung cancer a couple months before the release of &amp;ldquo;&amp;hellip;but for the sun&amp;rdquo; in August 2019. If you don&amp;rsquo;t know Big Wreck, time to dig in. #music #nothingmanor #jukebox &lt;a href=&#34;https://en.wikipedia.org/wiki/Big_Wreck&#34;&gt;en.wikipedia.org/wiki/Big_&amp;hellip;&lt;/a&gt;&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2024/ab7b15f715.png&#34; width=&#34;474&#34; height=&#34;565&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2024/12/13/114039.html</link>
      <pubDate>Fri, 13 Dec 2024 12:40:39 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2024/12/13/114039.html</guid>
      <description>&lt;p&gt;Now Playing at Nothing Manor: #MUTEMATH&amp;rsquo;s Distance EP. I&amp;rsquo;ve been a fan of Paul Meany&amp;rsquo;s longrunning project since the single for Typical dropped in 2006 and I purchased their eponymous debut. I was enamored with Darren King&amp;rsquo;s kinetic drumming throughout their first three albums (Mutemath, Armistice, and Odd Soul), but he left the group in 2017 and Paul went solo. #music #alternativerock &lt;a href=&#34;https://en.wikipedia.org/wiki/Mutemath&#34;&gt;en.wikipedia.org/wiki/Mute&amp;hellip;&lt;/a&gt;&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2024/ae588d364e.png&#34; width=&#34;474&#34; height=&#34;565&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2024/12/13/if-you-were.html</link>
      <pubDate>Fri, 13 Dec 2024 11:05:22 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2024/12/13/if-you-were.html</guid>
      <description>&lt;p&gt;If you were excited about the 4K remastering of #DaftPunk&amp;rsquo;s feature-length original animated film supervised by #anime master Leiji Matsumoto (Captain Harlock), tamp that enthusiasm down now. You won&amp;rsquo;t find solace in this new #AI generated slop monster. Kevin Cormack&amp;rsquo;s review on Anime News Network gives you the complete rundown. #animation #music &lt;a href=&#34;https://www.animenewsnetwork.com/review/interstella-5555-the-5tory-of-the-5ecret-5tar-5ystem/k-remaster-movie/.218777&#34;&gt;www.animenewsnetwork.com/review/in&amp;hellip;&lt;/a&gt;&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2024/4577640744.png&#34; width=&#34;600&#34; height=&#34;300&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2024/12/13/now-playing-at.html</link>
      <pubDate>Fri, 13 Dec 2024 09:56:04 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2024/12/13/now-playing-at.html</guid>
      <description>&lt;p&gt;Now playing at Nothing Manor: Billy Cobham&amp;rsquo;s Drum &amp;lsquo;N Voice vol. 1-2-3-4-5 Complete Deluxe Edition. 50 tracks over four hours featuring an avalanche of #ProgressiveJazz greats doin&amp;rsquo; what they do best. #music #jazz #nowplaying&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2024/4e3f838497.png&#34; width=&#34;474&#34; height=&#34;565&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2024/12/10/now-playing-at.html</link>
      <pubDate>Tue, 10 Dec 2024 17:18:47 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2024/12/10/now-playing-at.html</guid>
      <description>&lt;p&gt;Now playing at Nothing Manor: &lt;em&gt;Grant-Lee Phillips - Widdershins&lt;/em&gt;. Fantastic album top to bottom. #music #rock #albums&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2024/90c857dcee.png&#34; width=&#34;474&#34; height=&#34;565&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2024/12/08/now-playing-at.html</link>
      <pubDate>Sun, 08 Dec 2024 10:48:47 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2024/12/08/now-playing-at.html</guid>
      <description>&lt;p&gt;Now Playing at Nothing Manor &amp;ndash;&amp;gt; Perfect Storm&amp;rsquo;s Stairs (2024). From the opening track this Neo-Progressive rock band from The Netherlands wows with creative, accessible arrangements, excellent musicianship, and melodic lyricism from vocalists Adel Saflou and Hiske Oosterwijk, all driven by punchy metal guitar work, thumpy bass, expressive keyboards, and strong drum work. #music #progrock #rock &lt;a href=&#34;https://www.progarchives.com/artist.asp?id=11646&#34;&gt;www.progarchives.com/artist.as&amp;hellip;&lt;/a&gt;&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2024/d306582500.png&#34; width=&#34;474&#34; height=&#34;565&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2024/12/07/now-playing-at.html</link>
      <pubDate>Sat, 07 Dec 2024 18:11:12 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2024/12/07/now-playing-at.html</guid>
      <description>&lt;p&gt;Now Playing at TKN Manor. Yes. They remastered and remixed the fantastic We Like It Here album and it&amp;rsquo;s already sounding fantastic! #snarkypuppy #jazz #progressivejazz #nowplaying #music&lt;/p&gt;
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2024/685d375384.png&#34; width=&#34;474&#34; height=&#34;565&#34; alt=&#34;&#34;&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2024/12/06/now-playing-at.html</link>
      <pubDate>Fri, 06 Dec 2024 23:23:30 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2024/12/06/now-playing-at.html</guid>
      <description>&lt;p&gt;Now playing at TKN Manor: Alive (feat. Chaka Khan)&amp;hellip; #music #jazz #progressivejazz #BillyCobham
&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2024/dcd63d3e01.png&#34; alt=&#34;&#34;&gt;&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title></title>
      <link>https://tavexocor.shop/2024/11/16/now-playing-at.html</link>
      <pubDate>Sat, 16 Nov 2024 14:10:41 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2024/11/16/now-playing-at.html</guid>
      <description>&lt;img src=&#34;https://cdn.uploads.micro.blog/151098/2024/7a18375af7.png&#34; alt=&#34;Album cover for The Police&#39;s Synchronicity from 2003&#34;&gt;
&lt;p&gt;Now playing at Nothing Manor, The Police&amp;rsquo;s final album remastered and re-released in 2003, Synchronicity. #music #albums #thepolice&lt;/p&gt;
&lt;p&gt;&lt;em&gt;PROTIP&lt;/em&gt;: Albums are snapshots in musical time. Listen to the entire album and feel the groove, read the lyrics at the same time, and experience a little time travel 😁&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>Francis Dunnery’s Let’s Go Do What Happens | Album Stories</title>
      <link>https://tavexocor.shop/2023/12/14/francis-dunnerys-lets.html</link>
      <pubDate>Thu, 14 Dec 2023 16:03:06 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2023/12/14/francis-dunnerys-lets.html</guid>
      <description>&lt;p&gt;&amp;quot; &amp;ldquo;&amp;gt;&lt;/p&gt;
&lt;div&gt;
&lt;img src=&#34;https://cdn-images-1.medium.com/max/1067/1*IgqSUJnhlzrKG1sOnb1QUg.jpeg&#34;&gt;&lt;br&gt;
&lt;blockquote&gt;&lt;div&gt;
&lt;i&gt;Everyone calls him Frank. &lt;/i&gt;&lt;strong&gt;&lt;i&gt;Let’s Go Do What Happens&lt;/i&gt;&lt;/strong&gt;&lt;i&gt; was released in 1998.&lt;/i&gt;
 &lt;/blockquote&gt;
&lt;div&gt;&lt;div&gt;
&lt;p&gt;I’m quite sure that it was early Fall in Vermont; leaf turning season. It drew the leaf peepers and they brought their money. We didn’t turn in those circles, or any circles for that matter. We spent time at home or at school or with the baby or at various jobs. She worked at the Vermont State Department of Corrections for a time. I worked at the nearby IBM plant for a spell. I attempted another go at college. I’d like to think we failed each other.&lt;/p&gt;
&lt;div&gt;
&lt;div&gt; 
&lt;div&gt; 
 Have a listen to the album while reading this piece.&lt;p&gt;The radio station that had to be on in the car at the time was The Point FM, &lt;em&gt;de rigueur&lt;/em&gt; for any self-respecting AAA aficionado. Where else was one to catch up with the latest singles from Big Head Todd &amp;amp; The Monsters, R.E.M. or Dave Matthews Band, note the dates for a coming Phish show, or score a tip on hemp floor mats or locally roasted coffee (yes, &lt;em&gt;that&lt;/em&gt; Green Mountain Coffee.)&lt;/p&gt;
&lt;p&gt;I honestly don’t recall the track from this album I heard on the radio that caused me to suddenly know I had to own it, but it could have been any of them. Normally, I have at the very least, a sense of which track, but not this one. All I know is I got in the car, drove down to the Sam Goody (I think, might have been a Wherehouse) off the 189 at Shelburne, and bought the cassette. I slapped it into the tape deck and listened to it all the way home.&lt;/p&gt;
&lt;p&gt;Thank you, Auto Reverse.&lt;/p&gt;
&lt;p&gt;Little did I know at the time, but Francis Dunnery was to become a very important figure in my one-person chapter of Tyler’s Music Appreciation Society. In 1998, however, I didn’t place as much importance on music as I would later in life, specifically in regard to my progressive self-education. Hell, at the time I hadn’t yet come to grips with The Blues and still had a stunted understanding of Jazz.&lt;/p&gt;
&lt;p&gt;I knew at the time, however, that Dunnery spoke to me with his lyrical content, compositional style, sound, and his distinctive vocal quality. I’ve come to understand this as Storyteller Syndrome; my principle thesis on progressive rock. In a nutshell, that one thing that sets progressive apart from its core genre is story telling. Most people think that “Prog Rock” is epic long tracks with soaring guitars, complex beats, and tales of space ships and wizards. I propose that couldn’t be further from the truth.&lt;/p&gt;
&lt;blockquote&gt;&lt;em&gt;Rocks songs are about love and loss. Prog rock songs are about stories. — Tyler Regas, 2020&lt;/em&gt;&lt;/blockquote&gt;
&lt;p&gt;Even the most epic prog rock band of all time forever and ever, known to mortals as Rush, moved away from 15 minute long tracks and tales about hobbits and dragons to more socially conscious fare packaged into tighter, radio-friendly formats. In 1973, Yes released Tales from Topographic Oceans, four songs stretched over two albums, and completely radio-hostile. Just a decade later, and Yes would have a huge radio hit with Owner of a Lonely Heart. I don’t think anyone would argue that Yes should be disavowed. That would be absurd.&lt;/p&gt;
&lt;div&gt;
&lt;div&gt; 
&lt;div&gt; 
&lt;div&gt;
&lt;div&gt; 
&lt;div&gt; 
&lt;p&gt;Now, I won’t try to suggest that any song that tells a story is progressive. No. It’s more than that. It has to be something new but retain principle elements of rock music, to take that music in a new direction, and evoke a reaction in the listener, one that provokes new avenues of thought or introspection, through storytelling or other narrative structures. This can even be done instrumentally. Just take a listen to any of Simon Phillips’ Protocol albums, Plini, or Arch Echo.&lt;/p&gt;
&lt;div&gt;
&lt;div&gt; 
&lt;div&gt; 
 Tell me that Biplane to Bermuda doesn’t paint an interesting picture…&lt;div&gt;
&lt;div&gt; 
&lt;div&gt; 
 Lush, hard prog rock instrumental soundscapes.&lt;div&gt;
&lt;div&gt; 
&lt;div&gt; 
 If you love Animals As Leaders but miss recognizable song structure.&lt;p&gt;In a way, we get to witness Dunnery’s trajectory through the late stages of the Golden Age of Progressive through his stint as frontman for influential UK band It Bites and into his solo albums. Not well known outside of the UK, It Bites is what I personally recognize as the last of the original progressive rocks bands of the golden era of prog. &lt;a href=&#34;https://francisdunnery.bandcamp.com/album/vampires-regular-download&#34; target=&#34;_blank&#34;&gt;Most notable of his solo efforts is 2016’s &lt;strong&gt;Vampires&lt;/strong&gt; release on Band Camp&lt;/a&gt; where he makes what he had originally intended for certain It Bites tracks quite clear, if you know what I mean. They have since come to terms.&lt;/p&gt;
&lt;p&gt;The late 90’s, however, were different for me. Not having the benefit of hindsight, we carried on with whatever priorities we had at the time, and that was taking care of Leah and making sure we could pay the bills. The writing work had started to take off and the local clients we consulted for were stable. We only had the issues facing us at the time and had no idea that, in just a few years the Twin Towers would fall and seven years after that America would experience the biggest financial collapse since The Great Depression.&lt;/p&gt;
&lt;p&gt;It seems that time really doesn’t have an impact. We’re still facing disaster, only it’s different and worse and our fault since we let that buffoon Trump get elected in the first place, but that’s beside the point. These days there’s plenty to be concerned about and for. We don’t know what’s going to be coming around the next corner, and it seems like we come to a new one several times a day. Even as we turn into 2021, we’re still exhausted by the chaos of it all, everything a question mark.&lt;/p&gt;
&lt;p&gt;Back then, however, I just enjoyed listening to the music. Not that I knew at the time, but I had that luxury. We all did. I think we all can again, at least for a few moments.&lt;/p&gt;
&lt;p&gt;Just start up the album. It’s at the top of the page in case you forgot. Sit back in a comfortable chair and just listen.&lt;/p&gt;
&lt;blockquote&gt;&lt;em&gt;Think about the chord progression.&lt;/em&gt;&lt;/blockquote&gt;
&lt;blockquote&gt;&lt;em&gt;Think about the beat.&lt;/em&gt;&lt;/blockquote&gt;
&lt;blockquote&gt;&lt;em&gt;The rhythm.&lt;/em&gt;&lt;/blockquote&gt;
&lt;blockquote&gt;&lt;em&gt;Tonality.&lt;/em&gt;&lt;/blockquote&gt;
&lt;p&gt;Think about the lyrics, the story being told. Don’t worry about understanding it all just yet. Instead, let yourself sink into the music and just enjoy it, and nothing else, for a track or two. Do this once a day for two weeks.&lt;/p&gt;
&lt;p&gt;Doctor’s orders.*&lt;/p&gt;
&lt;p&gt;* I am not a doctor.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;br&gt;
</description>
    </item>
    
    <item>
      <title>America&#39;s most underrated musical genius | Bruce Hornsby</title>
      <link>https://tavexocor.shop/2022/02/26/americas-most-underrated.html</link>
      <pubDate>Sat, 26 Feb 2022 13:00:00 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2022/02/26/americas-most-underrated.html</guid>
      <description>&lt;p&gt;&amp;quot; &amp;ldquo;&amp;gt;
&lt;img src=&#34;https://cdn-images-1.medium.com/max/1067/1*__pSlcOmyy8H5LosdCPfOA.jpeg&#34; title=&#34;Image: https://cdn-images-1.medium.com/max/1067/1*__pSlcOmyy8H5LosdCPfOA.jpeg&#34;&gt;&lt;strong&gt;Bruce Hornsby with The Grateful Dead performing at Soldier Field on July 4, 2015 in Chicago.&lt;/strong&gt; Jay Blakesberg/Invision for the Grateful Dead/AP Images&lt;p&gt;I’m not going to go into a long, winding diatribe about how and why and when Bruce became a humble god living among us mortals. He’d just deny it. Instead, I’ll show you.&lt;/p&gt;&lt;/p&gt;
&lt;div&gt;
&lt;div&gt; 
&lt;div&gt; 
&lt;p&gt;Hell, this is from 1999. There’s another 20 years of new stuff to take in from there, and he’s still going. Not now, of course. Pandemic, anyone?&lt;/p&gt;
&lt;p&gt;You certainly know him from the title track from his debut album, &lt;em&gt;The Way It Is&lt;/em&gt;, but that was back in 1986. What did he do from 1986 to 1999? Hmm…&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;The Way It Is (1986)&lt;/li&gt;
&lt;li&gt;Scenes From The Southside (1988)&lt;/li&gt;
&lt;li&gt;A Night On The Town (1990)&lt;/li&gt;
&lt;li&gt;Harbor Lights (1993)&lt;/li&gt;
&lt;li&gt;Hot House (1995, a personal favorite… fantastic album)&lt;/li&gt;
&lt;li&gt;Spirit Trail (1998)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Not to mention countless live shows, playing with the Grateful Dead (a lot.)&lt;/p&gt;
&lt;p&gt;So, after this show, what more can you expect to find? Take a look…&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Here Come The Noisemakes (2000, a collection of live recordings from 1998 to 2000 as the Noisemakers would become his new band)&lt;/li&gt;
&lt;li&gt;Big Swing Face (2002)&lt;/li&gt;
&lt;li&gt;Halcyon Days (2004)&lt;/li&gt;
&lt;li&gt;Intersections (2006, an essential box-set of loads of unreleased material, live and studio)&lt;/li&gt;
&lt;li&gt;Ricky Skaggs &amp;amp; Bruce Hornsby (2007, some freaking amazing bluegrass)&lt;/li&gt;
&lt;li&gt;Camp Meeting (2007, an album of jazz tracks!, very lovely)&lt;/li&gt;
&lt;li&gt;Levitate (2009)&lt;/li&gt;
&lt;li&gt;Bride of The Noisemakers (2011, another live collection I can listen to all day long)&lt;/li&gt;
&lt;li&gt;Rehab Reunion (2016, where Bruce spends more time playing the dulcimer, and it’s amazing)&lt;/li&gt;
&lt;li&gt;Absolute Zero (2019)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;For a more complete listing of almost everything Bruce has done, &lt;a href=&#34;https://en.wikipedia.org/wiki/Bruce_Hornsby_discography&#34; target=&#34;_blank&#34;&gt;check out his discography on Wikipedia.&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Bruce is a freaking space wizard. He’s a master at two-handed piano, and incorporates that skill into many tracks, like Spider Fingers from the &lt;em&gt;Hot House&lt;/em&gt; album, and he loves to improvise when playing live, as you can see here…&lt;/p&gt;
&lt;div&gt;
&lt;div&gt; 
&lt;div&gt; 
&lt;p&gt;Here’s the album version. See if you can pick out how each hand is playing…&lt;/p&gt;
&lt;div&gt;
&lt;div&gt; 
&lt;div&gt; 
&lt;p&gt;Then, there’s all those times Bruce played with The Grateful Dead, and The Dead were always great with bootlegging, so here’s a show from 1990… with Bruce on the keys…&lt;/p&gt;
&lt;div&gt;
&lt;a href=&#34;https://archive.org/details/gd1990-09-20.138036.mtx.photoleon.flac16&#34;&gt;&lt;strong&gt;Grateful Dead Live at Madison Square Garden on 1990-09-20 : Free Borrow &amp;amp; Streaming : Internet…&lt;/strong&gt;&lt;br&gt;&lt;em&gt;Set 1 Feel Like A Stranger, Althea, It&#39;s All Over Now, Ramble On Rose, El Paso, Brown Eyed Women, Greatest Story Ever…&lt;/em&gt;archive.org&lt;/a&gt;&lt;a href=&#34;https://archive.org/details/gd1990-09-20.138036.mtx.photoleon.flac16&#34;&gt;&lt;/a&gt;
&lt;p&gt;All in all, Bruce makes fantastic music and I think you’ll love it all as much as I do, considering there’s tons to choose from. And if you love live shows as much as I do, then &lt;a href=&#34;https://www.nugs.net/bruce-hornsby-and-the-noisemakers-concerts-live-downloads-in-mp3-flac-or-online-music-streaming/&#34; target=&#34;_blank&#34;&gt;check out Nugs.net where you can purchase official “bootlegs”&lt;/a&gt; that are simply wonderful. There are numerous free shows to pick from, and they offer a lot of FLAC versions for most shows, all recorded from the board and sounding FABULOUS!!&lt;/p&gt;
&lt;p&gt;If, when you look up from a five hour binging session are surprised that so much time has passed, I’ll happily take the blame ;)&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;br&gt;
</description>
    </item>
    
    <item>
      <title>XTC. You know. The band...</title>
      <link>https://tavexocor.shop/2016/02/02/xtc-you-know.html</link>
      <pubDate>Tue, 02 Feb 2016 14:05:52 -0700</pubDate>
      
      <guid>http://tknblogs.micro.blog/2016/02/02/xtc-you-know.html</guid>
      <description>&lt;p&gt;&amp;quot; &amp;ldquo;&amp;gt;&lt;/p&gt;
&lt;p&gt;I&#39;m not a music critic, and I have a shitty memory, but there were some really interesting bands coming out of the late 70&#39;s and 80&#39;s. One of them was a little group called XTC. You likely know them for this...&lt;/p&gt;
&lt;p&gt;&lt;iframe width=&#34;800&#34; height=&#34;450&#34; src=&#34;https://www.youtube.com/embed/xf58TEMm8Rw?feature=oembed&#34; frameborder=&#34;0&#34; allowfullscreen&gt;&lt;/iframe&gt;&lt;/p&gt;
&lt;p&gt;It&#39;s just the audio version, so feel free to keep reading. When I was sort of growing up in Pasadena (long story) I spent many years listening to the then influential KROQ 106.7 FM. Back then KROQ was probably the single most powerful New Wave/Alternative station, driving much of what was getting heard back in the 80&#39;s. I was certainly tired of the pop and junk and had gotten into Progressive Rock with albums like Yes&#39; Fragile, Jethro Tull&#39;s Aqualung, and Rush in general. &lt;/p&gt;
&lt;p&gt;From the New Wave perspective, there were certainly a lot of very interesting acts, but most were trying to exploit the new, cheaper synths of the time, and while I liked some electronic, it wasn&#39;t something I liked to deep dive into. Instead I was into the Pet Shop Boys, The Cure, Echo and The Bunnymen, REM, The Smiths, early U2, Tears for Fears, Midnight Oil, Talking Heads, X, The B-52&#39;s, Madness, Oingo Boingo, The English Beat, The Specials (yeah, I was into Ska) and others. &lt;/p&gt;
&lt;p&gt;One band that I liked but never seemed to get into, however, was XTC. How disappointing. &lt;/p&gt;
&lt;p&gt;In the last few years, I&#39;ve been revisiting my foundations in 70&#39;s and 80&#39;s music and have started to re-collect some of the better stuff I was listening to back then. It&#39;s easy to get new copies of most of the stuff I used to listen to, though. It&#39;s not so easy to start digging into bands without knowing their albums, so I started poking around YouTube to refresh my memory. I&#39;ve discovered an amazingly rich, eclectic, and forward-thinking band that could be easily placed in the same category as Talking Heads and other influential groups that started in the late 70&#39;s. Take this track from 1979 as an example...&lt;/p&gt;
&lt;p&gt;&lt;iframe width=&#34;800&#34; height=&#34;450&#34; src=&#34;https://www.youtube.com/embed/mfsYSPCNWCw?feature=oembed&#34; frameborder=&#34;0&#34; allowfullscreen&gt;&lt;/iframe&gt;&lt;/p&gt;
&lt;p&gt;1979? Really?! This is some tight alternative that sounds more at home in the late 80&#39;s, not early on in the 2nd British Invasion. Radio was really everything back then. I felt I was an adventurous musical soul. I was into progressive, new wave/alt, hard rock, heavy metal, jazz, jazz rock, funk, some punk (I loved X), some pop, and even some movie soundtracks. I bought albums, tapes and later CDs. Radio and friends, however, were the only real sources of what was coming out. Back then, kids didn&#39;t think about Rolling Stone magazine and the Internet wasn&#39;t even a dream. &lt;/p&gt;
&lt;p&gt;So, now I&#39;m a couple of years away from turning 50, and I find out about XTC. &lt;/p&gt;
&lt;p&gt;Lucky me. Really :) Check out one more...&lt;/p&gt;
&lt;p&gt;&lt;iframe width=&#34;667&#34; height=&#34;500&#34; src=&#34;https://www.youtube.com/embed/AZFCyMPvLd8?feature=oembed&#34; frameborder=&#34;0&#34; allowfullscreen&gt;&lt;/iframe&gt;&lt;/p&gt;
&lt;p&gt;1980. Yeah. Amazing. &lt;/p&gt;
</description>
    </item>
    
  </channel>
</rss>