S
Size: a a a
S
S
S
VM
>os.execute("mpv --volume 45 stat ")
S
VM
VM
S
VM
S
VM
TV
VM
S
local list = {
'http://jazz128.streamr.ru/',
'http://radio.adds.su:8020/radioj',
'http://195.78.93.18:8000/jazz',
'http://91.190.117.131:8000/live'
}
for i, v in ipairs(list) do
-- чтобы по красоте
local str = ('%10d %s'):format(i, v)
print( str )
end
local i, station
while true do
print("Select station")
i = io.read('*number')
station = list[i]
if station then break end
print("No station on " .. i .. " position")
end
print('Selected station: ' .. i .. ' ' .. station)
os.execute("mpv --volume 45 " .. station)
io.read()
VM
"mpv blablabla "..stat
)VM
VM
VM
("mpv blablbalba %s"):format(stat)
S
VM