All Activity
- Today
-
Introducing
<!-- Rock Rewind Show — Forum Announcement (IPS-safe, script-free) --> <div class="post-rrs"> <!-- HERO --> <div class="rrs-hero" role="img" aria-label="Rock Rewind Show banner"> <div class="rrs-veil"></div> <div class="rrs-hero-inner"> <span class="rrs-kicker">Rock • Classics • Deep Cuts</span> <h2 class="rrs-title">Introducing: Rock Rewind Show</h2> <p class="rrs-sub">Your weekly time machine for the loud, the legendary, and the lost — now on demand.</p> <div class="rrs-cta"> <a href="#rrs-player" class="rrs-btn primary">▶ Listen Now</a> <a href="/index.php?/syndication-options/" class="rrs-btn ghost">Syndication Info</a> </div> </div> </div> <!-- BODY --> <div class="rrs-body"> <!-- INTRO COPY --> <div class="rrs-card"> <h3>What is the Rock Rewind Show?</h3> <p> A 2-hour curated journey through classic and album-oriented rock—<strong>deep cuts, live takes, anthems, and hidden gems</strong>—woven with quick stories and themed sets. Pick an episode and listen in full, or jump between Hour 1 and Hour 2. </p> <ul class="rrs-bullets"> <li>Full <strong>2-hour</strong> play or <strong>Hour 1 / Hour 2</strong></li> <li>Themed sets & liner-note stories</li> <li>Fresh episodes weekly</li> </ul> </div> <!-- PLAYER --> <div id="rrs-player" class="rrs-card"> <div class="rrs-head"> <div class="dot"></div> <h3>Listen On-Demand</h3> </div> <div class="rrs-player-frame"> <iframe src="https://solanorockandtalkradio.com/shows/rrs-player.php?ui=compact" title="Rock Rewind Show — On-Demand Player" loading="lazy" allow="autoplay; fullscreen; picture-in-picture" referrerpolicy="strict-origin-when-cross-origin" ></iframe> </div> <p class="rrs-note">Tip: Use the speed control and keyboard shortcuts (Space / ← → / ↑ ↓) in the player.</p> </div> <!-- PD/SYNDICATION BLURB --> <div class="rrs-grid"> <div class="rrs-card"> <h3>For Program Directors</h3> <ul class="rrs-bullets"> <li>Delivery: MP3 CBR 256 kbps</li> <li>Runtime: 2 hours (two 1-hour parts)</li> <li>Posting: Weekly</li> </ul> <a class="rrs-btn primary wfull" href="/index.php?/syndication-options/">Request Syndication</a> </div> <div class="rrs-card"> <h3>Why You’ll Love It</h3> <p>Curated sets that flow, album-era context, and deep catalog surprises—perfect for long listens.</p> <div class="rrs-tags"> <span class="tag">Deep Cuts</span> <span class="tag">Themed Sets</span> <span class="tag">Liner Notes</span> </div> </div> </div> </div> </div> <style> /* ===== Scoped styling (safe in IPS posts) ===== */ .post-rrs{ --bg:#0b0b0c; --ink:#f5f5f7; --muted:#bdbdc7; --line:#27272a; --brand:#8b5cf6; --accent:#ec4899; color:var(--ink); font:normal 15px/1.65 system-ui,Segoe UI,Roboto,Helvetica,Arial,sans-serif; } .post-rrs *{ box-sizing:border-box } /* HERO */ .post-rrs .rrs-hero{ position:relative; border-radius:16px; overflow:hidden; margin:6px 0 14px; background:#080a10 url('/shows/rrs/assets/banner.png') center/cover no-repeat; min-height:220px; } .post-rrs .rrs-veil{ position:absolute; inset:0; background:linear-gradient(180deg, rgba(0,0,0,.2), rgba(0,0,0,.78)) } .post-rrs .rrs-hero-inner{ position:relative; padding:28px 18px; display:grid; gap:8px; max-width:1100px; margin:0 auto } .post-rrs .rrs-kicker{ display:inline-flex; gap:8px; align-items:center; font-weight:800; letter-spacing:.4px; background:color-mix(in oklab, var(--brand), black 20%); color:#fff; padding:6px 10px; border-radius:999px; font-size:12px; } .post-rrs .rrs-title{ margin:0; font-size:clamp(22px, 4.5vw, 34px); line-height:1.1; font-weight:900 } .post-rrs .rrs-sub{ margin:0; color:var(--muted) } .post-rrs .rrs-cta{ display:flex; gap:10px; margin-top:4px; flex-wrap:wrap } .post-rrs .rrs-btn{ display:inline-flex; align-items:center; justify-content:center; gap:8px; padding:10px 14px; border-radius:12px; text-decoration:none; font-weight:800; border:1px solid transparent; } .post-rrs .rrs-btn.primary{ background:var(--brand); color:#fff } .post-rrs .rrs-btn.ghost{ background:rgba(255,255,255,.1); color:#fff; border-color:rgba(255,255,255,.2) } .post-rrs .rrs-btn.wfull{ width:100%; text-align:center } /* BODY WRAP */ .post-rrs .rrs-body{ max-width:1100px; margin:0 auto 8px } /* CARDS */ .post-rrs .rrs-card{ border:1px solid var(--line); background:linear-gradient(180deg, rgba(139,92,246,.06), rgba(0,0,0,.35) 50%, rgba(0,0,0,.4)); border-radius:14px; padding:14px; margin-bottom:12px; } .post-rrs .rrs-card h3{ margin:0 0 8px; font-size:18px } .post-rrs .rrs-bullets{ margin:8px 0 0 18px; padding:0 } .post-rrs .rrs-bullets li{ margin:4px 0 } /* GRID */ .post-rrs .rrs-grid{ display:grid; gap:12px; grid-template-columns: 1.1fr .9fr } @media (max-width: 860px){ .post-rrs .rrs-grid{ grid-template-columns:1fr } } /* PLAYER FRAME */ .post-rrs .rrs-head{ display:flex; align-items:center; gap:8px; margin-bottom:10px } .post-rrs .rrs-head .dot{ width:12px; height:12px; border-radius:5px; background:var(--accent) } .post-rrs .rrs-player-frame{ position:relative; border-radius:12px; overflow:hidden; border:1px solid var(--line); background:#000; } .post-rrs .rrs-player-frame iframe{ display:block; width:100%; height:720px; border:0; background:#0b0b0c; /* fixed height (script-free) */ } @media (max-width: 960px){ .post-rrs .rrs-player-frame iframe{ height:820px } } @media (max-width: 640px){ .post-rrs .rrs-player-frame iframe{ height:900px } } .post-rrs .rrs-note{ margin:8px 2px 0; color:var(--muted); font-size:12.5px } /* TAGS */ .post-rrs .rrs-tags{ display:flex; gap:8px; flex-wrap:wrap; margin-top:8px } .post-rrs .tag{ display:inline-flex; align-items:center; gap:6px; padding:6px 10px; border-radius:999px; background:rgba(255,255,255,.06); border:1px solid rgba(255,255,255,.12); font-size:12px; font-weight:800; } </style>
-
Introducing: The Rock Rewind Show
🎸 Introducing: The Rock Rewind ShowYour weekly time machine for the loud, the legendary, and the lost. Hey rockers! We’re cranking the dial back to the golden age of guitar with the brand-new Rock Rewind Show, now streaming on demand right here on Solano Rock & Talk Radio. Hosted by our resident sonic historian, this 2-hour program rewinds the decades to bring you deep cuts, live takes, anthems, and album gems that shaped rock as we know it — all curated, remastered, and delivered with stories from behind the music. 💥 What to expect: Full 2-hour episodes or hour-by-hour listening options Themed sets and rare classics you won’t hear anywhere else Real stories, real riffs, and a lot of attitude 🕰️ When & Where: Catch new episodes every week on the Rock Rewind Show page — right here on the community or at 👉 solanorockandtalkradio.com/shows/rockrewind/ 🎧 Listen On Demand: We’ve added a custom Rock Rewind player where you can pick any episode and play it in full or by hour. Whether you’re working, cruising, or hanging in the garage — it’s the perfect soundtrack. 📻 For Station Partners: The show is now available for weekly syndication — same format and delivery as the Kick A$$ Rock Show. Program directors can request details via our Syndication Options page. Let’s get nostalgic. Turn it up, let it roll, and rewind to the sound that still kicks. 🔥 Rock on, Rewinders!
-
Radiohead’s Second Reunion Show Had Two Songs They Hadn’t Played In Sixteen Years
Radiohead are in the midst of playing their first shows since 2018. The band kicked off their reunion tour yesterday at Madrid’s Movistar Arena, and they performed at the same venue tonight and brought out some deep-cuts and tour debuts. View the full article
-
Kiwi Jr. – “Hard Drive, Ontario”
We last heard from Kiwi Jr. in 2022 with their third studio album Chopper. The Canadian indie rockers are returning today with the hooky tune “Hard Drive, Ontario.” View the full article
-
Morrissey Cancels This Month’s South American Tour
More Morrissey cancellations abound. The former Smiths frontman cancelled two Mexico shows last-minute last week due to “extreme exhaustion,” and now the rest of his shows for the month are no longer happening. View the full article
- Yesterday
-
Euphoria Again & Dogwood Tales Announce New Collaborative Album Destination Heaven: Hear The Title Track
Last year, Euphoria Again — the project of Knifeplay’s John Klein — released the album Waiting On Time To Fly. Now the band is announcing a collaborative album called Destination Heaven with the Harrisburg, VA alt-country group Dogwood Tales. View the full article
-
Charlotte Day Wilson – “Selfish”
We’re always down for a new tune from Charlotte Day Wilson, one of Canada’s foremost purveyors of indie-leaning pop and R&B. Today the track in question is “Selfish,” a crystalline, propulsive new single dotted with a wordless melody that reminds me of “Tom’s Diner.” It follows the Ouri collab “Behave !” from the summer. Here’s what Wilson has to say about it: View the full article
-
Former GUNS N' ROSES Manager Is Suing The Band For Allegedly Blocking His Autobiography
Former Guns N’ Roses manager Alan Niven has taken his dispute with the band to court and, at the same time, asked a judge to bless the publication of his […] The post Former GUNS N' ROSES Manager Is Suing The Band For Allegedly Blocking His Autobiography appeared first on Metal Injection. View the full article
-
Storefront Church – “Lucretia My Reflection” (Sisters Of Mercy Cover)
LA’s own Lukas Frank, aka Storefront Church, is playing a one-off London gig next Monday, Nov. 10 at St. Pancras Church in Kings X. To help get the word out, Frank has released his first new recording since last year’s Ink & Oil, a cover of goth pioneers the Sisters Of Mercy’s “Lucretia, My Reflection.” Per Frank, “When picking a song to cover it helps if you choose an absolute masterpiece. That way you can’t possibly fuck it up.” Avowed Storefront Church fans like Florence Welch won’t want to skip this, so listen below along with the original. View the full article
-
BLACK SABBATH’s TONY IOMMI Will Raffle One Of His Gibson Guitars To Support Cancer Centre Fundraising
Legendary Black Sabbath guitarist, Tony Iommi, has stepped onto a different kind of stage: the cancer centre at Birmingham’s Heartlands Hospital. Diagnosed with lymphoma, precisely at that hospital more than […] The post BLACK SABBATH’s TONY IOMMI Will Raffle One Of His Gibson Guitars To Support Cancer Centre Fundraising appeared first on Metal Injection. View the full article
-
Girl, Interrupted Play With Music By Aimee Mann Is Finally Coming To The Stage
Seven years ago, the great singer-songeriter Aimee Mann told the Los Angeles Review Of Books that she was working on songs for a couple of stage musicals. One of them was an adaptation of Girl, Interrupted, Susanna Kaysen’s 1993 memoir about her time at a psychiatric hospital in the ’60s. Girl, Interrupted was already adapted into a 1999 James Mangold film with Winona Ryder, and Angelina Jolie won an Oscar for her role in it. The stage adaptation took longer than that. View the full article
-
Cindy Lee Makes Live Return With New Songs
We weren’t sure if Cindy Lee would keep going. Pat Flegel’s musical project and drag persona had an off-the-grid underground smash with last year’s double album Diamond Jubilee, then abruptly cut short the tour supporting the album. When the Cindy Lee catalog went Bandcamp-exclusive this year, with W.25TH launching pre-orders for vinyl reissues, it did not necessarily confirm the project was still a going concern. Then Flegel announced a brief run of fall shows, which began Tuesday night at Chicago’s Thalia Hall. View the full article
-
What song are you currently listening to?
I am currently listening to Heal The World by the King of Pop, Michael Jackson.
-
Death Grips Recording New Album
Death Grips is online and in the studio. Today, the group’s Zach Hill and Stefan “MC Ride” Burnett shared a carousel of in-studio photos on Instagram with the caption: “The writing and recording of our next album is underway. We’re looking forward to the new Death Grips record.” So there you have it. View the full article
-
Soft Kill Frontman Convicted Of Domestic Battery
Tobias Francis, leader of the Chicago-via-Portland post-punk band Soft Kill, has reportedly been convicted of domestic abuse. Soft Kill’s Instagram page posted Francis’ mugshot today, along with this caption: “Tobias Channing Francis was convicted this morning of domestic battery.” The website for the Cook County Sheriff’s Department confirms that Francis is in custody and that he had a court date set for today. View the full article
-
MIKAEL STANNE Remembers AT THE GATES' TOMAS LINDBERG: "He Was A Gentle, Soft-Spoken Guy, But On Stage He Was An Absolute Beast"
"He was the kind of hub that brought people together because of his passion." The post MIKAEL STANNE Remembers AT THE GATES' TOMAS LINDBERG: "He Was A Gentle, Soft-Spoken Guy, But On Stage He Was An Absolute Beast" appeared first on Metal Injection. View the full article
-
What's your favorite streaming app?
I agree with you that Spotify has a great user interface that makes playing music fun, easy and exciting. It is a part of using the app that I like a lot.
-
Drop Nineteens’ Paula Kelley Announces First Solo Album In 20 Years: Hear “Party Line”
Paula Kelley is best known as one of the original core members of Drop Nineteens, performing vocals and guitar on their 1992 shoegaze bible Delaware. Not long after that album was released, however, she left the band in order to pursue other projects, eventually releasing the solo albums Nothing/Everything (2001) and The Trouble With Success Or How You Fit Into The World (2003). Twenty years later, Kelley would rejoin Drop Nineteens for their comeback album Hard Light, and now she’s gearing up to release her first solo album in over two decades. Blinking As The Starlight Burns Out arrives in March, and its lead single “Party Line” is out now. View the full article
-
Rare DM – “325”
Brooklyn-based artist Erin Hoagg makes thumping, retro-futuristic music under the name Rare DM, and she became cult-famous with her 2020 track “send nudes.” We’ve posted her recent singles “Skater Hits Me Harder” and “The Ring,” and now she’s back with “325,” an extremely cool ode to an old stick-shift BMW. View the full article
-
WHITECHAPEL Shares Music Video For "Prisoner 666"
Heavy and unrelenting, taking no prisoners The post WHITECHAPEL Shares Music Video For "Prisoner 666" appeared first on Metal Injection. View the full article
-
Watch Hayley Williams Join Rico Nasty In LA
Paramore leader Hayley Williams makes her own music, and sometimes she even plays her own shows. Much more often, though, she loves jumping up onstage at other people’s shows. In the past few months, Williams has released her solo album Ego Death At The Bachelorette Party, and she’s made surprise cameos during during gigs from Finneas, Deftones, Remi Wolf, Turnstile, the Linda Lindas, David Byrne, and H2O. Am I forgetting anyone? I probably am. Anyway, we can now add Rico Nasty to that list. View the full article