gsalmon commited on
Commit
9d04abb
·
2 Parent(s): 638ce51 b372436

resolved merge conflict in main.py

Browse files
README.md CHANGED
@@ -8,4 +8,5 @@ pinned: false
8
  short_description: Listen to the radio with Reachy Mini !
9
  tags:
10
  - reachy_mini
 
11
  ---
 
8
  short_description: Listen to the radio with Reachy Mini !
9
  tags:
10
  - reachy_mini
11
+ - reachy_mini_python_app
12
  ---
reachy_mini_radio/alarm_settings.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
- "enabled": true,
3
  "alarm_mode": false,
4
- "time": "09:00",
5
  "station_url": "https://streaming.smartradio.ch:9502/stream",
6
  "station_name": "A Fine Jazz Gumbo Radio",
7
  "timezone": "America/Los_Angeles"
 
1
  {
2
+ "enabled": false,
3
  "alarm_mode": false,
4
+ "time": "07:20",
5
  "station_url": "https://streaming.smartradio.ch:9502/stream",
6
  "station_name": "A Fine Jazz Gumbo Radio",
7
  "timezone": "America/Los_Angeles"
reachy_mini_radio/webradios.json CHANGED
@@ -2,5 +2,13 @@
2
  {
3
  "name": "A Fine Jazz Gumbo Radio",
4
  "url": "https://streaming.smartradio.ch:9502/stream"
 
 
 
 
 
 
 
 
5
  }
6
  ]
 
2
  {
3
  "name": "A Fine Jazz Gumbo Radio",
4
  "url": "https://streaming.smartradio.ch:9502/stream"
5
+ },
6
+ {
7
+ "name": "100.5 The Fox",
8
+ "url": "https://cloud-proxy-hls.revma.ihrhls.com/zc2938/hls.m3u8?rj-org=n0bb-e2&rj-ttl=5&rj-tok=AAABmuU8gY4AmS-J09808GxN2g"
9
+ },
10
+ {
11
+ "name": "92.5 The Breeze",
12
+ "url": "https://cloud.revma.ihrhls.com/zc4366?rj-org=n2eb-e2&rj-ttl=5&rj-tok=AAABmuV3vVIAOF5UGGE1WgcYeA"
13
  }
14
  ]