... | ... |
@@ -24,3 +24,20 @@ The tags are updated asynchronously through a cronjob running **tags.sh** every |
24 | 24 |
- php5-curl |
25 | 25 |
- php5-gd |
26 | 26 |
- php5-json |
27 |
+ |
|
28 |
+# About the playlist |
|
29 |
+Each item is defined as follow : |
|
30 |
+```xml |
|
31 |
+<channel> |
|
32 |
+ <title>France Info</title> |
|
33 |
+ <mp3>http://direct.franceinfo.fr:80/live/franceinfo-midfi.mp3</mp3> |
|
34 |
+ <shortname>finfo</shortname> |
|
35 |
+ <icy>0</icy> |
|
36 |
+</channel> |
|
37 |
+``` |
|
38 |
+ |
|
39 |
+**NOTES:** |
|
40 |
+- **shortname** : The shortname is used for icon search in ***resource/<shortname>.jpg*** |
|
41 |
+- **icy** : Whether the stream is relaying metadata or not |
|
42 |
+ |
|
43 |
+ |