blob: 54908c135d1f567bb17b6cc3f1b12156d1a57bb7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
<!doctype html>
<html lang="EN">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="/style.css">
<title>Back to the future</title>
</head>
<body>
<header>
<h1>Bloggings</h1>
<a href="/index.php">Back</a>
</header>
<main>
<article>
<h2>Back to the future</h2>
<h3>2025-04-25</h3>
<h4>4 years afterwards</h4>
<p>Back in <a href="https://wittamore.fr/articles/2021/Pyradio.html">2001</a> I was using Pyradio with Cava on Manjaro with i3</p>
<p>Today I'm using the same apps on Arch Linux with DWM</p>
<p>Not quite sure if I'm going backwards or forwards...</p>
<img src="/images/blog/pyradio-again.png" alt="pyradio screenshot">
<h3>Pyradio-m3u</h3>
<p>Here's a handy app that fills pyradio with a few thousand stations</p>
<p><a href="https://www.rahuljuliato.com/posts/pyradio-m3u">pyradio-m3u</a></p>
</article>
</main>
<footer>
<p> </p>
<p>§</p>
</footer>
</body>
</html>
|