feat(now-playing): Радио Монте-Карло через Крутой Медиа API
Все 21 канал Монте-Карло — сеть Крутой Медиа (dfm.ru/api/n/current). Добавил genre='Radio Monte Carlo' в DfmNowPlayingService, матчинг по слагу из маута потока (basename без битрейта: blues96.aacp -> blues), исключил из ICY-поллера. Чинит 5 каналов, залипших на 'Дух — Тишина' (Blues, Chill Lounge, Italiano, Meditation, Summertime).
This commit is contained in:
@@ -29,7 +29,7 @@ export class IcyNowPlayingService {
|
||||
const where = {
|
||||
recordStationId: null,
|
||||
isOnline: true,
|
||||
genre: { notIn: ['DFM', 'MAXIMUM', 'Love Radio'] },
|
||||
genre: { notIn: ['DFM', 'MAXIMUM', 'Love Radio', 'Radio Monte Carlo'] },
|
||||
NOT: { streamUrl: { contains: 'emgsound.ru' } },
|
||||
};
|
||||
const total = await this.prisma.station.count({ where });
|
||||
|
||||
Reference in New Issue
Block a user