22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
# only rewritten depending on bitrate configuration.
#
# Note that only 64bit AAC and 128bit MP3 are guaranteed
# to be available. Most stations offer different bitrates,
# but not all of them!
from config import conf, dbg, __print__
from channels import *
import re
import ahttp
# TuneIn radio directory
class somafm (ChannelPlugin):
|
|
|
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
# only rewritten depending on bitrate configuration.
#
# Note that only 64bit AAC and 128bit MP3 are guaranteed
# to be available. Most stations offer different bitrates,
# but not all of them!
from config import *
from channels import *
import re
import ahttp
# TuneIn radio directory
class somafm (ChannelPlugin):
|