From eb448067fd024958cf71caa2f5f7641a37e7cb6e Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Tue, 6 Aug 2019 15:13:25 +0200 Subject: [PATCH] Add titles --- _posts/2019-08-06-protocole-shoutcast.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/_posts/2019-08-06-protocole-shoutcast.md b/_posts/2019-08-06-protocole-shoutcast.md index 1a021c5..fdf87e0 100644 --- a/_posts/2019-08-06-protocole-shoutcast.md +++ b/_posts/2019-08-06-protocole-shoutcast.md @@ -168,6 +168,16 @@ $ python3 /tmp/icy.py End of metadata part, all key/value headers have been read b"StreamTitle='SOPHIE ELLIS BEXTOR - MURDER ON THE DANCEFLOOR - 2002';\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00" b"StreamTitle='QUINTINO - CAN'T BRING ME DOWN - 2019';\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00" +b"StreamTitle='DIRTY VEGAS - WHY DID YOU DO IT 2K19';\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00" +b"StreamTitle='FMZ - GET DOWN TO THIS - 2010';\x00\x00\x00\x00" +b"StreamTitle='MOSIMANN + MARUV - MON AMOUR - 2019';\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00" +b"StreamTitle='DUA LIPA - SWAN SONG (REMIX) 2019';\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00" +b"StreamTitle='MILK & SUGAR - LOVE IS IN THE AIR 2K19';\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00" +b"StreamTitle='PAPA ZEUS - ABOUT YOU - 2019';\x00\x00\x00\x00\x00" +b"StreamTitle='DON DIABLO - BRAVE - 2019';\x00\x00\x00\x00\x00\x00\x00\x00" +b"StreamTitle='MARTIN GARRIX - SUMMER DAYS - 2019';\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00" +b"StreamTitle='DEORRO - FIVE HOURS - 2014';\x00\x00\x00\x00\x00\x00\x00" +b"StreamTitle='INTERNATIONAL DRINKING PARTY - DESOLEE - 2017';\x00\x00\x00\x00" ``` Le code complet de l'exemple se trouve dans ce fichier [icy.py](/assets/code/icy.py).