feat(love): воспроизведение Love Radio через сессионный UID + now-playing главного
Потоки Love защищены: клиент берёт UID из их player/config (со своего IP) и подставляет в n340-поток — играет музыка. LoveStreamResolver + LoveApi. Каталог переведён на n340. Now-playing главного Love Radio по ICY; саб-каналы трек не отдают нигде — показываем без трека. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -4401,7 +4401,7 @@
|
||||
"name": "Love Radio",
|
||||
"bitrate": "128",
|
||||
"site": "http://loveradio.ru/",
|
||||
"stream": "http://stream.loveradio.ru:9000/12_love_128?type=.aac&UID=",
|
||||
"stream": "https://stream2.n340.com/12_love_128",
|
||||
"type": "aac",
|
||||
"iconText": "",
|
||||
"textColor": "#FFFFFF",
|
||||
@@ -4416,7 +4416,7 @@
|
||||
"name": "Love RnB",
|
||||
"bitrate": "56",
|
||||
"site": "http://loveradio.ru/",
|
||||
"stream": "http://stream2.loveradio.ru:9000/6_rnb_56?type=.aac&UID=",
|
||||
"stream": "https://stream2.n340.com/6_rnb_24",
|
||||
"type": "aac",
|
||||
"iconText": "",
|
||||
"textColor": "#FFFFFF",
|
||||
@@ -4431,7 +4431,7 @@
|
||||
"name": "Love Top40",
|
||||
"bitrate": "56",
|
||||
"site": "http://loveradio.ru/",
|
||||
"stream": "http://stream2.loveradio.ru:9000/9_top40_56?type=.aac&UID=",
|
||||
"stream": "https://stream2.n340.com/9_top40_24",
|
||||
"type": "aac",
|
||||
"iconText": "",
|
||||
"textColor": "#FFFFFF",
|
||||
@@ -4446,7 +4446,7 @@
|
||||
"name": "Love Dance",
|
||||
"bitrate": "56",
|
||||
"site": "http://loveradio.ru/",
|
||||
"stream": "http://stream2.loveradio.ru:9000/7_dance_56?type=.aac&UID=",
|
||||
"stream": "https://stream2.n340.com/7_dance_24",
|
||||
"type": "aac",
|
||||
"iconText": "",
|
||||
"textColor": "#FFFFFF",
|
||||
@@ -4461,7 +4461,7 @@
|
||||
"name": "Love Gold",
|
||||
"bitrate": "56",
|
||||
"site": "http://loveradio.ru/",
|
||||
"stream": "http://stream2.loveradio.ru:9000/3_gold_56?type=.aac&UID=",
|
||||
"stream": "https://stream2.n340.com/3_gold_56",
|
||||
"type": "aac",
|
||||
"iconText": "",
|
||||
"textColor": "#FFFFFF",
|
||||
@@ -4476,7 +4476,7 @@
|
||||
"name": "Love Russian",
|
||||
"bitrate": "56",
|
||||
"site": "http://loveradio.ru/",
|
||||
"stream": "http://stream2.loveradio.ru:9000/8_russian_56?type=.aac&UID=",
|
||||
"stream": "https://stream2.n340.com/8_russian_24",
|
||||
"type": "aac",
|
||||
"iconText": "",
|
||||
"textColor": "#FFFFFF",
|
||||
@@ -4496,8 +4496,8 @@
|
||||
"iconText": "",
|
||||
"textColor": "#FFFFFF",
|
||||
"bgColor": "#E95F2D",
|
||||
"enabled": true,
|
||||
"notWorked": false,
|
||||
"enabled": false,
|
||||
"notWorked": true,
|
||||
"isNew": false
|
||||
},
|
||||
{
|
||||
@@ -4506,7 +4506,7 @@
|
||||
"name": "Love KPOP",
|
||||
"bitrate": "64",
|
||||
"site": "http://loveradio.ru/",
|
||||
"stream": "http://stream2.loveradio.ru:9000/11_kpop_64?type=.aac&UID=",
|
||||
"stream": "https://stream2.n340.com/11_kpop_28",
|
||||
"type": "aac",
|
||||
"iconText": "",
|
||||
"textColor": "#FFFFFF",
|
||||
@@ -4521,8 +4521,8 @@
|
||||
"name": "Love Power",
|
||||
"bitrate": "28",
|
||||
"site": "http://loveradio.ru/",
|
||||
"stream": "http://stream2.loveradio.ru:9000/15_power_56?type=.aac&UID=",
|
||||
"type": "mp3",
|
||||
"stream": "https://stream2.n340.com/15_power_24",
|
||||
"type": "aac",
|
||||
"iconText": "",
|
||||
"textColor": "#FFFFFF",
|
||||
"bgColor": "#F7D448",
|
||||
@@ -4536,7 +4536,7 @@
|
||||
"name": "Love Chill",
|
||||
"bitrate": "56",
|
||||
"site": "http://loveradio.ru/",
|
||||
"stream": "http://stream2.loveradio.ru:9000/4_chill_56?type=.aac&UID=",
|
||||
"stream": "https://stream2.n340.com/4_chill_24",
|
||||
"type": "aac",
|
||||
"iconText": "",
|
||||
"textColor": "#FFFFFF",
|
||||
@@ -4551,8 +4551,8 @@
|
||||
"name": "Love Summer",
|
||||
"bitrate": "28",
|
||||
"site": "http://loveradio.ru/",
|
||||
"stream": "http://stream2.loveradio.ru:9000/5_summer_56?type=.aac&UID=",
|
||||
"type": "mp3",
|
||||
"stream": "https://stream2.n340.com/5_summer_24",
|
||||
"type": "aac",
|
||||
"iconText": "",
|
||||
"textColor": "#FFFFFF",
|
||||
"bgColor": "#B7CD53",
|
||||
|
||||
Reference in New Issue
Block a user