Internet radio browser GUI for music/video streams from various directory services.

⌈⌋ ⎇ branch:  streamtuner2


Check-in [e9b7aa1f1b]

Overview
Comment:Reword radiobrowser plugin comment.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: e9b7aa1f1b3952b7642508a678cbd71991b2ec11
User & Date: mario on 2016-06-23 09:14:22
Other Links: manifest | tags
Context
2016-06-23
15:45
(no comment) check-in: 1465e428c8 user: mario tags: trunk
09:14
Reword radiobrowser plugin comment. check-in: e9b7aa1f1b user: mario tags: trunk
09:13
Live365 is no more. check-in: 490abb1150 user: mario tags: trunk
Changes

Modified channels/radiobrowser.py from [ef7c2e6649] to [e54a90dfb7].

23
24
25
26
27
28
29
30
31
32



33


34
35
36
37
38
39
40
#   r7CxTQBOsrO0tba3uLm6u7y9vr9PAFBRUlNUVVZXWFlaW1xdXl9emUehk/NThwAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAxNS0wNC0wMlQwMTo0OTozOSswMjowMH98i/gAAAAldEVYdGRhdGU6bW9kaWZ5
#   ADIwMTUtMDQtMDJUMDE6NDk6MTcrMDI6MDAcO09kAAAAAElFTkSuQmCC
# x-icon-src: openclipart:tape.png
# x-service-by: segler_alex
#
#
# Radio-Browser is a community-collected list of internet radios.
# Currently lists 4400 streaming stations, and tracks favourited
# entries. Furthermore includes station homepage links!
#



# Also has a neat JSON API, so is quite easy to support.




import re
import json
from config import *
from channels import *
import ahttp







|


>
>
>
|
>
>







23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
#   r7CxTQBOsrO0tba3uLm6u7y9vr9PAFBRUlNUVVZXWFlaW1xdXl9emUehk/NThwAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAxNS0wNC0wMlQwMTo0OTozOSswMjowMH98i/gAAAAldEVYdGRhdGU6bW9kaWZ5
#   ADIwMTUtMDQtMDJUMDE6NDk6MTcrMDI6MDAcO09kAAAAAElFTkSuQmCC
# x-icon-src: openclipart:tape.png
# x-service-by: segler_alex
#
#
# Radio-Browser is a community-collected list of internet radios.
# Currently lists ≥4000 streaming stations, and tracks favourited
# entries. Furthermore includes station homepage links!
#
# If you change the categories between tags/countries/languages,
# please apply [Channel]→[Reload Category Tree] afterwards.
#
# Also has a neat JSON API, has an excellent documentation, thus
# is quite easy to support. It's also used by Rhythmbox / VLC /
# Clementine / Kodi / RadioDroid / etc.


import re
import json
from config import *
from channels import *
import ahttp