`; // target the cover menu item const target = document.querySelector('#menu-header-uk-1 .menu-item-2911415'); // position popover to the left if the target is on the right half of the screen if (target.getBoundingClientRect().right > document.documentElement.clientWidth / 2) { popover.classList.add('left'); } target.appendChild(popover); // used to check if the article info let articleTitle = ''; // fetch info once, then show popover on hover target.addEventListener('mouseover', async () => { if (!articleTitle) { const [coverRes, articleRes] = await Promise.all([ fetch('https://www.nme.com/wp-json/wp/v2/posts?categories=268320&per_page=1&_fields[]=thumbnail_url&_fields[]=featured_media'), fetch('https://www.nme.com/wp-json/wp/v2/posts?categories=268101&per_page=1&_fields[]=title&_fields[]=link'), ]); const [cover, article] = await Promise.all([coverRes.json(), articleRes.json()]); articleTitle = article[0].title.rendered; document.querySelector('#the-cover-article-title').textContent = articleTitle; document.querySelector('#the-cover-article-title').href = article[0].link; document.querySelector('#the-cover-image-link').href = article[0].link; document.querySelector('#the-cover-read-now').href = article[0].link; document.querySelectorAll('#the-cover-image').forEach((img) => { // add size modifier to the cover image url img.src = cover[0].thumbnail_url.replace(/(\.[\w\d_-]+)$/i, '-400x500$1'); }); // document.querySelector('#the-cover-image-link').href = article[0].link; } setTimeout(() => popover.classList.add('active'), 0); }); // hide popover on mouse leave target.addEventListener('mouseleave', () => { setTimeout(() => popover.classList.remove('active'), 0); }); });

Blur’s Graham Coxon says he has an unreleased solo album ‘on hold’

Coxon also says he has begun thinking about new material he describes as "expansive English"

Graham Coxon has revealed that he is sitting on an unreleased solo album that fans may never get the chance to hear.

Speaking in a Reddit AMA yesterday (October 15), the Blur guitarist talked about an untitled album, which was recorded at the same time as his 2012 record ‘A&E’, as well as the fact that he has begun thinking about his next solo album.

Advertisement

“Funnily enough I woke up today thinking about sound concepts, harmony, mood and rhythm,” Coxon said when asked about his plans for new solo music. “I might like to go expansive English, a bit like if England had a huge desert is the middle. That kinda sound.”

NMEJenn Five

Coxon went on to tell fans about a “lost” album of his that he hopes they get to hear in the future.

“I have a solo album sitting on hold right now with no plans to release.. one day i would like to put it out though. It was recorded at the same time as ‘A&E’. I just didn’t want to release another solo album while there was a lot of Blur activity going on.”

Coxon and Blur are set to play live dates in Chile, Argentina, Mexico and the US during October, including a gig at New York’s Madison Square Garden.

In an interview published this week, Damon Albarn discussed his complicated feelings towards playing gigs with Blur as well as how some of the band’s biggest UK hits translate to an American audience.

Recommended

Asked if he still enjoys playing with Blur, Albarn said he tries “to avoid it like the plague” but admits he can’t help but enjoy himself once he steps on stage.

“As soon as we get off, I say, ‘Never again,’ Albarn said. “It’s very strange. There has to be some sort of psychological paper that explains that emotion of trying to not do something; and then doing it, and then loving it; and then as soon as you’ve done it, trying not to do it again.”

Damon Albarn On First Songs He Wrote With Graham Coxon
Damon Albarn shares his early musical influences - poppier than Graham Coxon's - and how growing up in Colchester and playing the first songs he wrote at school assembly set him on a musical path.
0 seconds of 1 minute, 37 secondsVolume 0%
Press shift question mark to access a list of keyboard shortcuts
00:00
01:37
01:37
 

You May Also Like

Advertisement

TRENDING

Advertisement

More Stories