ADVERTISEMENT

Everything But The Girl reveal brand-new single 'Run A Red Light'

Published Mar 16, 2023 05:20 am

Everything But The Girl (

Photo by: Edward Bishop)

 

Everything But The Girl have revealed their brand-new single [*Run A Red Light*](https://ebtg.lnk.to/RunARedLight) and its accompanying [video](https://youtu.be/lo9b4buZCNo), directed by Charlie Di Placido (Kojey Radical, Jungle) who made the band’s recent *Nothing Left To Lose* video which has been watched over 1 million times on YouTube.
"I met a lot of characters during my years in clubland," says Ben of Run A Red Light, "and I wrote this song about the guy at the end of the night, who dreams his big moment is just around the corner. All the bravado and good intentions masking the vulnerability."
"The video is like a dream of the story," says Tracey. "We've found with this record that choreography can express the emotion in our music without having to be too literal. The characters, the clothes, the movement, the direction all just fit. Charlie and his team really get the feelings we're going for. It's been a great collaboration."
Of the music, Ben says,"I used mixed technology in the production to lend character. The piano is a looped iPhone recording; the synth that follows the vocal is a live take on an analog EMS VCS3 which were first made in 1969. Tracey chose to sing super-close to the mic to add intimacy. Some vocals are untreated, some auto-tuned. And then at the end we let the music appear to evaporate. It all just seemed to suit the story."
*Run A Red Light* is taken from Everything But The Girl’s upcoming new album [*Fuse*](https://ebtg.lnk.to/Fuse-PreOrder), out 21 April and follows recent releases *Caution To The Wind* and *Nothing Left To Lose*. *Caution To The Wind* received a great reaction at press - No 2 on The Guardian’s Film and Music Playlist ('d*reamy, dislocated house piano*’) - while the album’s first single *Nothing Left To Lose* has seen radio (A-list rotation at BBC Radio 6 Music) and editorial playlist support (*New Music Friday*, *All New Indie, The Other List, Loops*), as well as more than 1 million streams on Spotify.
Written and produced by Ben Watt and Tracey Thorn over the spring-summer of 2021, [*Fuse*](https://ebtg.lnk.to/Fuse-PreOrder) is a modern take on the lustrous electronic soul the band first pioneered in the mid-90s. Thorn's affecting and richly-textured voice is once again up front in Watt's glimmering landscape of sub-bass, sharp beats, half-lit synths and empty space, and as before, the result is the sound of a band comfortable with being both sonically contemporary, yet agelessly themselves.
The pair recorded in secret at home and in a small riverside studio outside Bath with friend and engineer Bruno Ellingham. For the first two months, the artist name on the album files was simply TREN (Tracey and Ben), and early takes focussed on ambient sound montages and improvised spectral piano loops recorded by Ben on his iPhone at home during his enforced pandemic isolation - ideas which later blossomed into atmospheric tracks such as *When You Mess Up* and *Interior Space*.
Everything But The Girl broke through on the UK indie scene in 1982 with a stark jazz-folk cover of Cole Porter's *Night and Day*. They then released a string of UK gold albums throughout the 80s, experimenting with jazz, guitar pop, orchestral wall-of-sound and drum-machine soul. After Watt's near-death experience from a rare auto-immune condition in 1992, the pair returned unbowed with the million-selling ardent folktronica of *Amplified Heart* in 1994. 
It includes their biggest hit, *Missing*, after New York DJ-producer Todd Terry’s remix unexpectedly made the leap from heavy club play to global radio success (Number 2 US Hot 100; Number 3 UK Top 40). The sparkling *Walking Wounded* \- emotional songs brimming with ideas from the mid 90s electronic scene \- followed in 1996 \(Number 4 UK Album Chart\)\. Spawning four UK Top 40 hits\, the record became the band’s first platinum selling album\. After their final show at the Montreux Jazz Festival in 2000\, the pair chose to quit Everything But The Girl on a high\.
Everything But The Girl’s new single *Run A Red Light* is out now and the new album *Fuse* is out on April 21. 
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.