From eeceb754eaf9cfb20f7bc503f8f6dc6ecfa331fd Mon Sep 17 00:00:00 2001 From: nk Date: Wed, 3 Jun 2026 15:47:45 +0300 Subject: [PATCH] =?UTF-8?q?feat(stations):=20=D0=B0=D0=BA=D1=82=D1=83?= =?UTF-8?q?=D0=B0=D0=BB=D1=8C=D0=BD=D1=8B=D0=B5=20emgsound=20HLS-=D0=BF?= =?UTF-8?q?=D0=BE=D1=82=D0=BE=D0=BA=D0=B8=20=D0=BB=D0=B8=D0=BD=D0=B5=D0=B9?= =?UTF-8?q?=D0=BA=D0=B8=20=D0=95=D0=B2=D1=80=D0=BE=D0=BF=D1=8B=20=D0=9F?= =?UTF-8?q?=D0=BB=D1=8E=D1=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 8 каналов EP (Europa Plus/Top 40/New/Party/Urban/Acoustic/ResiDance/Fresh) переведены на рабочие emgsound HLS — играют + получают now-playing/обложки. Co-Authored-By: Claude Opus 4.8 --- app/src/main/assets/stations.json | 40 +++++++++++++++---------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/app/src/main/assets/stations.json b/app/src/main/assets/stations.json index 07ef70b..5c844bf 100644 --- a/app/src/main/assets/stations.json +++ b/app/src/main/assets/stations.json @@ -2751,8 +2751,8 @@ "name": "Europa Plus", "bitrate": "128", "site": "http://www.europaplus.ru/", - "stream": "http://europaplus.hostingradio.ru:8014/europaplus320.mp3", - "type": "mp3", + "stream": "https://hls-02-europaplus.emgsound.ru/11/playlist.m3u8", + "type": "hls", "iconText": "", "textColor": "#FFFFFF", "bgColor": "#A9313B", @@ -2766,8 +2766,8 @@ "name": "Top 40", "bitrate": "128", "site": "http://www.europaplus.ru/", - "stream": "http://europaplus.hostingradio.ru:8014/ep-top256.mp3", - "type": "mp3", + "stream": "https://hls-01-europaplus-top40.emgsound.ru/21/playlist.m3u8", + "type": "hls", "iconText": "", "textColor": "#FFFFFF", "bgColor": "#0487C5", @@ -2796,8 +2796,8 @@ "name": "New", "bitrate": "128", "site": "http://www.europaplus.ru/", - "stream": "http://emg02.hostingradio.ru/ep-new128.mp3", - "type": "mp3", + "stream": "https://hls-01-europaplus-new.emgsound.ru/27/playlist.m3u8", + "type": "hls", "iconText": "", "textColor": "#FFFFFF", "bgColor": "#0487C5", @@ -2811,8 +2811,8 @@ "name": "Party", "bitrate": "128000", "site": "http://www.europaplus.ru/", - "stream": "http://epdop.hostingradio.ru:8033/epparty128.mp3", - "type": "mp3", + "stream": "https://hls-01-europaplus-party.emgsound.ru/22/playlist.m3u8", + "type": "hls", "iconText": "", "textColor": "#FFFFFF", "bgColor": "#0487C5", @@ -2826,8 +2826,8 @@ "name": "Urban", "bitrate": "128", "site": "http://www.europaplus.ru/", - "stream": "http://epdop.hostingradio.ru:8033/ep-urban128.mp3", - "type": "mp3", + "stream": "https://hls-01-europaplus-urban.emgsound.ru/28/playlist.m3u8", + "type": "hls", "iconText": "", "textColor": "#FFFFFF", "bgColor": "#0086C4", @@ -2841,13 +2841,13 @@ "name": "Acoustic", "bitrate": "64000", "site": "http://www.europaplus.ru/", - "stream": "http://epdop.hostingradio.ru:8033/acoustic64.aacp", - "type": "aac", + "stream": "https://hls-01-europaplus-acoustic.emgsound.ru/25/playlist.m3u8", + "type": "hls", "iconText": "", "textColor": "#FFFFFF", "bgColor": "#DA3832", - "enabled": false, - "notWorked": true, + "enabled": true, + "notWorked": false, "isNew": false }, { @@ -2856,13 +2856,13 @@ "name": "ResiDance", "bitrate": "128", "site": "http://www.europaplus.ru/", - "stream": "http://emg02.hostingradio.ru/ep-residance128.mp3", - "type": "mp3", + "stream": "https://hls-01-europaplus-residance.emgsound.ru/26/playlist.m3u8", + "type": "hls", "iconText": "", "textColor": "#000000", "bgColor": "#FFF25B", - "enabled": false, - "notWorked": true, + "enabled": true, + "notWorked": false, "isNew": false }, { @@ -2871,8 +2871,8 @@ "name": "Fresh", "bitrate": "96000", "site": "http://www.europaplus.ru/", - "stream": "http://stream1.hostingradio.ru:8010/9_aac_96", - "type": "aac", + "stream": "https://hls-01-fresh.emgsound.ru/9/playlist.m3u8", + "type": "hls", "iconText": "", "textColor": "#00AEF1", "bgColor": "#CFDE57",