-
Notifications
You must be signed in to change notification settings - Fork 0
/
intradio
76 lines (68 loc) · 1.68 KB
/
intradio
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
#!/bin/bash
love[0]=""
love[1]="https://nashe1.hostingradio.ru/ultra-128.mp3"
love[2]="https://samcloud.spacial.com/api/listen?sid=69507"
love[3]="https://drliveradio.akamaized.net/hls/live/2022411/p3/masterab.m3u8"
love[4]="http://icecast.omroep.nl/3fm-bb-mp3"
love[5]="http://streams.ilovemusic.de/iloveradio5.mp3"
love[6]="https://stream.srg-ssr.ch/m/rsc_de/aacp_96"
love[7]="https://lsaplus.swisstxt.ch/audio/drs3_96.stream/playlist.m3u8"
love[8]="https://lsaplus.swisstxt.ch/audio/drs2_96.stream/playlist.m3u8"
love[9]="https://lsaplus.swisstxt.ch/audio/drs1_96.stream/playlist.m3u8"
love[10]="http://icecast.live.yle.fi/radio/YleX3M/icecast.audio"
love[11]="https://wr03-ice.stream.khz.se/wr03_aac"
love[12]="https://fm02-ice.stream.khz.se/fm02_aac"
love[13]=""
love[14]=""
love[15]=""
love[16]=""
love[17]=""
love[18]=""
love[19]=""
love[20]=""
love[21]=""
love[22]=""
love[23]=""
love[24]=""
love[25]=""
love[26]=""
lovel[0]=""
lovel[1]="Radio Ultra Russia"
lovel[2]="Den Tunge Denmark"
lovel[3]="DR P3 Denmark"
lovel[4]="NPO 3 Netherlands"
lovel[5]="iloveradio Mashup Germany"
lovel[6]="SRG Classical Switzerland"
lovel[7]="SRG 3 Switzerland"
lovel[8]="SRG 2 Switzerland"
lovel[9]="SRG 1 Switzerland"
lovel[10]="YLE X3 Suomi"
lovel[11]="Bandit Metal Sweden"
lovel[12]="Bandit Rock Sweden"
lovel[13]=""
lovel[14]=""
lovel[15]=""
lovel[16]=""
lovel[17]=""
lovel[18]=""
lovel[19]=""
lovel[20]=""
lovel[21]=""
lovel[22]=""
lovel[23]=""
lovel[24]=""
lovel[25]=""
lovel[26]=""
if [ $# -eq 0 ]
then
echo "
International Radio Streams
Requires mpv
usage intradio 1"
for ((i=0; i<${#love[@]}; i++))
do
echo $i . ${lovel[$i]}
done
exit 1
fi
mpv --display-tags=icy-title ${love[${1}]} --msg-level=cplayer=error