... | ... |
@@ -0,0 +1,17 @@ |
1 |
+# Radio |
|
2 |
+Small website to display a predefined list of online radio stream metadatas. |
|
3 |
+Allowing you to choose which song/program you want to hear without having to test all your favorite radios |
|
4 |
+ |
|
5 |
+# Installation |
|
6 |
+ |
|
7 |
+```bash |
|
8 |
+git clone http://git.kawi.fr/ycawidro/radio.git |
|
9 |
+cd radio |
|
10 |
+git submodule init |
|
11 |
+git submodule update |
|
12 |
+./tags.sh |
|
13 |
+``` |
|
14 |
+ |
|
15 |
+# Cronjob |
|
16 |
+The tags are updated asynchronously through a cronjob running **tags.sh** every minute |
|
17 |
+ |