-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconf.edn
79 lines (79 loc) · 2.68 KB
/
conf.edn
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{:radio-name "Radio Pycolore"
:backup-songs-glob-pattern "/home/guillaume/radio/songs/*.opus"
:icecast-server-url "https://icecast.pycolore.fr/"
:liquidsoap-telnet-port 1234
:liquidsoap-telnet-host "localhost"
:channels
[{:id "tournesol"
:name "Tournesol"
:handlers ()
:timetable
{(0 1 2 3 4)
[("00:00" "05:00" "France Culture")
("05:00" "10:00" "France Inter")
("10:00" "12:00" "France Culture")
("12:00" "12:30" "France Info")
("12:30" "13:30" "France Inter")
("13:30" "18:00" "France Culture")
("18:00" "21:00" "France Inter")
("21:00" "00:00" "France Info")]
(5)
[("00:00" "06:00" "France Culture")
("06:00" "09:00" "France Inter")
("09:00" "11:00" "France Info")
("11:00" "12:00" "France Culture")
("12:00" "14:00" "France Inter")
("14:00" "17:00" "France Culture")
("17:00" "18:00" "France Inter")
("18:00" "19:00" "France Culture")
("19:00" "21:00" "France Info")
("21:00" "00:00" "France Culture")]
(6)
[("00:00" "07:00" "France Culture")
("07:00" "09:00" "France Musique")
("09:00" "10:00" "France Inter")
("10:00" "11:00" "France Info")
("11:00" "14:00" "France Inter")
("14:00" "18:00" "France Musique")
("18:00" "19:00" "France Info")
("19:00" "22:00" "France Inter")
("22:00" "00:00" "FIP")]}}
{:id "musique"
:name "Musique"
:handlers ()
:timetable
{(0 1 2 3)
[("00:00" "06:00" "FIP")
("06:00" "09:00" "RTL 2")
("09:00" "12:00" "Radio Pycolore")
("12:00" "13:30" "RTL 2")
("13:30" "18:00" "FIP")
("18:00" "22:00" "RTL 2")
("22:00" "00:00" "Radio Pycolore")]
(4)
[("00:00" "06:00" "FIP")
("06:00" "09:00" "RTL 2")
("09:00" "12:00" "Radio Pycolore")
("12:00" "13:30" "RTL 2")
("13:30" "18:00" "FIP")
("18:00" "22:00" "RTL 2")
("22:00" "01:00" "Radio Pycolore")]
(5)
[("00:00" "01:00" "Radio Pycolore")
("01:00" "06:00" "FIP")
("06:00" "09:00" "RTL 2")
("09:00" "12:00" "Radio Pycolore")
("12:00" "13:30" "RTL 2")
("13:30" "18:00" "FIP")
("18:00" "22:00" "RTL 2")
("22:00" "01:00" "Radio Pycolore")]
(6)
[("00:00" "01:00" "Radio Pycolore")
("01:00" "06:00" "FIP")
("06:00" "09:00" "RTL 2")
("09:00" "12:00" "Radio Pycolore")
("12:00" "13:30" "RTL 2")
("13:30" "22:00" "FIP")
("22:00" "00:00" "Radio Pycolore")]}}]
:stations
{:pycolore "Radio Pycolore"}}