feat(now-playing): 101.ru (Comedy Radio + Радио Energy) и Radio 7 через EMG

101.ru (Comedy, NRJ/Energy, ~15 каналов): id канала = последний сегмент потока
pub*.101.ru/.../{id}; трек GET 101.ru/api/channel/getTrackOnAir/{id}/?idcity=1 →
result.short {titleExecutorFull, titleTrack, cover.coverOriginal}; обложка cdn0.101.ru.
Radio 7 — это ЕМГ на старых мейнах radio7.hostingradio.ru: расширил EmgNowPlayingService
(slug radio7128→radio7, radio7_love64→radio7-love). Три жанра исключены из ICY-поллера.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
nk
2026-06-06 09:29:41 +03:00
parent c4c475544a
commit cc30422d8d
4 changed files with 107 additions and 3 deletions

View File

@@ -44,6 +44,9 @@ export class IcyNowPlayingService {
'Орфей',
'Радио Ваня',
'Русская Волна',
'Comedy Radio',
'Радио Energy',
'Radio 7',
],
},
NOT: { streamUrl: { contains: 'emgsound.ru' } },