blob: d22a3f397ea036bab09841f0c9286cf62ebb0047 (
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
|
<!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>Bloggings</title>
</head>
<body>
<header>
<h1>Bloggings</h1>
<a href="/index.php">Back</a>
</header>
<main>
<article>
<h2>Pyradio</h2>
<h3>2021-05-25</h3>
<p><img src="/images/pyradio.webp" alt="pyradio screenshot"></p>
<p>Je joue avec Pyradio et Cava en ce moment.</p>
</p>Pyradio est un sympathique lecteur radio pour terminal de <a href="https://github.com/coderholic/pyradio/tree/master">coderholic</a>, et <a href="https://github.com/karlstav/cava">cava</a> est une application simple d'affichage de barres audio, également pour le terminal.</p>
<p>Afin de remplir votre liste de stations radio dans ~/.config/pyradio/stations.csv,
vous pouvez trouver de nombreuses URL ici : <a href="http://listenlive.nl/index.php">Listenlive.nl</a></p>
</p> <p>Je suis donc en train de surfer sur le canapé en écoutant de la Bossa Nova, il y a pire dans la vie.</p>
</article>
</main>
<footer>
<p> </p><p>§</p></footer>
</body></html>
|