<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Mixes on Mlem Records</title>
		<link>https://mlemrecords.com/releasetypes/mixes/</link>
		<description>Recent content in Mixes on Mlem Records</description>
		<generator>Hugo</generator>
		<language>en-US</language>
		
		
		
			<copyright>CC BY-NC</copyright>
		
		
			<lastBuildDate>Sat, 07 Feb 2026 00:00:00 +0000</lastBuildDate>
		
			<atom:link href="https://mlemrecords.com/releasetypes/mixes/index.xml" rel="self" type="application/rss+xml" />
			<item>
				<title>2nd Mlemmiversary Mix @ Coffee Company</title>
				<link>https://mlemrecords.com/mix001/</link>
				<pubDate>Sat, 07 Feb 2026 00:00:00 +0000</pubDate>
				<guid>https://mlemrecords.com/mix001/</guid>
				<description>&lt;script type=&#34;text/javascript&#34;&gt;&#xD;&#xA;    document.addEventListener(&#39;DOMContentLoaded&#39;, function() {&#xD;&#xA;        var download = document.getElementById(&#39;download&#39;);&#xD;&#xA;        var donate = document.getElementById(&#39;release-donate&#39;);&#xD;&#xA;&#xD;&#xA;        download.addEventListener(&#39;click&#39;, function() {&#xD;&#xA;            donate.style.display = &#34;block&#34;;&#xD;&#xA;        });&#xD;&#xA;    });&#xD;&#xA;&lt;/script&gt;&#xD;&#xA;&#xD;&#xA;&lt;p&gt;&#xD;&#xA;    &#xD;&#xA;        &lt;a href=&#34;https://youtu.be/VtPT968QFWc&#34;&gt;→ Youtube&lt;/a&gt;&lt;br&gt;&#xD;&#xA;    &#xD;&#xA;        &lt;a href=&#34;https://archive.org/details/2nd-mlemmiversary-mix-coffee-company&#34;&gt;→ Archive&lt;/a&gt;&lt;br&gt;&#xD;&#xA;    &#xD;&#xA;    &lt;a id=&#34;download&#34; href=&#34;https://mlemrecords.com/downloads/[mix001]%20keepittoyourselfnexttime%20x%20DJ%20ZITwerK%20-%202nd%20Mlemmiversary%20Mix%20@%20Coffee%20Company.zip&#34;&gt;⤓ Download&lt;/a&gt;&#xD;&#xA;&#xD;&#xA;    &lt;i id=&#34;release-donate&#34; style=&#34;display: none;&#34;&gt;Thanks for downloading! If you liked this dj set please consider &lt;a href=&#34;https://donate.stripe.com/7sYcN6cRReaB7Nbay7eME00&#34;&gt;donating&lt;/a&gt;. That way keepittoyourselfnexttime can make more!&lt;/i&gt;&#xD;&#xA;&lt;/p&gt;&#xA;&lt;div style=&#34;position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;&#34;&gt;&#xA;&#x9;&#x9;&#x9;&lt;iframe allow=&#34;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share; fullscreen&#34; loading=&#34;eager&#34; referrerpolicy=&#34;strict-origin-when-cross-origin&#34; src=&#34;https://www.youtube.com/embed/VtPT968QFWc?autoplay=0&amp;amp;controls=1&amp;amp;end=0&amp;amp;loop=0&amp;amp;mute=0&amp;amp;start=0&#34; style=&#34;position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;&#34; title=&#34;YouTube video&#34;&gt;&lt;/iframe&gt;&#xA;&#x9;&#x9;&lt;/div&gt;&#xA;&#xA;&lt;div id=&#34;release-audio-container&#34; class=&#34;audio&#34; style=&#34;display: none;&#34;&gt;&#xD;&#xA;    &lt;script type=&#34;text/javascript&#34;&gt;&#xD;&#xA;        document.addEventListener(&#39;DOMContentLoaded&#39;, function() {&#xD;&#xA;            var audioBasePath = &#34;\/downloads\/[mix001] keepittoyourselfnexttime x DJ ZITwerK - 2nd Mlemmiversary Mix @ Coffee Company&#34;;&#xD;&#xA;            var audioSrcs = [&#xD;&#xA;                &#34;2nd Mlemmiversary Mix @ Coffee Company&#34;, &#xD;&#xA;                &#xD;&#xA;            ];&#xD;&#xA;&#xD;&#xA;            var currentAudio = parseInt(&#34;1&#34;) - 1;&#xD;&#xA;            var audioContainer = document.getElementById(&#39;release-audio-container&#39;);&#xD;&#xA;            var audio = document.getElementById(&#39;release-audio&#39;);&#xD;&#xA;            var audioSource = document.getElementById(&#39;release-audio-source&#39;);&#xD;&#xA;            var playButton = document.getElementById(&#39;release-play&#39;);&#xD;&#xA;            var previousButton = document.getElementById(&#39;release-previous&#39;);&#xD;&#xA;            var nextButton = document.getElementById(&#39;release-next&#39;);&#xD;&#xA;            var currentTime = document.getElementById(&#39;release-time&#39;);&#xD;&#xA;            var title = document.getElementById(&#39;release-title&#39;);&#xD;&#xA;            var audioPosition = document.getElementById(&#39;audio-position&#39;);&#xD;&#xA;&#xD;&#xA;            audio.volume = 0.5;&#xD;&#xA;&#xD;&#xA;            playButton.addEventListener(&#39;click&#39;, function() {&#xD;&#xA;                if (audio.paused) {&#xD;&#xA;                    audio.play();&#xD;&#xA;                } else {&#xD;&#xA;                    audio.pause();&#xD;&#xA;                }&#xD;&#xA;&#xD;&#xA;                updateButtons();&#xD;&#xA;            });&#xD;&#xA;&#xD;&#xA;            previousButton.addEventListener(&#39;click&#39;, function() {&#xD;&#xA;                var resumePlay = !audio.paused;&#xD;&#xA;                audio.currentTime = 0;&#xD;&#xA;                updateTime();&#xD;&#xA;                audio.pause();&#xD;&#xA;                currentAudio = Math.max(currentAudio - 1, 0);&#xD;&#xA;                loadAudio();&#xD;&#xA;                updateName();&#xD;&#xA;                &#xD;&#xA;                if (resumePlay) {&#xD;&#xA;                    audio.play();&#xD;&#xA;                }&#xD;&#xA;&#xD;&#xA;                updateButtons();&#xD;&#xA;            });&#xD;&#xA;&#xD;&#xA;            nextButton.addEventListener(&#39;click&#39;, function() {&#xD;&#xA;                var resumePlay = !audio.paused;&#xD;&#xA;                audio.currentTime = 0;&#xD;&#xA;                updateTime();&#xD;&#xA;                audio.pause();&#xD;&#xA;                currentAudio = Math.min(currentAudio + 1, audioSrcs.length - 1);&#xD;&#xA;                loadAudio();&#xD;&#xA;                updateName();&#xD;&#xA;&#xD;&#xA;                if (resumePlay) {&#xD;&#xA;                    audio.play();&#xD;&#xA;                }&#xD;&#xA;&#xD;&#xA;                updateButtons();&#xD;&#xA;            });&#xD;&#xA;&#xD;&#xA;            audioPosition.addEventListener(&#39;pointerdown&#39;, () =&gt; {&#xD;&#xA;                audio.pause();&#xD;&#xA;                updateButtons();&#xD;&#xA;            });&#xD;&#xA;&#xD;&#xA;            audioPosition.addEventListener(&#39;change&#39;, () =&gt; {&#xD;&#xA;                audio.currentTime = audioPosition.value;&#xD;&#xA;                audio.play();&#xD;&#xA;                updateButtons();&#xD;&#xA;            });&#xD;&#xA;&#xD;&#xA;            audioPosition.addEventListener(&#39;input&#39;, () =&gt; {&#xD;&#xA;                currentTime.innerHTML = formatTime(audioPosition.value);&#xD;&#xA;            });&#xD;&#xA;&#xD;&#xA;            audio.addEventListener(&#39;timeupdate&#39;, function() {&#xD;&#xA;                updateTime();&#xD;&#xA;            });&#xD;&#xA;&#xD;&#xA;            audio.addEventListener(&#39;ended&#39;, function() {&#xD;&#xA;                if (currentAudio == audioSrcs.length - 1) { &#xD;&#xA;                    audio.pause();&#xD;&#xA;                    updateButtons();&#xD;&#xA;                    return; &#xD;&#xA;                }&#xD;&#xA;&#xD;&#xA;                currentAudio = Math.min(currentAudio + 1, audioSrcs.length - 1);&#xD;&#xA;                updateName();&#xD;&#xA;                loadAudio();&#xD;&#xA;                audio.play();&#xD;&#xA;                updateButtons();&#xD;&#xA;            });&#xD;&#xA;&#xD;&#xA;            function updateTime() {&#xD;&#xA;                if (audio.paused) { return; }&#xD;&#xA;&#xD;&#xA;                currentTime.innerHTML = formatTime(audio.currentTime);&#xD;&#xA;                audioPosition.value = audio.currentTime;&#xD;&#xA;            }&#xD;&#xA;&#xD;&#xA;            function formatTime(seconds) {&#xD;&#xA;                var minutes = Math.floor(seconds / 60);&#xD;&#xA;                var seconds = Math.floor(seconds % 60);&#xD;&#xA;                return `${minutes.toString().padStart(2, &#39;0&#39;)}:${seconds.toString().padStart(2, &#39;0&#39;)}`;&#xD;&#xA;            }&#xD;&#xA;&#xD;&#xA;            function updateName() {&#xD;&#xA;                title.innerText = audioSrcs[currentAudio];&#xD;&#xA;            }&#xD;&#xA;&#xD;&#xA;            function updateButtons() {&#xD;&#xA;                if (audio.paused) {&#xD;&#xA;                    playButton.textContent = &#39;►&#39;;&#xD;&#xA;                } else {&#xD;&#xA;                    playButton.textContent = &#39;■&#39;;&#xD;&#xA;                }&#xD;&#xA;&#xD;&#xA;                if (currentAudio &lt;= 0) {&#xD;&#xA;                    previousButton.textContent = &#34;-&#34;;&#xD;&#xA;                } else {&#xD;&#xA;                    previousButton.textContent = &#34;←&#34;;&#xD;&#xA;                }&#xD;&#xA;&#xD;&#xA;                if (currentAudio &gt;= audioSrcs.length - 1) {&#xD;&#xA;                    nextButton.textContent = &#34;-&#34;;&#xD;&#xA;                } else {&#xD;&#xA;                    nextButton.textContent = &#34;→&#34;;&#xD;&#xA;                }&#xD;&#xA;&#xD;&#xA;                audioPosition.max = Math.floor(audio.duration);&#xD;&#xA;            }&#xD;&#xA;&#xD;&#xA;            function loadAudio() {&#xD;&#xA;                console.log(`Playing ${audioBasePath}/${audioSrcs[currentAudio]}.mp3`);&#xD;&#xA;                audioSource.src = encodeURI(`${audioBasePath}/${audioSrcs[currentAudio]}.mp3`);&#xD;&#xA;                audio.load();&#xD;&#xA;&#xD;&#xA;                audioPosition.value = 0;&#xD;&#xA;                currentTime.innerHTML = formatTime(0);&#xD;&#xA;            }&#xD;&#xA;&#xD;&#xA;            loadAudio();&#xD;&#xA;            updateTime();&#xD;&#xA;            updateName();&#xD;&#xA;            updateButtons();&#xD;&#xA;&#xD;&#xA;            audioContainer.style.display = &#34;block&#34;;&#xD;&#xA;        });&#xD;&#xA;    &lt;/script&gt;&#xD;&#xA;    &#xD;&#xA;    &lt;audio id=&#34;release-audio&#34; preload=&#34;auto&#34;&gt;&#xD;&#xA;        &lt;source id=&#34;release-audio-source&#34;&gt;&lt;/source&gt;&#xD;&#xA;    &lt;/audio&gt;&#xD;&#xA;&#xD;&#xA;    &lt;input type=&#34;range&#34; id=&#34;audio-position&#34; class=&#34;audio-position&#34; value=&#34;0&#34;&gt;&#xD;&#xA;    &lt;div class=&#34;audio-controls&#34;&gt;&#xD;&#xA;        &lt;button id=&#34;release-play&#34; class=&#34;audio-button&#34;&gt;&lt;/button&gt;&#xD;&#xA;        &lt;span id=&#34;release-time&#34; class=&#34;audio-time&#34;&gt;&lt;/span&gt;&#xD;&#xA;        &lt;button id=&#34;release-previous&#34; class=&#34;audio-button&#34;&gt;&lt;/button&gt;&#xD;&#xA;        &lt;span id=&#34;release-title&#34; class=&#34;audio-title&#34;&gt;&lt;/span&gt;&#xD;&#xA;        &lt;button id=&#34;release-next&#34; class=&#34;audio-button&#34;&gt;&lt;/button&gt;&#xD;&#xA;    &lt;/div&gt;&#xD;&#xA;    &#xD;&#xA;&lt;/div&gt;&#xA;&lt;p&gt;This is a DJ set celebrating two years of Mlem Records by &lt;a href=&#34;https://mlemrecords.com/artists/keepittoyourselfnexttime/&#34;&gt;keepittoyourselfnexttime&lt;/a&gt; and &lt;a href=&#34;https://mlemrecords.com/artists/dj-zitwerk/&#34;&gt;DJ ZITwerK&lt;/a&gt;.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Yuri x Yaoi Solidarity @ Kabul</title>
				<link>https://mlemrecords.com/mix000/</link>
				<pubDate>Sat, 07 Feb 2026 00:00:00 +0000</pubDate>
				<guid>https://mlemrecords.com/mix000/</guid>
				<description>&lt;script type=&#34;text/javascript&#34;&gt;&#xD;&#xA;    document.addEventListener(&#39;DOMContentLoaded&#39;, function() {&#xD;&#xA;        var download = document.getElementById(&#39;download&#39;);&#xD;&#xA;        var donate = document.getElementById(&#39;release-donate&#39;);&#xD;&#xA;&#xD;&#xA;        download.addEventListener(&#39;click&#39;, function() {&#xD;&#xA;            donate.style.display = &#34;block&#34;;&#xD;&#xA;        });&#xD;&#xA;    });&#xD;&#xA;&lt;/script&gt;&#xD;&#xA;&#xD;&#xA;&lt;p&gt;&#xD;&#xA;    &#xD;&#xA;        &lt;a href=&#34;https://youtu.be/GQ3N7sWI5c0&#34;&gt;→ Youtube&lt;/a&gt;&lt;br&gt;&#xD;&#xA;    &#xD;&#xA;        &lt;a href=&#34;https://archive.org/details/yuri-x-yaoi-solidarity-kabul&#34;&gt;→ Archive&lt;/a&gt;&lt;br&gt;&#xD;&#xA;    &#xD;&#xA;    &lt;a id=&#34;download&#34; href=&#34;https://mlemrecords.com/downloads/[mix000]%20keepittoyourselfnexttime%20x%20DJ%20ZITwerK%20-%20Yuri%20x%20Yaoi%20Solidarity%20@%20Kabul.zip&#34;&gt;⤓ Download&lt;/a&gt;&#xD;&#xA;&#xD;&#xA;    &lt;i id=&#34;release-donate&#34; style=&#34;display: none;&#34;&gt;Thanks for downloading! If you liked this dj set please consider &lt;a href=&#34;https://donate.stripe.com/7sYcN6cRReaB7Nbay7eME00&#34;&gt;donating&lt;/a&gt;. That way keepittoyourselfnexttime can make more!&lt;/i&gt;&#xD;&#xA;&lt;/p&gt;&#xA;&lt;div style=&#34;position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;&#34;&gt;&#xA;&#x9;&#x9;&#x9;&lt;iframe allow=&#34;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share; fullscreen&#34; loading=&#34;eager&#34; referrerpolicy=&#34;strict-origin-when-cross-origin&#34; src=&#34;https://www.youtube.com/embed/GQ3N7sWI5c0?autoplay=0&amp;amp;controls=1&amp;amp;end=0&amp;amp;loop=0&amp;amp;mute=0&amp;amp;start=0&#34; style=&#34;position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;&#34; title=&#34;YouTube video&#34;&gt;&lt;/iframe&gt;&#xA;&#x9;&#x9;&lt;/div&gt;&#xA;&#xA;&lt;div id=&#34;release-audio-container&#34; class=&#34;audio&#34; style=&#34;display: none;&#34;&gt;&#xD;&#xA;    &lt;script type=&#34;text/javascript&#34;&gt;&#xD;&#xA;        document.addEventListener(&#39;DOMContentLoaded&#39;, function() {&#xD;&#xA;            var audioBasePath = &#34;\/downloads\/[mix000] keepittoyourselfnexttime x DJ ZITwerK - Yuri x Yaoi Solidarity @ Kabul&#34;;&#xD;&#xA;            var audioSrcs = [&#xD;&#xA;                &#34;Yuri x Yaoi Solidarity @ Kabul&#34;, &#xD;&#xA;                &#xD;&#xA;            ];&#xD;&#xA;&#xD;&#xA;            var currentAudio = parseInt(&#34;1&#34;) - 1;&#xD;&#xA;            var audioContainer = document.getElementById(&#39;release-audio-container&#39;);&#xD;&#xA;            var audio = document.getElementById(&#39;release-audio&#39;);&#xD;&#xA;            var audioSource = document.getElementById(&#39;release-audio-source&#39;);&#xD;&#xA;            var playButton = document.getElementById(&#39;release-play&#39;);&#xD;&#xA;            var previousButton = document.getElementById(&#39;release-previous&#39;);&#xD;&#xA;            var nextButton = document.getElementById(&#39;release-next&#39;);&#xD;&#xA;            var currentTime = document.getElementById(&#39;release-time&#39;);&#xD;&#xA;            var title = document.getElementById(&#39;release-title&#39;);&#xD;&#xA;            var audioPosition = document.getElementById(&#39;audio-position&#39;);&#xD;&#xA;&#xD;&#xA;            audio.volume = 0.5;&#xD;&#xA;&#xD;&#xA;            playButton.addEventListener(&#39;click&#39;, function() {&#xD;&#xA;                if (audio.paused) {&#xD;&#xA;                    audio.play();&#xD;&#xA;                } else {&#xD;&#xA;                    audio.pause();&#xD;&#xA;                }&#xD;&#xA;&#xD;&#xA;                updateButtons();&#xD;&#xA;            });&#xD;&#xA;&#xD;&#xA;            previousButton.addEventListener(&#39;click&#39;, function() {&#xD;&#xA;                var resumePlay = !audio.paused;&#xD;&#xA;                audio.currentTime = 0;&#xD;&#xA;                updateTime();&#xD;&#xA;                audio.pause();&#xD;&#xA;                currentAudio = Math.max(currentAudio - 1, 0);&#xD;&#xA;                loadAudio();&#xD;&#xA;                updateName();&#xD;&#xA;                &#xD;&#xA;                if (resumePlay) {&#xD;&#xA;                    audio.play();&#xD;&#xA;                }&#xD;&#xA;&#xD;&#xA;                updateButtons();&#xD;&#xA;            });&#xD;&#xA;&#xD;&#xA;            nextButton.addEventListener(&#39;click&#39;, function() {&#xD;&#xA;                var resumePlay = !audio.paused;&#xD;&#xA;                audio.currentTime = 0;&#xD;&#xA;                updateTime();&#xD;&#xA;                audio.pause();&#xD;&#xA;                currentAudio = Math.min(currentAudio + 1, audioSrcs.length - 1);&#xD;&#xA;                loadAudio();&#xD;&#xA;                updateName();&#xD;&#xA;&#xD;&#xA;                if (resumePlay) {&#xD;&#xA;                    audio.play();&#xD;&#xA;                }&#xD;&#xA;&#xD;&#xA;                updateButtons();&#xD;&#xA;            });&#xD;&#xA;&#xD;&#xA;            audioPosition.addEventListener(&#39;pointerdown&#39;, () =&gt; {&#xD;&#xA;                audio.pause();&#xD;&#xA;                updateButtons();&#xD;&#xA;            });&#xD;&#xA;&#xD;&#xA;            audioPosition.addEventListener(&#39;change&#39;, () =&gt; {&#xD;&#xA;                audio.currentTime = audioPosition.value;&#xD;&#xA;                audio.play();&#xD;&#xA;                updateButtons();&#xD;&#xA;            });&#xD;&#xA;&#xD;&#xA;            audioPosition.addEventListener(&#39;input&#39;, () =&gt; {&#xD;&#xA;                currentTime.innerHTML = formatTime(audioPosition.value);&#xD;&#xA;            });&#xD;&#xA;&#xD;&#xA;            audio.addEventListener(&#39;timeupdate&#39;, function() {&#xD;&#xA;                updateTime();&#xD;&#xA;            });&#xD;&#xA;&#xD;&#xA;            audio.addEventListener(&#39;ended&#39;, function() {&#xD;&#xA;                if (currentAudio == audioSrcs.length - 1) { &#xD;&#xA;                    audio.pause();&#xD;&#xA;                    updateButtons();&#xD;&#xA;                    return; &#xD;&#xA;                }&#xD;&#xA;&#xD;&#xA;                currentAudio = Math.min(currentAudio + 1, audioSrcs.length - 1);&#xD;&#xA;                updateName();&#xD;&#xA;                loadAudio();&#xD;&#xA;                audio.play();&#xD;&#xA;                updateButtons();&#xD;&#xA;            });&#xD;&#xA;&#xD;&#xA;            function updateTime() {&#xD;&#xA;                if (audio.paused) { return; }&#xD;&#xA;&#xD;&#xA;                currentTime.innerHTML = formatTime(audio.currentTime);&#xD;&#xA;                audioPosition.value = audio.currentTime;&#xD;&#xA;            }&#xD;&#xA;&#xD;&#xA;            function formatTime(seconds) {&#xD;&#xA;                var minutes = Math.floor(seconds / 60);&#xD;&#xA;                var seconds = Math.floor(seconds % 60);&#xD;&#xA;                return `${minutes.toString().padStart(2, &#39;0&#39;)}:${seconds.toString().padStart(2, &#39;0&#39;)}`;&#xD;&#xA;            }&#xD;&#xA;&#xD;&#xA;            function updateName() {&#xD;&#xA;                title.innerText = audioSrcs[currentAudio];&#xD;&#xA;            }&#xD;&#xA;&#xD;&#xA;            function updateButtons() {&#xD;&#xA;                if (audio.paused) {&#xD;&#xA;                    playButton.textContent = &#39;►&#39;;&#xD;&#xA;                } else {&#xD;&#xA;                    playButton.textContent = &#39;■&#39;;&#xD;&#xA;                }&#xD;&#xA;&#xD;&#xA;                if (currentAudio &lt;= 0) {&#xD;&#xA;                    previousButton.textContent = &#34;-&#34;;&#xD;&#xA;                } else {&#xD;&#xA;                    previousButton.textContent = &#34;←&#34;;&#xD;&#xA;                }&#xD;&#xA;&#xD;&#xA;                if (currentAudio &gt;= audioSrcs.length - 1) {&#xD;&#xA;                    nextButton.textContent = &#34;-&#34;;&#xD;&#xA;                } else {&#xD;&#xA;                    nextButton.textContent = &#34;→&#34;;&#xD;&#xA;                }&#xD;&#xA;&#xD;&#xA;                audioPosition.max = Math.floor(audio.duration);&#xD;&#xA;            }&#xD;&#xA;&#xD;&#xA;            function loadAudio() {&#xD;&#xA;                console.log(`Playing ${audioBasePath}/${audioSrcs[currentAudio]}.mp3`);&#xD;&#xA;                audioSource.src = encodeURI(`${audioBasePath}/${audioSrcs[currentAudio]}.mp3`);&#xD;&#xA;                audio.load();&#xD;&#xA;&#xD;&#xA;                audioPosition.value = 0;&#xD;&#xA;                currentTime.innerHTML = formatTime(0);&#xD;&#xA;            }&#xD;&#xA;&#xD;&#xA;            loadAudio();&#xD;&#xA;            updateTime();&#xD;&#xA;            updateName();&#xD;&#xA;            updateButtons();&#xD;&#xA;&#xD;&#xA;            audioContainer.style.display = &#34;block&#34;;&#xD;&#xA;        });&#xD;&#xA;    &lt;/script&gt;&#xD;&#xA;    &#xD;&#xA;    &lt;audio id=&#34;release-audio&#34; preload=&#34;auto&#34;&gt;&#xD;&#xA;        &lt;source id=&#34;release-audio-source&#34;&gt;&lt;/source&gt;&#xD;&#xA;    &lt;/audio&gt;&#xD;&#xA;&#xD;&#xA;    &lt;input type=&#34;range&#34; id=&#34;audio-position&#34; class=&#34;audio-position&#34; value=&#34;0&#34;&gt;&#xD;&#xA;    &lt;div class=&#34;audio-controls&#34;&gt;&#xD;&#xA;        &lt;button id=&#34;release-play&#34; class=&#34;audio-button&#34;&gt;&lt;/button&gt;&#xD;&#xA;        &lt;span id=&#34;release-time&#34; class=&#34;audio-time&#34;&gt;&lt;/span&gt;&#xD;&#xA;        &lt;button id=&#34;release-previous&#34; class=&#34;audio-button&#34;&gt;&lt;/button&gt;&#xD;&#xA;        &lt;span id=&#34;release-title&#34; class=&#34;audio-title&#34;&gt;&lt;/span&gt;&#xD;&#xA;        &lt;button id=&#34;release-next&#34; class=&#34;audio-button&#34;&gt;&lt;/button&gt;&#xD;&#xA;    &lt;/div&gt;&#xD;&#xA;    &#xD;&#xA;&lt;/div&gt;&#xA;&lt;p&gt;This the DJ set performed by &lt;a href=&#34;https://mlemrecords.com/artists/keepittoyourselfnexttime/&#34;&gt;keepittoyourselfnexttime&lt;/a&gt; and &lt;a href=&#34;https://mlemrecords.com/artists/dj-zitwerk/&#34;&gt;DJ ZITwerK&lt;/a&gt; at &lt;a href=&#34;https://mlemrecords.com/events/mlems-club-night-for-yuri-x-yaoi-solidarity/&#34;&gt;Mlem’s Club Night for Yuri x Yaoi Solidarity&lt;/a&gt;&lt;/p&gt;</description>
			</item>
	</channel>
</rss>
