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

⌈⌋ ⎇ branch:  streamtuner2


Diff

Differences From Artifact [ff62835ca5]:

To Artifact [e683a6b30b]:


27
28
29
30
31
32
33
34
35
36
37
38
39
40
41


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

# TuneIn radio directory
class somafm (ChannelPlugin):

    # description
    has_search = False
    listformat = "pls"
    audioformat = "audio/aac"
    titles = dict(listeners=False, playing="Description")







|







27
28
29
30
31
32
33
34
35
36
37
38
39
40
41


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

# SomaFM radio stations
class somafm (ChannelPlugin):

    # description
    has_search = False
    listformat = "pls"
    audioformat = "audio/aac"
    titles = dict(listeners=False, playing="Description")